root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @79 [79] 23 months jc.lefebvre Corrected a bug in the Thread_PThread class which occurred when a thread …
(edit) @78 [78] 2 years jc.lefebvre Corrected a bug in the Thread_Win class which occurred when a thread …
(edit) @77 [77] 2 years jc.lefebvre * On Windows platform, always use mutex instead of critical section for …
(edit) @76 [76] 2 years jc.lefebvre Corrected FD_SETSIZE value checking bug in debug mode.
(edit) @75 [75] 3 years jc.lefebvre Corrected a bug in SHA1 code (again).
(edit) @74 [74] 3 years jc.lefebvre Corrected a bug in SHA1 code (input buffer will not be altered anymore).
(edit) @73 [73] 4 years jc.lefebvre Code cleanup.
(edit) @72 [72] 4 years jc.lefebvre Branding cleanup…
(edit) @71 [71] 4 years jc.lefebvre Added Thread::IsSignaled() method.
(edit) @70 [70] 4 years jc.lefebvre Added the Thread::PeekSignal() method.
(edit) @69 [69] 4 years jc.lefebvre Added the bFlushSignal param to Thread::WaitForSignal().
(edit) @68 [68] 4 years jc.lefebvre Tag 5.06.0219
(edit) @67 [67] 4 years jc.lefebvre Changed to ZLIB License.
(edit) @66 [66] 4 years jc.lefebvre Minor corrections.
(edit) @65 [65] 4 years jc.lefebvre Added the "arm9tdmi" target to the crappy Makefile.
(edit) @64 [64] 4 years jc.lefebvre Minor corrections.
(edit) @63 [63] 4 years jc.lefebvre Corrected incorrect file formatting (new line characters are CRLF …
(edit) @62 [62] 4 years jc.lefebvre Forced static_cast so MSVC8+ does not complain about it…
(edit) @61 [61] 4 years jc.lefebvre Added "uiStartOffset" parameter for every StringA::Extract*() methods.
(edit) @60 [60] 4 years jc.lefebvre Tag 5.05.0215
(edit) @59 [59] 4 years jc.lefebvre * Added Sha1 util class. * Corrected a typo bug in …
(edit) @58 [58] 4 years jc.lefebvre * Added BuildDate class * Added BuildDateTime class
(edit) @57 [57] 4 years jc.lefebvre * Added "AutoClose" feature to the NetSocket class. * Modified behavior of …
(edit) @56 [56] 4 years jc.lefebvre * Added FileSystem::ExtractContent() method. * Added System::GetUnixTime() …
(edit) @55 [55] 4 years jc.lefebvre * Added the STREAM_AUTODELETE_FILEOBJECT mode to the Streamer class. …
(edit) @54 [54] 4 years jc.lefebvre * Corrected StringA::PathAppend(). Closes #11. * Added …
(edit) @53 [53] 4 years jc.lefebvre Created the FileSystem class and migrated every System::File_*() methods …
(edit) @52 [52] 4 years jc.lefebvre * Replaced every "String8" occurences by "StringA". "String8" alias is now …
(edit) @51 [51] 4 years jc.lefebvre * Added "StlHelpers.h" header, which is dedicated to STL helper/wrapper …
(edit) @50 [50] 4 years jc.lefebvre Added StreamerDisk and StreamerMem classes to directly create a FileDisk …
(edit) @49 [49] 4 years jc.lefebvre * Added README and VERSION files. * Added nCoreRoot::IsInit() method for …
(edit) @48 [48] 4 years jc.lefebvre * Implemented AtomicCounter in SmartPointerObject when multithreading is …
(edit) @47 [47] 4 years jc.lefebvre * Corrected behavior of the FileDisk::SetLength() methods. Closes #1. * …
(edit) @46 [46] 4 years jc.lefebvre * Added the NCORE_COMPILE_TIME_ASSERT_DEBUG macro so those compile-time …
(edit) @45 [45] 4 years jc.lefebvre Tag 5.04.0195
(edit) @44 [44] 4 years jc.lefebvre * Added simplistic ANSI <-> UTF8 conversion support to the StringA class. …
(edit) @43 [43] 4 years jc.lefebvre * Refactored Logger system completely (created the LoggerNew class for …
(edit) @42 [42] 4 years jc.lefebvre * Created the Md5, Crc32, Crc16 and Crc8 classes to handle those features …
(edit) @41 [41] 4 years jc.lefebvre * Removed the poor support of Math module. This really needs to be thought …
(edit) @40 [40] 4 years jc.lefebvre * Huge commit : Since the LGPL license upgraded to version 3 and we still …
(edit) @39 [39] 4 years jc.lefebvre Integrated the optional Math library essentially for trigonometry and …
(edit) @38 [38] 4 years jc.lefebvre * Added Streamer::IsLittleEndian() and Streamer::IsNetworkEndian() …
(edit) @37 [37] 4 years jc.lefebvre Code cleanup.
(edit) @36 [36] 4 years jc.lefebvre * Added StringA::SetDefaultBoolStringType() method to statically setup how …
(edit) @35 [35] 4 years jc.lefebvre * Added StringA::StrComparePath() and StringA::PathCompare() methods. * …
(edit) @34 [34] 4 years jc.lefebvre * Added the Guid util class which can be used to generate, copy and …
(edit) @33 [33] 4 years jc.lefebvre * Restored STLport compliance (i.e.: <HashMap.h> caused some compile-time …
(edit) @32 [32] 4 years jc.lefebvre * MemoryPool class implementation has been delayed. * Code cleanup.
(edit) @31 [31] 4 years jc.lefebvre * BIG cleanup and improvements in the MemoryManager (support of placement …
(edit) @30 [30] 4 years jc.lefebvre * Added NCORE_DEPRECATED* macros. * Cleaned Version3 class a little.
(edit) @29 [29] 4 years jc.lefebvre * Added NCORE_ARCH_* preprocessor variables in nCorePlatform.h. * Added …
(edit) @28 [28] 4 years jc.lefebvre * Replaced the X_* prefix in the nCore's preprocessor flags by the more …
(edit) @27 [27] 4 years jc.lefebvre * The nCore's default logger is now only enabled in debug mode. * Created …
(edit) @26 [26] 4 years jc.lefebvre * Added networking support in nCore (only NetAddress for now). * The new …
(edit) @25 [25] 4 years jc.lefebvre MSVC71 project files corrected.
(edit) @24 [24] 4 years jc.lefebvre Added StringA::FormatBytesToHuman() and StringA::FormatBytesToHuman64() …
(edit) @23 [23] 4 years jc.lefebvre Removed this tag because it was not stable enough.
(edit) @22 [22] 4 years jc.lefebvre Tag 5.03.0175
(edit) @21 [21] 4 years jc.lefebvre * Fixed StringA compliance with std::multimap container by adding …
(edit) @20 [20] 4 years jc.lefebvre * Bug correction.
(edit) @19 [19] 4 years jc.lefebvre * Bug correction.
(edit) @18 [18] 4 years jc.lefebvre Tag 5.02.0173 (corrected)
(edit) @17 [17] 4 years jc.lefebvre Try again…
(edit) @16 [16] 4 years jc.lefebvre * Bugs corrections.
(edit) @15 [15] 4 years jc.lefebvre * Updates for the "stable" release.
(edit) @14 [14] 4 years jc.lefebvre Tag 5.02.0173
(edit) @13 [13] 4 years jc.lefebvre * Removed ByteOrder type which was pretty useless (mainly replaced by …
(edit) @12 [12] 4 years jc.lefebvre * Created StringA class which is a more flexible String class than …
(edit) @11 [11] 4 years jc.lefebvre * Multi-Threading classes were TOTALLY revised (classes : Thread, …
(edit) @10 [10] 4 years jc.lefebvre * Implemented AtomicCounter correctly according to the compiling …
(edit) @9 [9] 4 years jc.lefebvre * Added class ThreadMutexGuard. * Modified behavior of classes nCoreRoot, …
(edit) @8 [8] 4 years jc.lefebvre Little enhancements and debugging.
(edit) @7 [7] 4 years jc.lefebvre Debug on the File, FileDisk, FileMem and Streamer classes.
(edit) @6 [6] 4 years jc.lefebvre * Added nCoreTester application. * Modified building system a little.
(edit) @5 [5] 4 years jc.lefebvre
(edit) @4 [4] 4 years jc.lefebvre * Added classes : NonCopyable, File, FileDisk, FileMem, Streamer. * …
(edit) @3 [3] 4 years jc.lefebvre Tag 4.02.0161
(edit) @2 [2] 5 years jc.lefebvre
(add) @1 [1] 5 years jc.lefebvre Initial import.
Note: See TracRevisionLog for help on using the revision log.