|
c7943bc2cc
|
ignore .bundle
|
2017-05-29 10:57:27 -04:00 |
|
|
05bbea6fa1
|
add Environment#build_after
|
2017-05-25 17:00:21 -04:00 |
|
|
68468b6422
|
fully parallelize the Command builder
|
2017-05-25 16:03:05 -04:00 |
|
|
80a80a7cb0
|
fully parallelize the Preprocess builder
|
2017-05-25 15:54:33 -04:00 |
|
|
178940cd5d
|
fully parallelize the CFile builder
|
2017-05-25 15:28:01 -04:00 |
|
|
145d51c825
|
fully parallelize the Disassemble builder
|
2017-05-25 14:59:51 -04:00 |
|
|
a11fab43cb
|
Update spec task to preserve simplecov coverage info for previous full spec runs when doing a partial spec run
|
2017-05-24 16:29:17 -04:00 |
|
|
83226e894d
|
add backwards-compatibility test for Builder#standard_build
|
2017-05-24 16:16:53 -04:00 |
|
|
f3bf325c88
|
add a little more leeway in the multi-threading timing test
|
2017-05-24 15:58:11 -04:00 |
|
|
2655c119e4
|
add spec for Environment#find_finished_thread to fully cover
|
2017-05-23 16:47:00 -04:00 |
|
|
221cde7e5f
|
update run_builder, build_sources integration tests for more coverage
|
2017-05-23 16:45:21 -04:00 |
|
|
adcee373df
|
add integration test for Environment#build_sources
|
2017-05-23 16:28:13 -04:00 |
|
|
e58b8bd109
|
add integration test for Environment#run_builder
|
2017-05-23 16:25:03 -04:00 |
|
|
d315f86a36
|
remove unit tests for Environment#run_builder, #build_sources
|
2017-05-23 16:20:41 -04:00 |
|
|
032e6d5d0a
|
add some integration tests for the CLI
|
2017-05-23 16:06:21 -04:00 |
|
|
c9946da193
|
integration tests: only pass -f when a specific rsconsfile is specified
|
2017-05-23 15:55:28 -04:00 |
|
|
599d10b50f
|
add integration test for overriding PROGSUFFIX
|
2017-05-23 15:32:55 -04:00 |
|
|
2ffdf82d9a
|
add multi-threading build test
|
2017-05-23 14:24:14 -04:00 |
|
|
c7bba77581
|
remove Program builder non-integration specs
|
2017-05-22 16:57:35 -04:00 |
|
|
957fd8c86d
|
convert Library builder specs to integration tests
|
2017-05-22 16:54:10 -04:00 |
|
|
7e707e7e3b
|
convert Object builder specs to integration tests
|
2017-05-22 16:38:57 -04:00 |
|
|
7b3bffd329
|
update some non-integration-test specs
|
2017-05-22 16:25:49 -04:00 |
|
|
06cb4b7a55
|
migrate some Cache tests to integration tests
|
2017-05-22 15:55:18 -04:00 |
|
|
bfbbc19728
|
fix simplecov setup to get coverage for integration build tests
|
2017-05-22 11:19:55 -04:00 |
|
|
28e56251dd
|
update build_tests_spec to invoke rscons in a subprocess for each test
|
2017-05-20 15:15:07 -04:00 |
|
|
6344692087
|
update Object builder to support parallelization; update Program and Library builders to register object builds from #setup
|
2017-05-19 10:49:16 -04:00 |
|
|
4ed584701a
|
pass setup_info to the builder's #run method
|
2017-05-17 13:50:31 -04:00 |
|
|
9cc59a35f0
|
handle threaded commands in Environment#process
|
2017-05-17 10:07:15 -04:00 |
|
|
ef4f9882cd
|
change Builder#run base class method to new signature
|
2017-05-12 21:08:14 -04:00 |
|
|
dab870854a
|
add Rscons.n_threads
|
2017-05-12 14:38:18 -04:00 |
|
|
551b8fa365
|
add integration test to verify cache is written if a builder fails
|
2017-02-16 19:27:18 -05:00 |
|
|
3601359c08
|
process jobs from the JobSet
|
2017-02-16 19:27:18 -05:00 |
|
|
c4c2d5c128
|
Environment#parse_flags should put -std=XXX flags in CCFLAGS, not CFLAGS
|
2016-09-30 14:02:30 -04:00 |
|
|
0442b876a5
|
allow phony targets in conjunction with a build root
|
2016-01-12 10:14:10 -05:00 |
|
|
3b8910075a
|
use class instance variables instead of class variables
|
2015-02-15 18:38:09 -05:00 |
|
|
7a04bec2ff
|
support phony targets - close #25
|
2015-02-15 18:29:33 -05:00 |
|
|
4eedea2563
|
add Copy builder as a copy of Install
|
2015-02-07 09:57:44 -05:00 |
|
|
f678803a5d
|
add Install builder - close #6
|
2015-02-07 09:49:29 -05:00 |
|
|
859f87ddee
|
add a Directory builder - close #27
|
2015-01-29 09:31:00 -05:00 |
|
|
73bc71a656
|
test expanding paths after a build target is registered from within a build hook
|
2015-01-28 17:15:55 -05:00 |
|
|
29a8684f90
|
support registering multiple build targets with the same path - close #26
|
2015-01-28 17:10:36 -05:00 |
|
|
02aff35222
|
allow overriding Command builder short description with CMD_DESC variable -- close #22
|
2015-01-24 09:40:07 -05:00 |
|
|
76610a07a9
|
fix variable references that expand to arrays in build target sources - fix #20
|
2015-01-20 21:26:45 -05:00 |
|
|
0ea842fffe
|
rework Preprocess builder to consider deep dependencies - fix #21
|
2015-01-20 21:16:21 -05:00 |
|
|
d28722a4bb
|
fix Rscons.set_suffix to append the given suffix if the filename has none
|
2015-01-20 21:13:27 -05:00 |
|
|
99ba015630
|
fix Environment#dump when construction variables are Symbols
|
2014-10-22 14:30:14 -04:00 |
|
|
d9e3129ad5
|
add Environment#dump
|
2014-10-22 10:30:57 -04:00 |
|
|
b05eed36eb
|
add VarSet#to_h
|
2014-10-21 16:06:15 -04:00 |
|
|
7ea0721cc2
|
add a Builder#run method which raises an error unless overridden
|
2014-10-16 16:52:26 -04:00 |
|
Michael D. Lowis
|
92d4dd8396
|
Implemented SimpleBuilder and updated Environment#add_builder method to support it
|
2014-10-16 16:37:37 -04:00 |
|