Commit graph

75 commits

Author SHA1 Message Date
Ganesh Viswanathan
217161bb4d Setup CI 2018-07-09 12:26:58 -05:00
Ganesh Viswanathan
6aa9b4290a Setup CI 2018-07-09 12:18:08 -05:00
Ganesh Viswanathan
9fcd0ddd0f Setup CI 2018-07-09 12:14:55 -05:00
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
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
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
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
Ganesh Viswanathan
a8bcbf8e89 Revert nep1 for c2nim 2018-06-11 11:00:51 -05:00
Ganesh Viswanathan
9805bdbc80 Internal cleanup 2018-06-11 10:38:29 -05:00
Ganesh Viswanathan
e3a3fe12e6 Bugfix for compile 2018-06-11 09:50:30 -05: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 v0.2.0 2018-06-09 17:58:39 -05:00
Ganesh Viswanathan
df54942933 Add nimlibxlsxwriter to README 2018-05-04 16:42:19 -05:00