Komit Sejarah

Pembuat SHA1 Pesan Tanggal
  David Piuva bf69a1fcfb Made a Callback alias for std::function that can be used until a custom implementation is completed. 13 jam lalu
  David Piuva a3663a21e7 Made the BAN_IMPLICIT_ASCII_CONVERSION setting stricter by banning Ascii strings in text printing and error messages. 2 hari lalu
  David Piuva d43e88d3fa Made a setting to ban implicit conversion of Ascii to Unicode. 2 hari lalu
  David Piuva 437ca534af Got rid of the buggy towlower and towupper functions from std and began implementing character conversion that actually works for the Latin-1 Unicode subset. 4 bulan lalu
  David Piuva 9e5663ba0b Optimized sound engine. 10 bulan lalu
  David Piuva cb922b05b8 Using the new allocator in Array and Field collections. 11 bulan lalu
  David Piuva 6bf6321206 Applying rule of three on string types by removing redundant destructor and copy constructor. 11 bulan lalu
  David Piuva 06b4ae7d49 Running tests on MS-Windows using the Builder build system. 1 tahun lalu
  David Piuva 3e2b9f3b0d Turning of memory mutex outside of main and preventing multi-threading during global construction and destruction. 1 tahun lalu
  David Piuva a0d397d196 Fixing errors from the Github test server. 1 tahun lalu
  David Piuva 5a2eee2f5f Replaced std::shared_ptr with dsr::Handle and introduced textures as separate types. 1 tahun lalu
  David Piuva 148bb518ba Noticed that GCC crashed in the linker before because it allowed using std::string without #include <string>. 1 tahun lalu
  David Piuva b897391dc4 Removing printing of std::string, in case that it caused the ambiguity with libc++. 1 tahun lalu
  David Piuva 906b9fef5a Replacing most C library dependencies with equivalent dependencies in C++. 1 tahun lalu
  David Piuva 137047938c Passing arguments by const reference to string_append and string_combine to avoid redundant memory duplication. 2 tahun lalu
  David Piuva f73f35cc49 Added == and != operators for strings as another way to call string_match from template functions. 2 tahun lalu
  David Piuva c3801553c0 Named arguments in callback types for readability. 2 tahun lalu
  David Piuva fdbd1cdefb Introduced warnings and made it possible to override message handling. 2 tahun lalu
  David Piuva 429230788a Implemented file_removeFile. 3 tahun lalu
  David Piuva 00d0ab2677 Made a header for the shared collection functions to make the code easier to understand. 3 tahun lalu
  David Piuva 38f0d60a9b Made a filesystem wrapper. 3 tahun lalu
  Dawoodoz 14bab0e68d Implemented support for Unicode in filenames (#35) 3 tahun lalu
  David Piuva 4cece3eaa8 Updated obsolete name in comment for stringAPI.h. 3 tahun lalu
  David Piuva 70dc39885c Using CR-LF line endings in UTF-8 for source files. 5 tahun lalu
  David Piuva 760be58e78 Completed the string API. 5 tahun lalu