summary refs log tree commit diff stats
path: root/tools/niminst
Commit message (Expand)AuthorAgeFilesLines
* remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)Timothee Cour2021-01-291-2/+0
* Update buildsh.nimf (#15945)lenoil982020-11-131-3/+4
* Add support for FreeBSD/PowerPC64 Little Endian (#15927)lenoil982020-11-122-1/+7
* Fix #12027 (#15519)genotrance2020-10-101-1/+1
* niminst: restore ZIP building functionality (#15472)alaviss2020-10-021-0/+5
* Clean out niminst (#15451)Juan Carlos2020-10-011-74/+31
* deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-031-4/+4
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-4/+4
* New freebsd platforms (#14801)lbartoletti2020-06-291-1/+1
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-1/+1
* [OpenBSD] Add arm support (#14608)lbartoletti2020-06-081-0/+1
* Revert "niminst: use threaded compression when supported (#14455)" (#14462)alaviss2020-05-271-4/+2
* niminst: use threaded compression when supported (#14455)alaviss2020-05-261-2/+4
* Add arm/arm64 for FreeBSD (#13822)lbartoletti2020-03-311-2/+2
* only enable linenoise for -d:nimUseLinenoise (#13478)Timothee Cour2020-02-241-1/+2
* fix linenoise regression (#13395)Timothee Cour2020-02-121-11/+19
* remove unused imports from testsnarimiran2019-11-061-1/+1
* Add build support for Linux/hppa (#12271)John Paul Adrian Glaubitz2019-09-261-0/+2
* Add build support for FreeBSD PowerPC64lenoil982019-08-231-0/+5
* Add build support for FreeBSD PowerPC64lenoil982019-08-231-1/+8
* Add build support for Linux/ia64 (#11880) [feature]John Paul Adrian Glaubitz2019-08-041-0/+2
* minor style changesAraq2019-07-101-1/+1
* niminst: get rid of LINKER / LD (#11379)alaviss2019-06-032-9/+3
* Add build support for Linux/alpha (#11386)John Paul Adrian Glaubitz2019-06-031-0/+2
* niminst/makefile: add windows support (#11380)alaviss2019-06-021-2/+12
* Add build support for Linux/m68k (#11366)John Paul Adrian Glaubitz2019-06-021-0/+2
* Add build support for Linux/sparc64 (#11365)John Paul Adrian Glaubitz2019-06-011-2/+6
* make niminst compile againAndreas Rumpf2018-11-161-1/+1
* fix #9647 tmpl=>nimf (#9658)Timothee Cour2018-11-148-9/+9
* Update makefile and buildsh templates for riscv64 (#9351)Federico Ceratto2018-10-132-0/+5
* detect msys "os"valtron2018-10-011-1/+1
* niminst: fix 'gtar' invokationAndreas Rumpf2018-09-261-1/+1
* niminst: fix gtar invokationAraq2018-09-211-1/+1
* make niminst compile againAndreas Rumpf2018-08-231-1/+2
* Use project name in install tmpl and ensure config dir is created.Dominik Picheta2018-08-172-4/+5
* Fixed install scripts for #8653.Dominik Picheta2018-08-172-4/+4
* Detect gcc arch in build.bat (#7856)genotrance2018-05-222-16/+58
* Allow using CC environment variable with csources (#7754)Flaviu Tamas2018-05-061-2/+2
* move new sha1 module into the new 'std' namespaceAndreas Rumpf2018-02-061-1/+1
* fixes #6961Andreas Rumpf2018-02-021-1/+1
* move securehash back into the stdlibAraq2017-12-211-1/+1
* make niminst compile againAraq2017-12-161-2/+2
* use more make conventions (#6789)Stephen2017-11-221-17/+14
* use make default linker naming convention (#6787)Stephen2017-11-221-5/+5
* Fix platform detection in makefile (#6751)Sergey Avseyev2017-11-161-8/+11
* Fix little endian PPC64 architecture detection (#6713)Sergey Avseyev2017-11-112-0/+5
* 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-062-2/+48
* Add mips64 and mips64el CPU platforms (#5866)James Cowgill2017-08-032-3/+14
* Minor fixes for makefile.tmpldef2017-06-201-2/+2