Joey Yakimowich-Payne
ab3185b611
Add n.post section
2018-07-10 15:15:00 +09:00
genotrance
84894bfa0c
Merge pull request #4 from jyapayne/configurable_compiler
...
Add configurable compiler to global section
2018-07-09 15:40:33 -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
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