aboutsummaryrefslogtreecommitdiff
path: root/tests/tsoloud.nim
AgeCommit message (Collapse)Author
2020-05-01Fixes and test lzma/zlib with ast2Ganesh Viswanathan
2020-04-30Clean globals, build debugast1quietGanesh Viswanathan
2020-04-06ast2 dynlib fix, add 1.2.0 testingGanesh Viswanathan
2020-04-05ast2 var of proc type, multiple proc type blockGanesh Viswanathan
2020-03-09Drop 0.19.6, fix soloud testGanesh Viswanathan
2019-10-10Move all artifacts to nimcacheGanesh Viswanathan
2019-10-02Rename git to buildGanesh Viswanathan
2019-02-02refs #68; turn some macros to CT procs; fix #112 (doc fixes) (#102)Timothee Cour
* refs #68 macro=>proc cSkipSymbol * refs #68 macro=>proc cDebug * refs #68 macro=>proc cDisableCaching * refs #68 notes for cDefine * refs #68 macro=>proc cAddSearchDir ; improve some runnableExamples * refs #68 macro=>proc cAddStdDir * $projpath/include => testsIncludeDir() everywhere * disable $projpath interpolation (error prone) * fix tests * make nim doc part of test suite; fix for 0.19.2
2019-01-29make tsoloud work on OSX (#84)Timothee Cour
2019-01-29fix #62 (toast now addressed relatively); macros=>procs + other fixes (#70)Timothee Cour
* fixes https://github.com/genotrance/nimterop/issues/62 * toast is now automatically built on demand, and doesn't depend on PATH - [ ] todo: need to track its deps properly to trigger rebuilding it; using same algo as shown here https://github.com/genotrance/nimterop/issues/69 but using nim deps instead of c deps * many other fixes * trying to follow https://github.com/timotheecour/vitanim/wiki/Nim-best-practices
2019-01-23Fix test on WindowsGanesh Viswanathan
2019-01-23Fix #56 - override and skip, html linksGanesh Viswanathan
2019-01-21Support cache disablingGanesh Viswanathan
2019-01-17Walkdir (#43)genotrance
* Fix walkDir, cCompile mode, add tsoloud, fix void * * No tsoloud on Travis Linux