Историја ревизија

Аутор SHA1 Порука Датум
  David Piuva 2bf04fea37 The code generator is not well tested, because it was only designed to be used once, but might beome usedful again so the code is kept in a comment. пре 2 дана
  David Piuva cf646edfa8 Improved the code generator to compress ranges of characters. пре 2 дана
  David Piuva 8cc846c7eb Compressed more characters into ranges. пре 3 дана
  David Piuva e928ae116c Inserted automatically generated code for upper and lower case using a loop comparing output with input, just to work correctly until compressed manually. пре 4 дана
  David Piuva 307b22dfd1 Found some bugs while testing the recently added characters to the upper and lower case functions. пре 4 дана
  David Piuva e0d0d81a3f Added some east European characters. пре 2 месеци
  David Piuva 5d02190887 Added Pinyin characters to upper and lower case functions. пре 2 месеци
  David Piuva fd991b1453 Handling some characters from Latin Extended-B. пре 4 месеци
  David Piuva 74d767827f Noted which character ranges were from Latin Extended-A. пре 4 месеци
  David Piuva 729fe4c522 Handling characters 377 to 382. пре 4 месеци
  David Piuva e85519929a Used new character case functions for string matching and handling unicode up to character 376. пре 4 месеци
  David Piuva d890e6f25d Using bitwise operations to convert case for character 256 to 311. пре 4 месеци
  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 месеци
  David Piuva 97753c918b Fixed a bug in string_fromDouble where the fraction overflowed from 99999999 to 0, so that a whole unit went missing. пре 4 месеци
  David Piuva 39c5678fea Implemented parsing of scientific notation in string_toDouble, because it is sometimes used in 3D model formats. пре 8 месеци
  David Piuva cb922b05b8 Using the new allocator in Array and Field collections. пре 11 месеци
  David Piuva 6bf6321206 Applying rule of three on string types by removing redundant destructor and copy constructor. пре 11 месеци
  David Piuva 15d1526231 Cleaned up the code a bit using cppcheck. пре 11 месеци
  David Piuva 3680656487 Fixed missing U in some string literals. пре 1 година
  David Piuva a0d397d196 Fixing errors from the Github test server. пре 1 година
  David Piuva 5a2eee2f5f Replaced std::shared_ptr with dsr::Handle and introduced textures as separate types. пре 1 година
  David Piuva 148bb518ba Noticed that GCC crashed in the linker before because it allowed using std::string without #include <string>. пре 1 година
  David Piuva b897391dc4 Removing printing of std::string, in case that it caused the ambiguity with libc++. пре 1 година
  David Piuva 341a0d3b30 Implemented own double printing. пре 1 година
  David Piuva c400f4a206 Fixed typo in stringAPI.cpp. пре 1 година
  David Piuva c3801553c0 Named arguments in callback types for readability. пре 2 година
  David Piuva 308ed87992 Catching unexpected characters at the end in string_isInteger and string_isDouble. пре 2 година
  David Piuva fdbd1cdefb Introduced warnings and made it possible to override message handling. пре 2 година
  David Piuva a03c7cdb02 No need to look for null terminators in characters with multiple code points that can't be zero. пре 3 година
  David Piuva ea91d69baf Went through some Cppcheck warnings. пре 3 година