Commit graph

84 commits

Author SHA1 Message Date
Ganesh Viswanathan
e32acea78e Move from nre to regex 2018-07-11 22:37:06 -05:00
Ganesh Viswanathan
adaa7e997f Setup CI 2018-07-09 15:20:31 -05:00
Ganesh Viswanathan
a24d0d043d Setup CI 2018-07-09 15:10:02 -05:00
Ganesh Viswanathan
0e6a7b8025 Setup CI 2018-07-09 15:03:41 -05:00
Ganesh Viswanathan
5621d59e3c Setup CI 2018-07-09 15:01:58 -05:00
Ganesh Viswanathan
942f194945 Setup CI 2018-07-09 14:27:20 -05:00
Ganesh Viswanathan
0e016bd7bb Merge branch 'master' of https://github.com/genotrance/nimgen 2018-07-09 14:09:45 -05:00
Ganesh Viswanathan
1f2bd20da1 Setup CI 2018-07-09 14:09:38 -05:00
Ganesh Viswanathan
b894dbd17a Allow ppflags and related to be OS specific 2018-07-09 14:02:38 -05:00
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