|
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 |
|
|
e788f6ec25
|
claim simplecov coverage from build_tests
|
2013-10-04 21:05:44 -04:00 |
|
|
5c6239ea6d
|
Rscons.clean() removes any directories it created if they are empty
|
2013-09-18 21:17:42 -04:00 |
|
|
770a22250a
|
add Rscons.clear() class method
|
2013-09-17 21:48:50 -04:00 |
|
|
64d15602cc
|
add Library default builder
|
2013-09-12 23:35:34 -04:00 |
|
|
e04e67698a
|
add rspec test for overridding construction variables for an individual builer
|
2013-09-12 23:05:04 -04:00 |
|
|
6fa4a8556a
|
support compiling C++ objects with Object builder
|
2013-08-03 14:47:41 -04:00 |
|
|
b8acc74b5d
|
add Environment#clone() and a build test for it
|
2013-07-15 21:44:07 -04:00 |
|
|
5dee51b21c
|
add build test for custom builders
|
2013-07-15 20:46:00 -04:00 |
|
|
2cb584312e
|
add build test using a build directory
|
2013-07-15 19:14:52 -04:00 |
|
|
141f8ad5ac
|
test re-invoking a builder if the command-line options change
|
2013-07-14 23:24:46 -04:00 |
|
|
82cdca77f1
|
test not rebuilding for only a timestamp change
|
2013-07-14 23:17:02 -04:00 |
|
|
833cc5915e
|
fix Cache#up_to_date?() checking dependency subset - initial rebuilding only when necessary working
|
2013-07-14 23:14:59 -04:00 |
|
|
25f0d4e36a
|
add pending spec for cache
|
2013-07-07 20:38:46 -04:00 |
|
|
2939dc8c74
|
rework the way the build tests examine the output
|
2013-07-07 20:01:35 -04:00 |
|
|
2f907ab3eb
|
test :short echo mode
|
2013-07-07 19:54:05 -04:00 |
|
|
03f8f56858
|
test command echoing
|
2013-07-07 17:46:01 -04:00 |
|
|
1eb9008885
|
test rebuilding C module when header changes
|
2013-07-07 17:41:47 -04:00 |
|
|
06be9a812e
|
test building with a header file
|
2013-07-07 17:34:44 -04:00 |
|