提交歷史

作者 SHA1 備註 提交日期
  David Piuva c5feb78453 Moved the documentation generator into the tools folder, so that it can easily be reused for other projects. 6 小時之前
  David Piuva 4ea96025f4 The original documentation for choosing storage was somehow ignored by git, so adding it now. 7 小時之前
  David Piuva 778f83cee7 Building with the Builder build system to generate HTML documentation. 7 小時之前
  David Piuva 77a26d870f Replaced Ascii literals in the documentation generator. 7 小時之前
  David Piuva a3663a21e7 Made the BAN_IMPLICIT_ASCII_CONVERSION setting stricter by banning Ascii strings in text printing and error messages. 1 天之前
  David Piuva a32d3166fe The Ascii literals sent to printText can be converted while printing without allocating heap memory, but one should still try to have a consistent style in examples. 1 天之前
  David Piuva d43e88d3fa Made a setting to ban implicit conversion of Ascii to Unicode. 1 天之前
  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. 2 天之前
  David Piuva ca1ecc3640 Trying the new FixedArray collection in Camera.h. 2 天之前
  David Piuva aa880750de Created FixedArray with a size decided in compile-time to avoid dynamic allocation but still get bound checks. 2 天之前
  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. 4 天之前
  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 月之前