提交历史

作者 SHA1 备注 提交日期
  David Piuva 2966b6cfd7 Fixed lots of "" string literals that should have been U"" Unicode literals, by temporarily disabling the implicit type conversion. 1 天之前
  David Piuva 03fa03ad43 Documented how to choose the right collection and when to use Buffer and SafePointer instead. 1 天之前
  David Piuva d66925df33 Removed stray character from inactive print. 1 天之前
  David Piuva fcb09ef675 Clarified that Unlicense is also used for contributions. 1 天之前
  David Piuva e3f9cc969e Updated an outdated comment in SafePointer and explained the purpose behind the additional members. 1 天之前
  David Piuva b284549f5b Using FixedArray as a part of algorithmAPI.h. Also updated indices from int64_t to intptr_t types. 1 天之前
  David Piuva ca1ecc3640 Trying the new FixedArray collection in Camera.h. 1 天之前
  David Piuva aa880750de Created FixedArray with a size decided in compile-time to avoid dynamic allocation but still get bound checks. 1 天之前
  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. 3 天之前
  David Piuva 307b22dfd1 Found some bugs while testing the recently added characters to the upper and lower case functions. 3 天之前
  David Piuva 8303a2fdcf After testing on two versions of MacOS, testing with a 16-bit monitor, and concluding that the fullscreen button is not essential, it is time to announce MacOS as officially supported by the media layer. 5 天之前
  David Piuva af922b5b4e Fixed contradictory type from automatic text replacement in X11 wrapper. 1 周之前
  David Piuva dad5bd1b38 Starting Music SDK example in the application folder, because it would not find the wave file from a different directory. 2 周之前
  David Piuva 6a85e4db0f Listed further transition from int to int32_t as a potentially breaking change. 3 周之前
  David Piuva 11a84ab32c Replaced int with int32_t and made some declarations static. 4 周之前
  David Piuva 369db78f19 Found a typo and made the comment more specific in drawAPI.h. 1 月之前
  David Piuva e0d0d81a3f Added some east European characters. 2 月之前
  David Piuva d3aecccfb7 Replaced " to " with ".." for character ranges, because forgetting conversion to " TO " was the most common error when tests failed. 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 c3abedcc87 Wrote more SIMD tests. 4 月之前
  David Piuva d72bc69199 Wrote more tests for string_fromDouble. 4 月之前