]> granicus.if.org Git - re2c/history - lib
Renamed misleadingly named parameter.
[re2c] / lib /
2019-07-13 Ulya TrofimovichUse cast to 'void' instead of attribute 'unused', other...
2019-07-13 Ulya TrofimovichAdded a few casts to 'printf' args to silence warnings...
2019-07-13 Ulya Trofimovichlibre2c test: always run Cox algorithm and skip expecte...
2019-07-13 Ulya TrofimovichCosmetic: shortened macro name a bit and removed 'GXX...
2019-07-13 Ulya TrofimovichMarked a few debug variables as unused to avoid warning...
2019-07-13 Ulya TrofimovichDisable ceratain warnings on bison-generated output...
2019-07-13 Ulya TrofimovichFixed Clang warning -Wshift-sign-overflow.
2019-07-13 Ulya TrofimovichFixed Clang warning -Wconditional-uninitialized.
2019-07-13 Ulya TrofimovichFixed Clang warning -Wmissing-variable-declarations.
2019-07-13 Ulya TrofimovichFixed Clang warning -Wunused-template.
2019-07-13 Ulya TrofimovichFixed Clang warning -Wunreachable-code (these were...
2019-07-13 Ulya TrofimovichFixed Clang warning -Wc++11-extensions.
2019-07-13 Ulya TrofimovichFixed Clang warning -Wmismatched-tags.
2019-07-13 Ulya TrofimovichFixed Clang warnings -Wswitch-enum and -Wcovered-switch...
2019-07-13 Ulya TrofimovichFixed Clang warnings -Wextra-semi and -Wextra-semi...
2019-07-12 Ulya TrofimovichFixed includes using include-what-you-use.
2019-06-26 Ulya Trofimovichlibre2c: don't forget to free static lists (AST nodes...
2019-06-26 Ulya Trofimovichlibre2c: clean up cache after matching in lazy algorith...
2019-06-21 Ulya Trofimovichlibre2c: don't add nested negative tags to TNFA, as...
2019-06-17 Ulya Trofimovichlibre2c benchmark: make a couple of warmup iterations...
2019-06-17 Ulya Trofimovichlibre2c benchmark: print size of each regular expressio...
2019-06-13 Ulya Trofimovichlibre2c: removed unused variable.
2019-05-18 Ulya Trofimovichlibre2c: added GOR1 option for lazy disambiguation...
2019-05-09 Ulya Trofimovichlibre2c: added forgotten benchmark data samples.
2019-05-09 Ulya Trofimovichlibre2c: added missing include.
2019-05-09 Ulya Trofimovichlibre2c: updated benchmark.
2019-05-08 Ulya Trofimovichlibre2c: extended lexer to handle some escape sequences...
2019-03-30 Ulya Trofimovichlibre2c: restructured main loop to avoid double call...
2019-03-26 Ulya TrofimovichFixed compilation error caused by extra namespace quali...
2019-03-26 Ulya TrofimovichFixed compilation error caused by extra namespace quali...
2019-03-26 Ulya Trofimovichlibre2c: implemented Kuklewicz disambiguation algorithm...
2019-03-25 Ulya Trofimovichlibre2c: free tag history after each step (it's no...
2019-03-25 Ulya TrofimovichParameterize determinization/simulation context directl...
2019-03-25 Ulya TrofimovichAdded logs with test failures of backward matching...
2019-03-24 Ulya Trofimovichlibre2c: added Cox backward matching algorithm (incorre...
2019-03-16 Ulya Trofimovichlibre2c: added POSIX tests that show why closure can...
2019-03-08 Ulya TrofimovichUse state index in closure instead of core index, and...
2019-03-07 Ulya TrofimovichMoved re2c subdirectory to root directory and renamed...