summary refs log tree commit diff stats
path: root/tools/detect
Commit message (Expand)AuthorAgeFilesLines
* Add Linux constant SO_BINDTODEVICE (#22468)Emery Hemingway2023-08-141-0/+1
* add const RLIMIT_STACK (#21772)Qinsi (James) ZHU2023-06-091-0/+1
* make koch and tools work with `nimPreviewSlimSystem` (#20459)ringabout2022-09-301-1/+4
* Patch #14716 - add missing `when` (#14792)Euan2020-06-241-2/+2
* Fix #14715 - detect tool fails on FreeBSD (#14716)Euan2020-06-241-3/+3
* Use cc on OpenBSD and link to libm when building result (#14672)Euan2020-06-161-5/+16
* Linux updates (#14170)wltsmrz2020-05-041-5/+16
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-201-0/+3
* 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
* Posix from detect (#5697)Jacek Sieka2017-04-123-1386/+789
* tools: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-042-213/+213
* 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
Blame the previous revision' href='/acidbong/suckless/dwm/blame/config.arg.h?h=2.3&id=57416beefec4db451a75a1d25434b69cf50badad'>^
b38905b ^
a73a882 ^
292ccc4 ^
f1fe19b ^
0a07591 ^
f1fe19b ^
9927b9e ^
4ee05b3 ^

97ced11 ^
f1fe19b ^

292ccc4 ^
3a1343a ^
0ed0fa4 ^
19da197 ^


7b6d5ff ^
19da197 ^


7b6d5ff ^
ce04a66 ^

bab575c ^
ce04a66 ^


7b6d5ff ^
ce04a66 ^


7b6d5ff ^
ce04a66 ^
a73a882 ^



d6a6eca ^
e34c4ea ^
e21d93b ^
f1fe19b ^

a73a882 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68