Ganesh Viswanathan
cc7b6cb726
Setup CI
2018-07-09 12:09:55 -05:00
Ganesh Viswanathan
9257a0a81b
Setup CI
2018-07-09 12:06:07 -05:00
Ganesh Viswanathan
7ae458419e
Setup CI
2018-07-09 11:51:08 -05:00
Ganesh Viswanathan
894818a0db
Setup CI
2018-07-09 11:47:13 -05:00
Ganesh Viswanathan
6f36dcb99d
Setup CI
2018-07-09 11:45:09 -05:00
Ganesh Viswanathan
7c325683cc
Setup CI
2018-07-09 11:42:01 -05:00
Ganesh Viswanathan
88d8ee6b84
Setup CI
2018-07-09 11:18:14 -05:00
Ganesh Viswanathan
37fdefa4b8
Setup CI
2018-07-09 10:29:50 -05:00
Ganesh Viswanathan
9821b228af
Setup CI
2018-07-09 10:26:18 -05:00
Ganesh Viswanathan
7979cec722
Setup CI
2018-07-09 10:13:12 -05:00
Ganesh Viswanathan
23d0016d1a
Setup CI
2018-07-09 09:42:55 -05:00
Ganesh Viswanathan
941df23278
Setup CI
2018-07-09 09:13:15 -05:00
Ganesh Viswanathan
b8670b1bf1
Setup CI
2018-07-09 09:11:25 -05:00
Ganesh Viswanathan
c7012369be
Setup CI
2018-07-08 22:14:22 -05:00
Ganesh Viswanathan
395422f1e5
Setup CI
2018-07-08 22:09:41 -05:00
Ganesh Viswanathan
fdcbec8d5b
Setup CI
2018-07-08 21:44:36 -05:00
Ganesh Viswanathan
8892eabbe6
Setup CI
2018-07-08 21:33:01 -05:00
Ganesh Viswanathan
1aab352f03
Setup CI
2018-07-08 21:31:09 -05:00
Ganesh Viswanathan
30e5da82a0
Setup CI
2018-07-08 21:14:23 -05:00
Ganesh Viswanathan
ad7df8d34e
Setup CI
2018-07-08 21:12:52 -05:00
Ganesh Viswanathan
0226dba427
Setup CI
2018-07-08 21:06:28 -05:00
Joey Yakimowich-Payne
8e8e5fbd09
Change consts to camel case for nep1
2018-07-09 09:52:23 +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
17e54d3b87
Make c/cpp compiler priority .cfg > CC/CXX > gcc/g++
2018-07-09 09:16:44 +09:00
Ganesh Viswanathan
60d94e9114
Fix for absolute paths in includes and headers
2018-07-08 19:11:41 -05:00
Ganesh Viswanathan
a717b9d140
Update version
2018-07-08 16:03:13 -05:00
Ganesh Viswanathan
0bda8084dd
Merge branch 'jyapayne-fix_includes'
2018-07-08 16:02:16 -05:00
Ganesh Viswanathan
c846bf106a
Fixes to work with all wrappers
2018-07-08 16:01:54 -05:00
Joey Yakimowich-Payne
512cdd3a9f
Add check for absolute directories
2018-07-08 22:56:36 +09:00
Joey Yakimowich-Payne
15d417d2c5
Remove dir sep from replace
2018-07-08 22:50:34 +09:00
Joey Yakimowich-Payne
4c45a5f5b2
Combine passC and absolute imports
2018-07-08 22:43:17 +09:00
Joey Yakimowich-Payne
76020e8f21
Add env vars to readme
2018-07-08 13:05:36 +09:00
Joey Yakimowich-Payne
2fc12b8577
Only include necessary file for include libs
...
The previous behavior caused a "Too many files open" error when
referrencing lots of libs because of the call to "gorge". This
modification retains the old behavior and also works if the library is
compiled locally.
Fixes #12
2018-07-08 12:39:27 +09:00
Joey Yakimowich-Payne
467d0c4eae
Add ability to use environment vars
2018-07-08 12:08:43 +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
Ganesh Viswanathan
a0369758af
Support 0.17.0 onwards, fix IOError
2018-07-07 16:57:23 -05:00
Ganesh Viswanathan
bb881a2e65
Fix IOErrors
2018-07-07 15:03:14 -05:00
genotrance
1b645dd5b2
Merge pull request #6 from jyapayne/add_execute_for_files
...
Add support for executing a command on a file.
2018-07-07 14:30:21 -05:00
Joey Yakimowich-Payne
a7edd8525d
Rename execute to pipe
2018-06-27 22:22:38 +09:00
genotrance
d943f117c4
Merge pull request #5 from jyapayne/allow_deeper_output
...
Allow for deeper than one directory paths for the output directory
2018-06-23 19:23:33 -05:00
Joey Yakimowich-Payne
4a83f6d5a1
Fix issue if cfg file is local gProject dir will be an empty string
2018-06-24 08:21:50 +09:00
Joey Yakimowich-Payne
2f2b26d269
Change project dir based on nimgen cfg file
2018-06-24 07:50:47 +09:00
Ganesh Viswanathan
88a57e5452
Fix #2 - ctags not working
2018-06-23 12:08:48 -05: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
71699332be
Allow for deeper than one directory paths
2018-06-16 15:22:16 +09:00
Joey Yakimowich-Payne
f275bc0e35
Update readme with compiler spec
2018-06-16 15:17:51 +09:00
Joey Yakimowich-Payne
0f73ad6d3f
Add configurable compiler to global section
2018-06-14 17:13:46 +09:00
Ganesh Viswanathan
a8bcbf8e89
Revert nep1 for c2nim
2018-06-11 11:00:51 -05:00