983862a528
update builder messages - close #77
2019-02-18 22:30:11 -05:00
b882f8de99
Rework builder interface to only use #run method - close #91
...
The builder's #run method will be called repeatedly until it returns
true or false. The Builder#wait_for method can be used to cause a
builder to wait for a Thread, Command, or another Builder.
2019-02-17 22:08:39 -05:00
935848c3b5
remove some builder-tracked fields from the build_operation Hash
2019-02-16 18:21:19 -05:00
016bf5eac7
use Builder instance variables as much as possible in #finalize
2019-02-16 17:53:21 -05:00
86594c62b6
begin transitioning builders to using instance variables instead of #run options Hash fields
2019-02-11 22:53:41 -05:00
7992450383
Drop support for 5-argument form of Builder#run - #84
2019-02-10 21:47:34 -05:00
1b63dc7503
move Environment.parse_makefile_deps to Util
2019-02-10 21:23:52 -05:00
3f8b4d616f
Remove BuildTarget, Builder#create_build_target, and Builder#setup - close #90
2019-02-10 18:24:49 -05:00
aac32d20b0
create Builder instance for each build operation - close #88
2019-02-10 17:27:40 -05:00
9f9b7f0bf4
preserve .mf dependency files - close #58
2019-01-01 21:17:28 -05:00
347d651ab6
Add builder construction variables to Environments before the builder is added.
2018-12-29 17:57:41 -05:00
b5a8b6f628
remove makefile target name check when parsing dependencies - close #57
2018-11-02 14:24:02 -04:00
8cb02a7e34
generate dependencies for D builds - close #49
2018-08-22 15:23:48 -04:00
89562c584a
Environment#print_builder_run_message should support string commands - close #44
2017-08-03 14:10:53 -04:00
529d9aacaa
colorize a couple other builders' output messages
2017-07-11 16:12:38 -04:00
4ad6ce1d9c
SHCFLAGS and SHCXXFLAGS should inherit non-SH flags by default - close #36
2017-06-13 18:41:47 -04:00
f1b24ee8ba
minor formatting: replace missing space
2017-06-08 15:01:30 -04:00
010607d3b0
Rework builder features to be returned by Builder#features instead of taken into account by Builder#produces?
2017-06-08 11:07:01 -04:00
b7f609b7e8
add SHLIBPREFIX
2017-06-07 16:35:20 -04:00
aa192d7567
bugfix: Object and SharedObject should respect vars when checking source suffixes
2017-06-07 09:52:11 -04:00
3436dc3a64
Expand target and sources before calling Builder#create_build_target
2017-06-06 16:43:26 -04:00
df52a7e0e1
add SharedObject and SharedLibrary builders - close #8
2017-06-06 13:27:38 -04:00
6bd7e6f852
Object builder changes in preparation for adding SharedObject
2017-05-30 16:26:39 -04:00
43df46018c
Support redirecting standard output using the Command builder - close #28
2017-05-29 12:50:34 -04:00
1880e6650e
fix PROGSUFFIX handling - close #29
2017-05-29 11:40:01 -04:00
d31b4725d2
add LEXSUFFIX, YACCSUFFIX construction variables - close #31
2017-05-29 11:03:01 -04:00
b5826bd7f4
use new Builder#run signature for Command builder
2017-05-25 17:06:34 -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
b454208117
fully parallelize the Library builder
2017-05-24 16:10:58 -04:00
f815952ab3
add Builder#standard_threaded_build, #standard_finalize
...
parallelize Program builder command
2017-05-24 15:41:39 -04:00
1af3c5c9a4
pass Builder#run options into Builder#finalize also
2017-05-24 15:13:59 -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
952f423860
use ${INCPREFIX} instead of hard-coded "-I" in Preprocess builder
2015-12-10 15:19:41 -05:00
ab14dc16ed
change *SUFFIX defaults to arrays; add various C++ file suffixes
2015-06-15 21:58:37 -04:00
dce2114733
document Copy builder class
2015-02-15 18:42:37 -05:00
0bbdda2d41
fix Command builder default short description
2015-02-15 18:41:41 -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
02aff35222
allow overriding Command builder short description with CMD_DESC variable -- close #22
2015-01-24 09:40:07 -05:00
0ea842fffe
rework Preprocess builder to consider deep dependencies - fix #21
2015-01-20 21:16:21 -05:00
d5e0475e6c
minor documentation improvements
2014-10-21 17:00:38 -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
Michael D. Lowis
e279959d79
Added a command builder to the list of default builders
2014-10-13 12:27:05 -04:00
df1e3be829
fix #12 - allow overriding dependency file suffix with DEPFILESUFFIX construction variable
2014-08-18 15:53:02 -04:00
912615535a
added more documentation to get to 100% YARD coverage; fix YARD warnings
2014-06-16 15:33:22 -04:00
8fc95b5d69
change Builder#create_build_target and BuildTarget#initialize to accept a Hash of options
2014-06-16 12:17:33 -04:00