|
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 |
|
|
0442b876a5
|
allow phony targets in conjunction with a build root
|
2016-01-12 10:14:10 -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 |
|
|
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 |
|
|
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 |
|
Michael D. Lowis
|
92d4dd8396
|
Implemented SimpleBuilder and updated Environment#add_builder method to support it
|
2014-10-16 16:37:37 -04:00 |
|
|
a0874e7cf1
|
add tests for *SUFFIX variables containing Arrays - close #9
|
2014-09-25 11:12:11 -04:00 |
|
|
20f3da3b04
|
allow trailing slashes to be passed to env.build_dir()
|
2014-09-25 10:45:52 -04:00 |
|
|
a6a79b8ef1
|
test cloning post-build hooks
|
2014-09-23 12:44:02 -04:00 |
|
|
453295a49b
|
add post-build hooks - close #14
|
2014-09-19 12:36:57 -04:00 |
|
|
dee2b98f6e
|
allow build hooks to register new build targets - close #15
|
2014-09-19 11:10:59 -04:00 |
|
|
b186b3102c
|
clear build targets after processing an Environment - close #17
|
2014-09-19 10:45:49 -04:00 |
|
|
28bedfce11
|
Support lambdas as construction variable values
|
2014-06-18 10:43:35 -04:00 |
|
|
d9eea10363
|
update D build test for Linux
|
2014-06-12 16:00:41 -04:00 |
|
|
5045e2e336
|
fix build test for Linux
|
2014-06-12 15:59:49 -04:00 |
|
|
31968e7e32
|
complete spec updates for RSpec 3 using only :expect syntax
|
2014-06-12 15:52:15 -04:00 |
|
|
0778f043ee
|
update many specs to RSpec 3 format
|
2014-06-12 15:39:20 -04:00 |
|
|
42597b2dac
|
use new rspec expect syntax
|
2014-06-12 13:54:35 -04:00 |
|
|
c2d4ece957
|
build test spec fix for running on Windows
|
2014-06-12 13:38:15 -04:00 |
|
|
3ab9c8723b
|
fix a build test for MinGW
|
2014-06-12 13:35:11 -04:00 |
|
|
1b50a9dd3c
|
add Rscons::BuildTarget
Return a BuildTarget object from Environment#method_missing when a build target is registered.
|
2014-06-12 13:31:17 -04:00 |
|
|
87b25d7bfd
|
add PROGSUFFIX construction variable and default it to ".exe" for mingw/cygwin platforms
|
2014-06-12 13:02:53 -04:00 |
|
|
da457b9138
|
fix spec typo
|
2014-06-12 11:31:56 -04:00 |
|
|
0cbf05da49
|
retry directory removal to work around Windows' inability to remove directories when you ask
|
2014-06-12 11:31:17 -04:00 |
|
|
58b41df426
|
expand target and sources for construction variable references before invoking builder
|
2014-05-09 09:45:29 -04:00 |
|
|
6f20a1da3f
|
bugfix: support invoking builders with no sources and a build root defined
|
2014-04-17 12:03:09 -04:00 |
|
|
d424facf7f
|
Add Preprocess and Disassemble builders
|
2014-04-15 15:21:55 -04:00 |
|
|
d8dda291a5
|
ensure that Dir[] results are predictable in build tests
|
2014-04-14 13:13:43 -04:00 |
|
|
1fe2c6401d
|
expand ^/ in target paths to be relative to the build root
|
2014-03-27 13:30:11 -04:00 |
|
|
0d8f661fd4
|
add :clone option to Environment#clone to control exactly which Environment attributes are cloned
|
2014-02-19 15:02:46 -05:00 |
|
|
1d47db3144
|
support passing multiple targets to Cache#up_to_date? and #register_build
|
2014-02-17 16:10:15 -05:00 |
|
|
295324eafd
|
add Environment#depends() to specify user dependencies for a build target
|
2013-12-27 14:31:46 -05:00 |
|
|
7330e74ab8
|
modify Cache to store user-specified extra dependencies
|
2013-12-27 14:20:32 -05:00 |
|
|
539a49fe90
|
do not allow construction variables as arguments to Environment#initialize() or Environment#clone()
|
2013-12-27 12:10:54 -05:00 |
|
|
d01767981c
|
add Environment#build_root to be used if no build directories match
|
2013-11-08 14:52:39 -05:00 |
|
|
243eb9a4ab
|
rename "tweakers" to "build hooks"
|
2013-11-06 13:32:56 -05:00 |
|
|
c9b670ae5c
|
change default "echo" setting to :short
|
2013-11-06 13:22:30 -05:00 |
|
|
30564af558
|
add build test for D
|
2013-11-05 16:29:15 -05:00 |
|
|
cc2c2733fc
|
move build_tests_spec.rb back into spec, remove build_tests rake task
|
2013-11-05 16:22:09 -05:00 |
|
|
b38c56d446
|
move build_tests_spec.rb to build_tests directory; add build_tests task
|
2013-11-05 11:05:45 -05:00 |
|
|
446fef931f
|
add "tweakers" functionality
tweakers allow the user to modify construction variables before any build is performed
|
2013-10-15 16:15:37 -04:00 |
|
|
dc6bac2895
|
change build_dir build test to test build_dir specified as a Regexp
|
2013-10-04 21:40:11 -04:00 |
|