index
:
trie-gen.git
Trie-Gen: Trie Lookup Code Generator
summary
refs
log
tree
commit
diff
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-21
src/main.cpp: update verdate string
HEAD
v0.7
master
Stefan Vargyas
1
-1
/
+1
2021-05-21
Fix one of 'print-obj-base' test case's testing shell function
Stefan Vargyas
2
-5
/
+5
2021-05-21
src/gcc-version.sh: improve GCC version detecting sed script
Stefan Vargyas
1
-1
/
+5
2021-05-21
src/config.h: extend CONFIG_VA_END_NOOP up to GCC 8.2.1
Stefan Vargyas
1
-1
/
+1
2021-05-21
commands.sh:gen-func: new command line options `-s|--return-string'
Stefan Vargyas
1
-16
/
+28
2021-05-21
README: mention compiling Trie-Gen with GCC 8.2.1
Stefan Vargyas
1
-1
/
+1
2021-05-21
Update copyright date
Stefan Vargyas
267
-268
/
+268
2019-05-17
commands.sh:gen-func: add new options `-w|--wide-code'
Stefan Vargyas
1
-3
/
+7
2018-10-10
doc/trie-gen.txt: functions 'prefix' and 'equal': make loop condition minimal
Stefan Vargyas
1
-2
/
+2
2018-10-09
src/opt-impl.hpp:prefix: make loop condition minimal
Stefan Vargyas
1
-2
/
+1
2018-04-23
Rename the file COPYRIGHT to PROGRAM
Stefan Vargyas
1
-0
/
+0
2018-04-12
doc/trie-gen.txt: fix documenting regex
Stefan Vargyas
1
-1
/
+1
2018-04-08
src/main.cpp: update verdate string
v0.6
Stefan Vargyas
1
-1
/
+1
2018-04-08
doc/trie-gen.txt: close document's history table
Stefan Vargyas
1
-0
/
+6
2018-04-08
doc/trie-gen.txt: extend and improve 'gen-func's documenting text
Stefan Vargyas
1
-17
/
+52
2018-04-08
doc/trie-gen.txt: update 'gen-func's help info text
Stefan Vargyas
1
-8
/
+15
2018-04-08
doc/trie-gen.txt: update 'trie's `--help' output
Stefan Vargyas
1
-0
/
+15
2018-04-08
doc/trie-gen.txt: document the new use-cases of 'trie' binary
Stefan Vargyas
1
-4
/
+123
2018-04-08
doc/trie-gen.txt: update ArrayTrie class' C++ excerpt code
Stefan Vargyas
1
-4
/
+6
2018-04-08
README: mention building Trie-Gen cleanly with GCC 7.2.0
Stefan Vargyas
1
-2
/
+3
2018-04-08
src/gcc-version.sh:gcc-version: fix regex matching version numbers
Stefan Vargyas
1
-1
/
+1
2018-04-08
Improve 'getopt_long's parsing of long command line options
Stefan Vargyas
2
-0
/
+337
2018-04-08
commands.sh:gen-func: insert empty line
Stefan Vargyas
1
-0
/
+1
2018-04-08
commands.sh:gen-func: handle long options specifier
Stefan Vargyas
1
-1
/
+1
2018-04-08
Add test cases for regex and sed meta-chars quoting of shell function 'gen-fu...
Stefan Vargyas
4
-0
/
+708
2018-04-08
commands.sh:gen-func: quote regex and sed meta-chars
Stefan Vargyas
1
-1
/
+6
2018-04-08
commands.sh:gen-func: new command line options `-e|--error'
Stefan Vargyas
1
-5
/
+16
2018-04-08
Add test case for newly added options of shell function 'gen-func':
Stefan Vargyas
3
-0
/
+703
2018-04-08
commands.sh:gen-func: options `-r|--result-type' accept argument '-'
Stefan Vargyas
1
-37
/
+76
2018-04-08
commands.sh:gen-func: map the newly added options of 'trie' binary
Stefan Vargyas
1
-5
/
+29
2018-04-08
commands.sh:gen-func: improve help info text
Stefan Vargyas
1
-2
/
+2
2018-04-08
test/test.sh: fix script exit code
Stefan Vargyas
1
-1
/
+1
2018-04-08
Add new command line options `-z|--[no-]zero-start':
Stefan Vargyas
6
-2
/
+102
2018-04-08
Extend code generation of functions '{Array,Ternary}Trie<>::gen_compact_code':
Stefan Vargyas
34
-1071
/
+34705
2018-04-08
src/{ext,trie}.hpp: define conditionally 'Ext::operator<<' for 'Ext::ostream_...
Stefan Vargyas
2
-7
/
+9
2018-04-08
Replace all trie-related 'std::ostream&' with parametrized 'std::basic_ostrea...
Stefan Vargyas
4
-157
/
+197
2018-04-08
src/trie.hpp: normalize lambda functions 'dump_var*'
Stefan Vargyas
1
-14
/
+14
2018-04-08
src/trie.hpp: remove unneeded 'std::setw' usages
Stefan Vargyas
1
-3
/
+0
2018-04-08
src/ext.hpp: add missing '#include <numeric>' for algo 'std::accumulate'
Stefan Vargyas
1
-0
/
+1
2018-04-08
src/config.h: extend CONFIG_VA_END_NOOP up to GCC 7.3.0
Stefan Vargyas
1
-4
/
+5
2018-04-08
Remove unused CONFIG_* parameters
Stefan Vargyas
3
-133
/
+6
2018-04-08
test/test.*: remove superfluous shell functions 'printc' and 'trie0'
Stefan Vargyas
214
-2132
/
+6
2018-04-08
Remove test case 'print-stats-alphabets'
Stefan Vargyas
3
-81
/
+0
2018-04-08
Update copyright date
Stefan Vargyas
238
-239
/
+239
2016-07-27
doc/trie-gen.txt: Rephrase sentence making it clearer
Stefan Vargyas
1
-2
/
+2
2016-07-24
commands.sh:gen-func: fix passing home dir to self call
Stefan Vargyas
1
-4
/
+4
2016-07-24
commands.sh:gen-func: take input from named file when action is 'gen-regex' too
Stefan Vargyas
1
-11
/
+12
2016-07-24
README: remove unnecessary copyright header
Stefan Vargyas
1
-19
/
+0
2016-07-24
README: fix section numbers
Stefan Vargyas
1
-2
/
+21
2016-07-24
doc/trie-gen.txt: Removed redundant statement
Stefan Vargyas
1
-3
/
+0
[next]