10
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ignore -Wunused-macros warnings in Bison-generated code. More... almost 2 years ago
Explicitly handle enum values in switch to fix -Wswitch-enum warning. More... almost 2 years ago
Remove useless default clause reported by -Wcovered-switch-default. More... almost 2 years ago
Remove unused variables reported by -Wunused-variable. More... almost 2 years ago
Remove unused function templates reported by -Wunused-template. More... almost 2 years ago
Remove useless comparison reported by -Wtautological-type-limit-compare. More... almost 2 years ago
Rename variables to fix -Wshadow warning. More... almost 2 years ago
Initialize variable to fix -Wconditional-uninitialized warning. More... almost 2 years ago
Remove unused macro. More... almost 2 years ago
Use printf modifiers %z and %t for size_t and ptrdiff_t. More... almost 2 years ago
Replace standard `assert` with custom `CHECK` that ignores NDEBUG. More... almost 2 years ago
Fix NDEBUG-mode compiler warning about unused function parameter. More... almost 2 years ago
GitHub Actions: run Valgrind tests on CI. More... almost 2 years ago
Fix memory leaks. More... almost 2 years ago
Use `std::vector` instead of `std::valarray` for rules. More... almost 2 years ago
CMake: ensure autogenerated headers are built before included. More... almost 2 years ago
Add proper error handling. More... almost 2 years ago
Optimize the way lexer and parser allocate intermediate values. More... almost 2 years ago
Get rid of `local_increment_t` as it was only used in one place. More... almost 2 years ago
Update CONTRIBUTING.md: explain --enable-parsers / RE2C_REBUILD_PARSERS. More... almost 2 years ago
Add CMake option RE2C_REBUILD_PARSERS (it requires Bison). More... almost 2 years ago
Add configure option --enable-parsers (regenerate parsers with Bison). More... almost 2 years ago
Consolidate and rename a few headers in src/util. More... almost 2 years ago
Rewrite `SemAct` to use slab allocator instead of a free list. More... almost 2 years ago
Use namespaces instead of classes with static functions. More... almost 2 years ago
Flatten file layout for encoding subsystem, merge small headers. More... almost 2 years ago
Rewrite `RangeSuffix` to use slab allocator instead of a free list. More... almost 2 years ago
Rewrite `uniq_vector_t` to behave more like `std::vector`. More... almost 2 years ago
Move `uniq_vector_t` to util/containers.h. More... almost 2 years ago
Move `lookup_t` to util/containers.h. More... almost 2 years ago