summary refs log tree commit diff stats
path: root/tools/niminst/buildsh.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* detect msys "os"valtron2018-10-011-1/+1
|
* Allow using CC environment variable with csources (#7754)Flaviu Tamas2018-05-061-2/+2
|
* Fix little endian PPC64 architecture detection (#6713)Sergey Avseyev2017-11-111-0/+2
|
* Revert usage of non-standard `uname -o` command in build.sh (#6342)Fredrik Høisæther Rasch2017-09-071-1/+1
|
* Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-061-2/+42
|
* Add mips64 and mips64el CPU platforms (#5866)James Cowgill2017-08-031-1/+9
|
* Make DragonFlyBSD a first class BSD-like OS (#5548)Eugene Kabanov2017-03-161-1/+1
|
* support for arm64; fixes #2147Andreas Rumpf2016-12-271-0/+2
|
* niminst update: make csources compile on old LinuxesAraq2016-11-011-1/+1
|
* niminst updatesAndreas Rumpf2016-10-211-3/+3
|
* Add Mingw build support for build.shZion Nimchuk2016-10-131-0/+3
|
* Works around a niminst bug. Related to commit 3813af63f5 and #4831.Dominik Picheta2016-09-291-0/+1
|
* define sparc64 platformSergey Avseyev2016-07-211-1/+5
|
* Fixes #2128. Based on @infinity0's commit.Dominik Picheta2016-06-051-19/+19
|
* build.sh: Output error messages to stderrAdam Strzelecki2015-10-301-5/+5
| | | | Just in case we are running this in some CI.
* build.sh: Use shell built-in command traceAdam Strzelecki2015-10-301-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 placesAdam Strzelecki2015-09-301-1/+1
| | | | This silences deprecation warnings and prevent collision with UNIX shebang.
* Add makefile for csourcesdef2015-03-121-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 freebsddyu2015-02-271-1/+1
|
* Cleaned up T/P names.Hans Raaf2015-02-191-1/+1
|
* make FreeBSD's compiler clangMikhail Sobolev2015-01-121-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 masterAraq2014-01-181-2/+2
|\
| * Rename C sources dir to c_code.Dominik Picheta2014-01-121-2/+2
| |
* | case consistency part 5Araq2013-12-281-1/+1
|/
* Add DragonFly as essentially a clone of FreeBSDMarkus Pfeiffer2013-10-091-1/+1
|
* niminst: yet another bugfixAraq2013-10-071-2/+2
|
* niminst: slashify was a stupid ideaAraq2013-10-061-4/+4
|
* fixes #582Araq2013-09-011-2/+3
|
* Modified the behaviour of the build scripts to accommodate new C sourcesDominik Picheta2013-08-041-5/+15
| | | | repo.
* Moved linker flags to the end of cmd line in build.sh and bat templatesYury Benesh2013-07-061-2/+2
|
* added FAQ about 'proc'Araq2013-05-251-1/+1
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* use clang for macosx in buildsh.tmplAraq2013-03-041-0/+2
|
* nimbuild should work againAraq2012-11-011-1/+1
|
* fixes #235Araq2012-10-241-1/+1
|
* niminst compiles againAraq2012-08-031-1/+0
|
* added some support for HaikuAraq2012-07-291-18/+22
|
* Added support for ARM.Dominik Picheta2012-07-071-0/+2
|
* niminst: use 'set -e'; failing to copy docs and data is no installation errorAraq2012-05-311-2/+5
|
* The build.sh file generated by niminst now supports a --extraBuildArgs param.dom962012-04-111-1/+22
|
* niminst: bugfixes; documentation changesAraq2012-01-151-2/+2
|
* niminst: diverse improvements; fixes #80Araq2012-01-131-0/+110