summary refs log tree commit diff stats
path: root/build_all.sh
Commit message (Expand)AuthorAgeFilesLines
* ref #17913; fix typo in tools/ci_generate.nim generating build_all.sh (#17915)Timothee Cour2021-05-011-1/+1
* reuse config/build_config.txt for all bootstrap scripts (posix + windows + ci...Timothee Cour2021-05-011-4/+5
* refactor all code that builds csources (#17815)Timothee Cour2021-04-231-41/+5
* misc fixes: build_all.sh, changelog (#17601)Timothee Cour2021-04-011-1/+1
* Correct all eggs (#15906)Miran2020-11-101-2/+2
* Make build_all.sh file executable (#14518)Frank Paulo Filho2020-06-011-0/+0
* isolate the build process from external config files (#13411)Ștefan Talpalaru2020-02-141-3/+4
* build_all.sh update (#13320)Clyybber2020-02-041-2/+3
* Make build_all.sh more portable and a bit simpler (#13308)Clyybber2020-02-031-6/+3
* build_all.sh: building csources 5X faster thanks to make -j (#13300)Timothee Cour2020-01-311-4/+24
* Pass command line arguments from build_all.sh to build.sh (#11195)Taylor Hoff2019-05-081-2/+2
* 32 bit fixes (#10608)Arne Döring2019-02-131-1/+0
* properly fix #10030 by skipping all external configs (#10324)Timothee Cour2019-01-161-3/+2
* fixes #10030 bootstrap is insulated from user config (#10244)Timothee Cour2019-01-101-1/+5
* [ci skip] update docs for build_all.sh (#10086)Timothee Cour2018-12-271-1/+1
* build_all.sh fix bug introduced in https://github.com/nim-lang/Nim/pull/9145Timothee Cour2018-10-081-1/+1
* fix: echo "\n" not portablevaltron2018-10-011-1/+1
* save a backup of csources-built nim to bin/nim_csources to avoid recompiling ...Timothee Cour2018-08-091-4/+13
* add build_all.sh to allow 1-liner to build development version of the compile...Timothee Cour2018-08-081-0/+22
a> 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295