summary refs log tree commit diff stats
path: root/tools/detect
Commit message (Collapse)AuthorAgeFilesLines
* dynlib: use posix module (#11623)Jacek Sieka2019-07-081-1/+4
|
* RLIMIT_NOFILE as posix constJacek Sieka2018-04-011-0/+3
|
* 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
a> 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298