summary refs log tree commit diff stats
path: root/tools/detect
Commit message (Collapse)AuthorAgeFilesLines
* add back SIG_IGN, SIG_DFL and friends to posix.nim (#5820)Jacek Sieka2017-05-161-1/+10
| | | | | | | | * add back SIG_IGN, SIG_DFL and friends to posix.nim accidentally wiped by ce86b4ad78aae11f62c50e4f46e8ab2a124356b4 * move deprecated sig_hold after consts include
* Posix from detect (#5697)Jacek Sieka2017-04-123-1386/+789
| | | | | | | | | | * refactor posix.nim * types move to separate files for platform-specifc and generic ("other') * consts move to separate files that get autogenerated by detect.nim * proc's stay where they are for now, though in a second stage might move as well * fix missing when
* tools: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-042-213/+213
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* posix.nim compiles againAraq2014-08-291-2/+2
|
* attempt to merge newtemplAraq2013-12-241-0/+631
|
* NoFakeVars progressAraq2013-12-243-0/+877
|
* vm: FFI improvementsAraq2013-12-231-1/+1
|
* new VM: some progress for the FFI supportAraq2013-12-231-7/+14
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-162-0/+0
|
* added detect.nim; bugfix: build.sh templateAraq2010-08-172-0/+833