Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | detect msys "os" | valtron | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | Allow using CC environment variable with csources (#7754) | Flaviu Tamas | 2018-05-06 | 1 | -2/+2 |
| | |||||
* | Fix little endian PPC64 architecture detection (#6713) | Sergey Avseyev | 2017-11-11 | 1 | -0/+2 |
| | |||||
* | Revert usage of non-standard `uname -o` command in build.sh (#6342) | Fredrik Høisæther Rasch | 2017-09-07 | 1 | -1/+1 |
| | |||||
* | Introduce first class support for Android (#5772) | Fredrik Høisæther Rasch | 2017-08-06 | 1 | -2/+42 |
| | |||||
* | Add mips64 and mips64el CPU platforms (#5866) | James Cowgill | 2017-08-03 | 1 | -1/+9 |
| | |||||
* | Make DragonFlyBSD a first class BSD-like OS (#5548) | Eugene Kabanov | 2017-03-16 | 1 | -1/+1 |
| | |||||
* | support for arm64; fixes #2147 | Andreas Rumpf | 2016-12-27 | 1 | -0/+2 |
| | |||||
* | niminst update: make csources compile on old Linuxes | Araq | 2016-11-01 | 1 | -1/+1 |
| | |||||
* | niminst updates | Andreas Rumpf | 2016-10-21 | 1 | -3/+3 |
| | |||||
* | Add Mingw build support for build.sh | Zion Nimchuk | 2016-10-13 | 1 | -0/+3 |
| | |||||
* | Works around a niminst bug. Related to commit 3813af63f5 and #4831. | Dominik Picheta | 2016-09-29 | 1 | -0/+1 |
| | |||||
* | define sparc64 platform | Sergey Avseyev | 2016-07-21 | 1 | -1/+5 |
| | |||||
* | Fixes #2128. Based on @infinity0's commit. | Dominik Picheta | 2016-06-05 | 1 | -19/+19 |
| | |||||
* | build.sh: Output error messages to stderr | Adam Strzelecki | 2015-10-30 | 1 | -5/+5 |
| | | | | Just in case we are running this in some CI. | ||||
* | build.sh: Use shell built-in command trace | Adam Strzelecki | 2015-10-30 | 1 | -3/+3 |
| | | | | | | | | | | | | Rather than issuing echo "cmd..." then cmd... itself, we enable shell trace facility via set -x, which is POSIX shell standard command and is compatible with all UNIX shells. This effectively cuts build.sh size twice, since we don't need to double stuff there, also making it human readable. We are also setting PS4 (trace prefix) to none, instead final echo "SUCCESS", we issue : SUCCESS command which outputs its contents in trace. | ||||
* | Use new #? filter prefix in various places | Adam Strzelecki | 2015-09-30 | 1 | -1/+1 |
| | | | | This silences deprecation warnings and prevent collision with UNIX shebang. | ||||
* | Add makefile for csources | def | 2015-03-12 | 1 | -2/+2 |
| | | | | | | | This should speed up compilation of csources significantly, as it can be used with "make -j $NUMPROCS" Only tested on Linux so far | ||||
* | compile nim on freebsd | dyu | 2015-02-27 | 1 | -1/+1 |
| | |||||
* | Cleaned up T/P names. | Hans Raaf | 2015-02-19 | 1 | -1/+1 |
| | |||||
* | make FreeBSD's compiler clang | Mikhail Sobolev | 2015-01-12 | 1 | -1/+7 |
| | | | | | * there's not much documentation about what's in nim.cfg file * the build.sh template was updated based on darwin | ||||
* | resolved conflicts with master | Araq | 2014-01-18 | 1 | -2/+2 |
|\ | |||||
| * | Rename C sources dir to c_code. | Dominik Picheta | 2014-01-12 | 1 | -2/+2 |
| | | |||||
* | | case consistency part 5 | Araq | 2013-12-28 | 1 | -1/+1 |
|/ | |||||
* | Add DragonFly as essentially a clone of FreeBSD | Markus Pfeiffer | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | niminst: yet another bugfix | Araq | 2013-10-07 | 1 | -2/+2 |
| | |||||
* | niminst: slashify was a stupid idea | Araq | 2013-10-06 | 1 | -4/+4 |
| | |||||
* | fixes #582 | Araq | 2013-09-01 | 1 | -2/+3 |
| | |||||
* | Modified the behaviour of the build scripts to accommodate new C sources | Dominik Picheta | 2013-08-04 | 1 | -5/+15 |
| | | | | repo. | ||||
* | Moved linker flags to the end of cmd line in build.sh and bat templates | Yury Benesh | 2013-07-06 | 1 | -2/+2 |
| | |||||
* | added FAQ about 'proc' | Araq | 2013-05-25 | 1 | -1/+1 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | use clang for macosx in buildsh.tmpl | Araq | 2013-03-04 | 1 | -0/+2 |
| | |||||
* | nimbuild should work again | Araq | 2012-11-01 | 1 | -1/+1 |
| | |||||
* | fixes #235 | Araq | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | niminst compiles again | Araq | 2012-08-03 | 1 | -1/+0 |
| | |||||
* | added some support for Haiku | Araq | 2012-07-29 | 1 | -18/+22 |
| | |||||
* | Added support for ARM. | Dominik Picheta | 2012-07-07 | 1 | -0/+2 |
| | |||||
* | niminst: use 'set -e'; failing to copy docs and data is no installation error | Araq | 2012-05-31 | 1 | -2/+5 |
| | |||||
* | The build.sh file generated by niminst now supports a --extraBuildArgs param. | dom96 | 2012-04-11 | 1 | -1/+22 |
| | |||||
* | niminst: bugfixes; documentation changes | Araq | 2012-01-15 | 1 | -2/+2 |
| | |||||
* | niminst: diverse improvements; fixes #80 | Araq | 2012-01-13 | 1 | -0/+110 |