aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-08execAction: quoting was not robust (in case cmd had quotes) and bash -c was ↵Timothee Cour
redundant on posix (#117)
2019-02-07And/or/xor for enumsGanesh Viswanathan
2019-02-06Fix issue #90 based on PR #91Ganesh Viswanathan
2019-02-06Rename tree-sitter runtime to api, add tsgenGanesh Viswanathan
2019-02-06Fix to accommodate tree-sitter upstream changesGanesh Viswanathan
2019-02-06Revert relativePathGanesh Viswanathan
2019-02-06Add exclude to cCompile, fix duplicate filename compilation, mkDir fix, ↵Ganesh Viswanathan
cp/mvFile, full relativePath
2019-02-03Fix quoteShell issueGanesh 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-02-02Add mkdir to git, use in downloadUrlGanesh Viswanathan
2019-01-31Remove preprocessor file lines, clean whitespace in typesGanesh Viswanathan
2019-01-31Fix #96 - run nim check on bad codegenGanesh Viswanathan
2019-01-31Fix #95 - error for multiple underscoresGanesh Viswanathan
2019-01-31Fix appveyor path, badgesGanesh Viswanathan
2019-01-31Fix #101 - include globals in cimportGanesh Viswanathan
2019-01-31Fix cOverride crash on pragmasGanesh Viswanathan
2019-01-30refs #60 importc is now DRY (#88)Timothee Cour
2019-01-30Fix #72 (#97)genotrance
* Remove enum converter - #72 * Workaround gc crash on Windows * Suppress hint, import types in toast
2019-01-30rm tests/.gitignore now that top-level .gitignore ignores exe and that ↵Timothee Cour
generated includes go under ./build (#92)
2019-01-29make tsoloud work on OSX (#84)Timothee Cour
2019-01-29`quit => doAssert` to show backtrace + relevant context + exception friendly ↵Timothee Cour
(#85)
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-28address commentsTimothee Cour
2019-01-28fix for 0.19.2Timothee Cour
2019-01-28fix #71; bug fixes in types.nimTimothee Cour
2019-01-28Better context in _ error msg, gitPull fix for path, allow suppress of ↵Ganesh Viswanathan
#define _X
2019-01-28Fix #63 - cmdline and date in toast -n outputGanesh Viswanathan
2019-01-28Merge branch 'master' of https://github.com/genotrance/nimteropGanesh Viswanathan
2019-01-28Fix skip bug on _, parent in SymbolGanesh Viswanathan
2019-01-28fix for ubuntuTimothee Cour
2019-01-28fix travis: stop on 1st errorTimothee Cour
2019-01-28Allow skip of symbol with _Ganesh Viswanathan
2019-01-28Fix #42 - duplicate stylistic identifiersGanesh Viswanathan
2019-01-27Minor fixesGanesh Viswanathan
2019-01-27Allow blank onSymbol to skip, test in release modeGanesh Viswanathan
2019-01-27Remove Result, add plugin.nim, forceBuildGanesh Viswanathan
2019-01-27Improve onSymbol APIGanesh Viswanathan
2019-01-27Fix typeof for 0.19.2Ganesh Viswanathan
2019-01-27Updated with feedbackGanesh Viswanathan
2019-01-27Fix on OSXGanesh Viswanathan
2019-01-27Documentation, fix tmath on WindowsGanesh Viswanathan
2019-01-27Plugin supportGanesh Viswanathan
2019-01-25properly ignore all files wo extensionTimothee Cour
2019-01-24fix gitignore (#64)Timothee Cour
2019-01-23Always split commasGanesh Viswanathan
2019-01-23Fix test on WindowsGanesh Viswanathan
2019-01-23Handle cligen split issueGanesh Viswanathan
2019-01-23Fix #56 - override and skip, html linksGanesh Viswanathan
2019-01-23Initial support for #56Ganesh Viswanathan
2019-01-22Partial fix for #52 - only when names differGanesh Viswanathan