Commit graph

49 commits

Author SHA1 Message Date
Ganesh Viswanathan
39f5f320a6 Remove libsvm 2019-07-16 22:06:06 -05:00
Ganesh Viswanathan
31b63a6ea6 Update nimfuzz to nimfuzzy 2018-12-10 12:00:53 -06:00
Ganesh Viswanathan
86df7b19f1 Fix README 2018-11-08 21:39:20 -06:00
Ganesh Viswanathan
713703caae Travis fixes 2018-11-02 10:55:05 -05:00
Ganesh Viswanathan
1c057f2520 OS specific sections, execAction, nowildcard, multi git repos, branch/tag/commit 2018-10-30 21:55:17 -05:00
Ganesh Viswanathan
0a32e7fa2c Add nimmonocrypt, remove nimfastText 2018-10-02 12:24:28 -05:00
Ganesh Viswanathan
8eaa765601 Add nimnuklear and nimfastText 2018-09-26 16:44:28 -05:00
Ganesh Viswanathan
23bb86803d Add duktape-nim 2018-09-05 14:33:35 -05:00
Ganesh Viswanathan
7082f89781 Add duktape-nim 2018-09-05 14:32:19 -05:00
Ganesh Viswanathan
a2a2c41704 Add nimtess2 to test suite 2018-09-05 13:18:45 -05:00
Ganesh Viswanathan
1711052eae Add move capability, handle compile duplicate names 2018-08-19 12:31:21 -05:00
Ganesh Viswanathan
1e26d3e6eb More flexibility in compile flag 2018-08-15 14:41:41 -05:00
Ganesh Viswanathan
1a29b9f0f8 Add badges 2018-08-14 11:21:51 -05:00
Ganesh Viswanathan
1fb8674d07 Add badges 2018-08-14 11:19:32 -05:00
Ganesh Viswanathan
bb2c9474fa Add badges 2018-08-14 11:18:31 -05:00
Ganesh Viswanathan
667d6caf84 CLI support - #20 2018-08-08 11:06:21 -05:00
Ganesh Viswanathan
32debc5534 Regex search/replace support - #2 2018-08-05 01:10:47 -05:00
Ganesh Viswanathan
29d694d630 Implement #11 - comma separated for OS specific tasks 2018-07-13 20:06:09 -05:00
Ganesh Viswanathan
9e0eb25685 Implement #10 - per file reset 2018-07-13 02:16:01 -05:00
Ganesh Viswanathan
e46d3b2332 Implement #7 - [n.sourcefile] section, add nimclipboard 2018-07-13 00:19:50 -05:00
Ganesh Viswanathan
293e8cca85 Minor updates 2018-07-11 23:18:00 -05:00
Joey Yakimowich-Payne
ab3185b611 Add n.post section 2018-07-10 15:15:00 +09:00
Joey Yakimowich-Payne
3b60a0e4b1 Move env var section in readme 2018-07-09 09:51:44 +09:00
Joey Yakimowich-Payne
9c41b5a176 Add better example to readme for env vars 2018-07-09 09:21:14 +09:00
Joey Yakimowich-Payne
76020e8f21 Add env vars to readme 2018-07-08 13:05:36 +09:00
Joey Yakimowich-Payne
bfd9e50652 Merge remote-tracking branch 'upstream/master' into configurable_compiler 2018-07-08 10:59:49 +09:00
Ganesh Viswanathan
44294a7513 Readme fix 2018-07-07 17:47:55 -05:00
Joey Yakimowich-Payne
a7edd8525d Rename execute to pipe 2018-06-27 22:22:38 +09:00
Joey Yakimowich-Payne
e371546d52 Add support for executing a command on a file.
$file in the command string references the file name. The stdout of the
command will become the file's new contents. This is useful for doing
things that nimgen might not support, like using sed or grep or some
other command line tool.
2018-06-16 15:33:47 +09:00
Joey Yakimowich-Payne
f275bc0e35 Update readme with compiler spec 2018-06-16 15:17:51 +09:00
Ganesh Viswanathan
4b91f1bbbe Copy files during prepare, NEP1 conformance 2018-06-11 09:42:41 -05:00
Ganesh Viswanathan
7fbc8fbcde Style fixes 2018-06-11 01:47:08 -05:00
Ganesh Viswanathan
5e784f09ef Add support for renaming generated files 2018-06-09 17:58:39 -05:00
Ganesh Viswanathan
df54942933 Add nimlibxlsxwriter to README 2018-05-04 16:42:19 -05:00
Ganesh Viswanathan
b8d6696850 Links to wrapper docs 2018-05-04 16:30:11 -05:00
Ganesh Viswanathan
6d0abefe8a Minor bugfixes 2018-03-13 17:05:40 -05:00
Ganesh Viswanathan
fec0e49fac Added nimrax 2018-03-08 23:43:58 -06:00
Ganesh Viswanathan
bcace601d3 Comment lines feature, remove docopt 2018-03-08 22:28:41 -06:00
Ganesh Viswanathan
968e89f08e Added inlining in place of recursion, extract existing ZIP file without downloading, delete/create output directory error handling 2018-02-02 14:48:59 -06:00
Ganesh Viswanathan
9b25a6d1db Typo 2018-01-05 20:14:17 -06:00
Ganesh Viswanathan
53f0626bed Support for pragma definitions 2018-01-05 19:16:49 -06:00
Ganesh Viswanathan
6a64ff568d README updates 2017-12-04 17:29:29 -06:00
Ganesh Viswanathan
2ae534476f Readme updates 2017-12-04 14:29:38 -06:00
Ganesh Viswanathan
27ea25b901 - Added support for wildcard file tasks
- Fixed issue in replacing - with _ in generated modules
- Fixed inconsistent naming of flags and procs
2017-12-04 14:26:20 -06:00
Ganesh Viswanathan
9bcabd23e3 - Docopt for CLI parsing
- Download, extract and Git checkout support
- OS specific keys with -win, -lin and -osx
- Force re-generation with -f flag
2017-11-16 02:39:48 -06:00
Ganesh Viswanathan
e5eb693d2e - Recurse only quoted in #include
- Unique header/dynlib naming
2017-11-14 22:34:12 -06:00
Ganesh Viswanathan
aa11f813f2 Added ppflags and noprocess 2017-11-08 02:11:08 -06:00
Ganesh Viswanathan
eb3a2d3bfd Links to nimssl and nimbass 2017-11-07 19:22:16 -06:00
Ganesh Viswanathan
777ae910c8 Initial version 2017-11-07 18:14:33 -06:00