Commit graph

263 commits

Author SHA1 Message Date
Ganesh Viswanathan
e293172cf2 Fix execAction, enum expressions, union cleanup, no forceClean 2019-10-14 22:55:01 -05:00
Ganesh Viswanathan
3e9dc2fb0f Fix std fallback and docs publish v0.2.0 2019-10-10 14:45:26 -07:00
Ganesh Viswanathan
ff8c7330cd Nimcache fixes, Std + fallback 2019-10-10 09:33:09 -05:00
Ganesh Viswanathan
6db698ea7a Move all artifacts to nimcache 2019-10-10 07:56:47 -05:00
Ganesh Viswanathan
f2a0d4b0c9 Add linkLibs and isDefined 2019-10-08 15:19:36 -05:00
Ganesh Viswanathan
c21a334ec1 Fix #134, time64_t, buildDocs error on Win 2019-10-08 10:53:07 -07:00
Ganesh Viswanathan
366569f55e findFile speed improvement, defines in buildDoc, nim compiler path 2019-10-07 11:37:21 -07:00
genotrance
dc222c6011
v0.2.0 (#140) 2019-10-03 20:40:05 -05:00
Ganesh Viswanathan
b12d77c98d Fix empty project path 2019-10-03 16:29:01 -05:00
Ganesh Viswanathan
dee898dc51 Move docs generation to module 2019-10-03 13:45:56 -05:00
Ganesh Viswanathan
23d2b86955 Fix wchar_t for nimdoc 2019-10-03 10:54:51 -05:00
Ganesh Viswanathan
4994e56a3f Fix sleep 2019-10-02 15:32:08 -05:00
Ganesh Viswanathan
86aea481ac Add retries for file ops 2019-10-02 15:32:03 -05:00
Ganesh Viswanathan
fad9fd78f3 Add env var support for defines 2019-10-02 15:31:57 -05:00
Ganesh Viswanathan
f21315ff17 More build helpers 2019-10-02 15:31:53 -05:00
Ganesh Viswanathan
4ed751ad5a Add ccache support 2019-10-02 15:31:53 -05:00
Ganesh Viswanathan
b0447677f1 Build pre-hook, altNames, uInt, getType() calls, add zlib test
Fix subdir header, static lib name, [u]int[\d]+
2019-10-02 15:31:32 -05:00
Ganesh Viswanathan
3a23953607 Update to v0.2.0 2019-10-02 15:31:27 -05:00
Ganesh Viswanathan
a867c726a9 Normalize symlinks 2019-10-02 15:31:27 -05:00
Ganesh Viswanathan
1ccf4c8e41 Readme update 2019-10-02 15:31:22 -05:00
Ganesh Viswanathan
9f196e3f77 Fix paths, git for Windows build 2019-10-02 15:31:12 -05:00
Ganesh Viswanathan
2049787f43 More archive support, Windows lzma test 2019-10-02 15:31:12 -05:00
Ganesh Viswanathan
5bf5c7445d autoreconf, don't find tools 2019-10-02 15:31:12 -05:00
Ganesh Viswanathan
6bc0c4aa3b OSX support for getHeader, handle symlinks 2019-10-02 15:31:04 -05:00
Ganesh Viswanathan
9c51c82418 Add autopoint detection 2019-10-02 15:30:58 -05:00
Ganesh Viswanathan
ba2bd6e40a Add getheader test 2019-10-02 15:30:49 -05:00
Ganesh Viswanathan
182d473973 findFile w/regex, make -j, lib support for getHeader, noexcept / throw 2019-10-02 15:30:49 -05:00
Ganesh Viswanathan
7ef73147a6 getHeader and supporting procs 2019-10-02 15:30:36 -05:00
Ganesh Viswanathan
5b0a5ab146 Rename git to build 2019-10-02 15:29:55 -05:00
Ganesh Viswanathan
c3734587a1 rmFile/Dir, build/autogen, check if build command worked v0.1.0 2019-08-22 14:34:52 -07:00
Ganesh Viswanathan
86ebf622e1 findExe, use curl/wget if avail, mingw32-make, unused imports 2019-08-19 20:25:09 -07:00
Ganesh Viswanathan
29f59eee99 Fix #131 - division in enums 2019-07-29 23:24:03 -05:00
Ganesh Viswanathan
e159eb7c9c Flags for toast, docs update 2019-07-29 19:08:17 -05:00
Ganesh Viswanathan
0d41564e92 Fix #135 - plist doc fix 2019-07-29 09:17:36 -05:00
Ganesh Viswanathan
11cfed08ce Add link to wrappers 2019-07-25 22:52:40 -05:00
Ganesh Viswanathan
547ee5801e Minor c2nim fixes 2019-07-19 19:38:41 -05:00
Ganesh Viswanathan
79c64d5186 C2nim, cmake and make support, additional documentation 2019-07-18 01:10:32 -05:00
Ganesh Viswanathan
3bdc321d60 Update nim versions 2019-07-10 13:41:31 -05:00
Ganesh Viswanathan
99c95ec658 Use tree-sitter v0.15.5/0 due to break in newer versions 2019-06-27 14:34:10 -05:00
Ganesh Viswanathan
68ab2dbec1 Bitfield support, space after comments 2019-06-09 15:58:01 -05:00
Ganesh Viswanathan
9387de8638 Handle comments in #defines 2019-05-27 17:19:47 -05:00
Ganesh Viswanathan
e245e17488 Fix configure call in template 2019-05-16 13:01:20 -05:00
Ganesh Viswanathan
ebb78480f7 Fix git pull issue 2019-05-16 11:49:33 -05:00
Ganesh Viswanathan
d3921f9ed2 Fix type qualifiers within pointer 2019-05-12 03:25:07 -05:00
Ganesh Viswanathan
7729ea93ca Use $CC for gcc and user specified Nim 2019-05-10 18:51:46 -05:00
Ganesh Viswanathan
78d116b205 Add lite template, clarify order of calls 2019-05-10 08:47:12 -05:00
Ganesh Viswanathan
2352e77c5e Import macros in plugin, no newlines in enum expressions, strformat issue 2019-05-09 02:57:55 -05:00
Ganesh Viswanathan
a7be010832 Minor doc fixes 2019-05-09 01:09:43 -05:00
Ganesh Viswanathan
98333ad18b Starter template, CLI menu in README 2019-05-09 01:07:02 -05:00
genotrance
2cdde94635
Dynlib support 2019-05-08 23:56:30 -05:00