summary refs log tree commit diff stats
path: root/tools/niminst/niminst.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes warnings when building csources (#21194)ringabout2022-12-281-6/+6
* csource building prefers `bin/nim` (#21115)ringabout2022-12-161-2/+13
* fixes niminst with stricteffects; add testcase for niminst (#20587)ringabout2022-10-181-1/+8
* remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)Timothee Cour2021-01-291-2/+0
* 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
* 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
* 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
* minor style changesAraq2019-07-101-1/+1
* fix #9647 tmpl=>nimf (#9658)Timothee Cour2018-11-141-7/+7
* 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
* Detect gcc arch in build.bat (#7856)genotrance2018-05-221-6/+10
* 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
* Invoke xz -9 explicitly instead of trusting tar to interpret XZ_OPTDennis Felsing2017-05-231-2/+5
* niminst: less verbose output in a desparate attempt to make travis green againAndreas Rumpf2017-02-051-2/+2
* niminst: add some disabled code snippet I don't want to loseAraq2017-01-291-1/+9
* Fix C source gen.Dominik Picheta2017-01-081-1/+1
* niminst: faster way to deduplicate filesAraq2017-01-031-17/+18
* make travis greenAraq2016-10-231-1/+1
* niminst works with gitlabAraq2016-10-221-2/+6
* niminst updatesAndreas Rumpf2016-10-211-13/+13
* Improve niminst zip error message and fix CI build.Dominik Picheta2016-10-161-0/+4
* Fixes `niminst zip` not creating output dir & cleans related code.Dominik Picheta2016-10-161-18/+19
* zip files for WindowsAraq2016-10-091-18/+21
* Works around a niminst bug. Related to commit 3813af63f5 and #4831.Dominik Picheta2016-09-291-1/+2
* define sparc64 platformSergey Avseyev2016-07-211-1/+1
* Use `walkPattern` to walk both directories and filesJoey Payne2016-06-171-1/+1
* fixes niminst regressionAndreas Rumpf2016-06-131-1/+1
* more niminst fixesAndreas Rumpf2016-06-131-10/+30
* fixes a niminst regressionAndreas Rumpf2016-06-101-1/+1
* fixes a niminst regressionAndreas Rumpf2016-06-101-1/+1
* added 'koch testinstall' command; more installer related bugfixesAndreas Rumpf2016-06-091-2/+4
* fixes #4289Andreas Rumpf2016-06-081-8/+8
* finally make niminst smart about which files are importantAndreas Rumpf2016-06-071-15/+34
* Niminst now bundles the `compiler` dir when packaging.Dominik Picheta2016-06-061-5/+28
* preparations for more Nimble packages; clear licensing; fixes #2949Araq2015-06-201-1/+1
* Dropped from TZipFileStreampatrick dw2015-06-061-1/+1
* Use maximum compression level for XZ tarballSergey Avseyev2015-05-261-1/+1
* Set file permissions when prepare XZ tarballSergey Avseyev2015-05-261-1/+1