summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-21src/main.cpp: update verdate stringHEADv0.7masterStefan Vargyas1-1/+1
2021-05-21Fix one of 'print-obj-base' test case's testing shell functionStefan Vargyas2-5/+5
2021-05-21src/gcc-version.sh: improve GCC version detecting sed scriptStefan Vargyas1-1/+5
2021-05-21src/config.h: extend CONFIG_VA_END_NOOP up to GCC 8.2.1Stefan Vargyas1-1/+1
2021-05-21commands.sh:gen-func: new command line options `-s|--return-string'Stefan Vargyas1-16/+28
2021-05-21README: mention compiling Trie-Gen with GCC 8.2.1Stefan Vargyas1-1/+1
2021-05-21Update copyright dateStefan Vargyas267-268/+268
2019-05-17commands.sh:gen-func: add new options `-w|--wide-code'Stefan Vargyas1-3/+7
2018-10-10doc/trie-gen.txt: functions 'prefix' and 'equal': make loop condition minimalStefan Vargyas1-2/+2
2018-10-09src/opt-impl.hpp:prefix: make loop condition minimalStefan Vargyas1-2/+1
2018-04-23Rename the file COPYRIGHT to PROGRAMStefan Vargyas1-0/+0
2018-04-12doc/trie-gen.txt: fix documenting regexStefan Vargyas1-1/+1
2018-04-08src/main.cpp: update verdate stringv0.6Stefan Vargyas1-1/+1
2018-04-08doc/trie-gen.txt: close document's history tableStefan Vargyas1-0/+6
2018-04-08doc/trie-gen.txt: extend and improve 'gen-func's documenting textStefan Vargyas1-17/+52
2018-04-08doc/trie-gen.txt: update 'gen-func's help info textStefan Vargyas1-8/+15
2018-04-08doc/trie-gen.txt: update 'trie's `--help' outputStefan Vargyas1-0/+15
2018-04-08doc/trie-gen.txt: document the new use-cases of 'trie' binaryStefan Vargyas1-4/+123
2018-04-08doc/trie-gen.txt: update ArrayTrie class' C++ excerpt codeStefan Vargyas1-4/+6
2018-04-08README: mention building Trie-Gen cleanly with GCC 7.2.0Stefan Vargyas1-2/+3
2018-04-08src/gcc-version.sh:gcc-version: fix regex matching version numbersStefan Vargyas1-1/+1
2018-04-08Improve 'getopt_long's parsing of long command line optionsStefan Vargyas2-0/+337
2018-04-08commands.sh:gen-func: insert empty lineStefan Vargyas1-0/+1
2018-04-08commands.sh:gen-func: handle long options specifierStefan Vargyas1-1/+1
2018-04-08Add test cases for regex and sed meta-chars quoting of shell function 'gen-fu...Stefan Vargyas4-0/+708
2018-04-08commands.sh:gen-func: quote regex and sed meta-charsStefan Vargyas1-1/+6
2018-04-08commands.sh:gen-func: new command line options `-e|--error'Stefan Vargyas1-5/+16
2018-04-08Add test case for newly added options of shell function 'gen-func':Stefan Vargyas3-0/+703
2018-04-08commands.sh:gen-func: options `-r|--result-type' accept argument '-'Stefan Vargyas1-37/+76
2018-04-08commands.sh:gen-func: map the newly added options of 'trie' binaryStefan Vargyas1-5/+29
2018-04-08commands.sh:gen-func: improve help info textStefan Vargyas1-2/+2
2018-04-08test/test.sh: fix script exit codeStefan Vargyas1-1/+1
2018-04-08Add new command line options `-z|--[no-]zero-start':Stefan Vargyas6-2/+102
2018-04-08Extend code generation of functions '{Array,Ternary}Trie<>::gen_compact_code':Stefan Vargyas34-1071/+34705
2018-04-08src/{ext,trie}.hpp: define conditionally 'Ext::operator<<' for 'Ext::ostream_...Stefan Vargyas2-7/+9
2018-04-08Replace all trie-related 'std::ostream&' with parametrized 'std::basic_ostrea...Stefan Vargyas4-157/+197
2018-04-08src/trie.hpp: normalize lambda functions 'dump_var*'Stefan Vargyas1-14/+14
2018-04-08src/trie.hpp: remove unneeded 'std::setw' usagesStefan Vargyas1-3/+0
2018-04-08src/ext.hpp: add missing '#include <numeric>' for algo 'std::accumulate'Stefan Vargyas1-0/+1
2018-04-08src/config.h: extend CONFIG_VA_END_NOOP up to GCC 7.3.0Stefan Vargyas1-4/+5
2018-04-08Remove unused CONFIG_* parametersStefan Vargyas3-133/+6
2018-04-08test/test.*: remove superfluous shell functions 'printc' and 'trie0'Stefan Vargyas214-2132/+6
2018-04-08Remove test case 'print-stats-alphabets'Stefan Vargyas3-81/+0
2018-04-08Update copyright dateStefan Vargyas238-239/+239
2016-07-27doc/trie-gen.txt: Rephrase sentence making it clearerStefan Vargyas1-2/+2
2016-07-24commands.sh:gen-func: fix passing home dir to self callStefan Vargyas1-4/+4
2016-07-24commands.sh:gen-func: take input from named file when action is 'gen-regex' tooStefan Vargyas1-11/+12
2016-07-24README: remove unnecessary copyright headerStefan Vargyas1-19/+0
2016-07-24README: fix section numbersStefan Vargyas1-2/+21
2016-07-24doc/trie-gen.txt: Removed redundant statementStefan Vargyas1-3/+0