1. de5b64a Rename max_incl_workbuf_len constants by Nigel Tao · 5 years ago
  2. 5f7c807 Generate macros for public scalar consts by Nigel Tao · 5 years ago
  3. 4af1b88 Make cgen's public constants' always static by Nigel Tao · 5 years ago
  4. e45baff Trim example/library's buffer size by Nigel Tao · 5 years ago
  5. 022d221 Tweak cgen's constants' format by Nigel Tao · 5 years ago
  6. be2d96b Add public max_incl_workbuf_len constants by Nigel Tao · 5 years ago
  7. c9830ce Add a workbuf argument to decode_io_writer by Nigel Tao · 5 years ago
  8. 91f7f4b Avoid -Wunused-function warnings with clang by Nigel Tao · 5 years ago
  9. 70958ea Avoid "defined but not used" for consts by Nigel Tao · 5 years ago
  10. 11a6819 Add a deflate distance-code-31 test by Nigel Tao · 5 years ago
  11. e970999 Have the fuzzers check for internal errors by Nigel Tao · 5 years ago
  12. 92f3958 Reduce the deflate decoder Huffman table size by Nigel Tao · 5 years ago
  13. 670b45b Add some "horizontal rule" comment lines by Nigel Tao · 5 years ago
  14. fc66207 Add script/mmap-ring-buffer.c by Nigel Tao · 5 years ago
  15. 8bbdcc4 Allow scalar constants in type expressions by Nigel Tao · 5 years ago
  16. a71538b Build script for using Wuffs in Flutter by Jason Simmons · 5 years ago
  17. 278200f Fix example for initialize method name change by Nigel Tao · 5 years ago
  18. 705a847 For "x shift y", check that y < (x's bit-size) by Nigel Tao · 5 years ago
  19. 65c2f49 Rename some initialize methods to prepare or set by Nigel Tao · 5 years ago
  20. ecccafa Add check for interleaved coroutines by Nigel Tao · 5 years ago
  21. d076b6e Remove hand-written decode_huffman_fast type pun by Nigel Tao · 5 years ago
  22. b31ddaa Make hand-written decode_huffman_fast standalone by Nigel Tao · 5 years ago
  23. a27b240 Raise example/zcat's buffer size from 16K to 128K by Nigel Tao · 5 years ago
  24. 89fef4c Align cgen's private_impl.placeholder by Nigel Tao · 5 years ago
  25. f4c5d95 Have build-all.sh check as a .h file, not just .c by Nigel Tao · 5 years ago
  26. fda3c4c wuffs gen -version=0.2.0-alpha.29 by Nigel Tao · 5 years ago
  27. dec519d Remove image_config.workbuf_len by Nigel Tao · 5 years ago
  28. 989c611 Allow C++ methods even when !WUFFS_IMPLEMENTATION by Nigel Tao · 5 years ago
  29. f8a619f Update lang/check tests for coroutine_resumed by Nigel Tao · 5 years ago
  30. 6326479 Have hand-written decode_huffman_fast copy history by Nigel Tao · 5 years ago
  31. c6a48b3 Call decode_huffman_fast more often by Nigel Tao · 5 years ago
  32. 2fd03f4 Prepare to call decode_huffman_fast more often by Nigel Tao · 5 years ago
  33. 1af5438 Add an implicit coroutine_resumed variable by Nigel Tao · 5 years ago
  34. 89c136e Add token.ID.IsCannotAssignTo by Nigel Tao · 5 years ago
  35. b18209c Re-order some token.ID numbers by Nigel Tao · 5 years ago
  36. 109d6f0 Add std/deflate many_big_read benchmarks by Nigel Tao · 5 years ago
  37. cf52415 Have hand-written decode_huffman_fast obey limits by Nigel Tao · 5 years ago
  38. dea71ad Update wuffs-deflate-decoder-decode-huffman.c by Nigel Tao · 5 years ago
  39. 031783f Add C compiler version to test and bench output by Nigel Tao · 5 years ago
  40. e071e17 Have bench-go-gif process multiple images by Nigel Tao · 5 years ago
  41. c3a07db Add wuffs_gif_decode_20k benchmark by Nigel Tao · 5 years ago
  42. 419d403 Build benchmarks with "-Wall -Werror" by Nigel Tao · 5 years ago
  43. 95d02ee Update a script/bench-etc program for API changes by Nigel Tao · 5 years ago
  44. dd3d9f6 Add wuffs_base__pixel_format__bits_per_pixel by Nigel Tao · 5 years ago
  45. 16e9728 Rename some decode methods to decode_io_writer by Nigel Tao · 5 years ago
  46. abeff31 Take an if check out of incrementing lzw's width by Nigel Tao · 5 years ago
  47. bdd31a2 wuffs gen -version=0.2.0-alpha.28 by Nigel Tao · 5 years ago
  48. 867ea1c Re-organize WUFFS_VERSION_BUILD_METADATA_XXX by Nigel Tao · 5 years ago
  49. ef5fc86 Allow "if true" and "if false" by Nigel Tao · 5 years ago
  50. 9c631e2 Fix lib/nie/README.md typo by Nigel Tao · 5 years ago
  51. 5addc97 Add docs for Naïve Image Formats: NIE, NII, NIA by Nigel Tao · 5 years ago
  52. aef1366 Add WUFFS_VERSION_GIT_REV_LIST_COUNT comment by Nigel Tao · 5 years ago
  53. 63988f3 Have gen release use commit date not current date by Nigel Tao · 5 years ago
  54. 01afa94 Have "wuffs gen" call "git rev-parse HEAD" by Nigel Tao · 5 years ago
  55. dc5e818 wuffs gen -version=0.2.0-alpha.27 by Nigel Tao · 5 years ago
  56. 2b63120 Generate WUFFS_VERSION_GIT_REV_LIST_COUNT by Nigel Tao · 5 years ago
  57. 11d7629 Fix a "release/c/etc.c" comment typo by Nigel Tao · 5 years ago
  58. 34bf05c wuffs gen -version=0.2.0-alpha.26 by Nigel Tao · 5 years ago
  59. 314b120 Let std/lzw mix automatic and manual flushes by Nigel Tao · 5 years ago
  60. c4cc0f4 Add comment about previous perf-related commit by Nigel Tao · 5 years ago
  61. 3bf9573 Work around strange status.is_error performance by Nigel Tao · 5 years ago
  62. 093268e Rename the !?? effect to ? by Nigel Tao · 5 years ago
  63. 1ea32b3 Remove the !? effect, leaving only ! and !?? by Nigel Tao · 5 years ago
  64. d4be1fd Add some #ifndef's to the examples by Nigel Tao · 5 years ago
  65. a954e9a Insert implicit semi-colons after keywords by Nigel Tao · 5 years ago
  66. 7f1ebf0 Make deflate's init_huff ! not !? by Nigel Tao · 5 years ago
  67. a80962d Make deflate's decode_huffman_fast ! not !? by Nigel Tao · 5 years ago
  68. 7748216 Rename a gif status variable by Nigel Tao · 5 years ago
  69. 3ba450b Make gif's decoder.copy_to_image_buffer ! not !? by Nigel Tao · 5 years ago
  70. 19ddd44 Make gif's decoder.restart_frame ! not !? by Nigel Tao · 5 years ago
  71. 20c474b Add a genlinenum flag by Nigel Tao · 5 years ago
  72. dd94ad3 Rename z variable to status, in C code by Nigel Tao · 5 years ago
  73. ce96837 Rename z variable to status, in Wuffs code by Nigel Tao · 5 years ago
  74. 489fec4 Remove parse's Options.AllowBuiltIns by Nigel Tao · 5 years ago
  75. 5cddd48 Fix lang/check tests for language changes by Nigel Tao · 5 years ago
  76. c9e6ee6 Fold Expr statements into Assign statements by Nigel Tao · 5 years ago
  77. 796c8cc Simplify the gen.writeBuiltinQuestionCall caller by Nigel Tao · 5 years ago
  78. 1b3f800 Move some CSP's closer to the suspending call by Nigel Tao · 5 years ago
  79. 29c884d Remove temporary coroSuspPoint numbering padding by Nigel Tao · 5 years ago
  80. 28366f7 Drop duplicate CoroSuspPoint for io_reader.skip by Nigel Tao · 5 years ago
  81. eddeebe Get "t0" temporary vars out of cgen's writeExpr by Nigel Tao · 5 years ago
  82. 67acce8 Factor writeStatementAssign into two methods by Nigel Tao · 5 years ago
  83. efc4d9e Clean up gen.writeStatementAssign a bit more by Nigel Tao · 5 years ago
  84. 5248d26 Inline gen.writeQuestionCall by Nigel Tao · 5 years ago
  85. d26fa09 Have wuffsfmt align the "T"s in "x T" fields by Nigel Tao · 5 years ago
  86. 1ceb304 Have wuffsfmt align the "T"s in "var x T" blocks by Nigel Tao · 5 years ago
  87. ece31b9 Remove obsolete std/deflate tmp variable by Nigel Tao · 5 years ago
  88. 65936e4 Clean up some writeStatementAssign args by Nigel Tao · 5 years ago
  89. e811b2d Remove obsolete writeStatementAssign lhsIdent arg by Nigel Tao · 5 years ago
  90. 23cd084 Zero-initialize implicit io_buffer locals by Nigel Tao · 5 years ago
  91. e55ce7d Clean up cgen's writeResumeSuspend by Nigel Tao · 5 years ago
  92. b10098a Clean up gen.writeStatementAssign a little bit by Nigel Tao · 5 years ago
  93. 983cebd Have cgen zero-initialize all local variables by Nigel Tao · 5 years ago
  94. 6dc6895 Drop the "= RHS" out of "var x T = RHS" by Nigel Tao · 5 years ago
  95. cbe19f5 Restrict var statements to the top of functions by Nigel Tao · 5 years ago
  96. 84f9d3a Prohibit "this.etc = etc" inside pure functions by Nigel Tao · 5 years ago
  97. d552f88 Make Iterate contain Assign's not Var's by Nigel Tao · 5 years ago
  98. cd9ab50 Place std/deflate vars at the top of functions by Nigel Tao · 5 years ago
  99. 9bcdd1e Place std/{gif,lzw} vars at the top of functions by Nigel Tao · 5 years ago
  100. 25776a7 Place more vars at the top of functions by Nigel Tao · 5 years ago