2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-28 05:12:15 +00:00
Commit Graph

4866 Commits

Author SHA1 Message Date
Steven Watanabe
4f0504616d Remove documentation of call-locally. It is unused by Boost.Build and doesn't seem very useful. Anything that it could be used for is probably handled better by the rules in indirect.jam
[SVN r77674]
2012-03-31 20:22:28 +00:00
Steven Watanabe
6e49dc5760 Link index entries to the specific rule documentation.
[SVN r77673]
2012-03-31 20:17:32 +00:00
Steven Watanabe
ab10373081 Redo the documentation of lib to sound less awkward.
[SVN r77670]
2012-03-31 19:26:01 +00:00
Steven Watanabe
09f5840c6c Use real m-dashes instead of --
[SVN r77665]
2012-03-31 14:22:34 +00:00
Steven Watanabe
0c66c74491 Typo
[SVN r77664]
2012-03-31 14:12:41 +00:00
Steven Watanabe
9501c61e8c Combine -d+10 stats for INSTANCE modules by class. Make stats correct for a separate chaining hash table. The old version seems to have been for open addressing.
[SVN r77657]
2012-03-30 21:34:39 +00:00
Steven Watanabe
a686b2082f Remove unused variable.
[SVN r77654]
2012-03-30 19:12:25 +00:00
Steven Watanabe
f7c880765e Reduce pauses.
[SVN r77648]
2012-03-30 14:52:38 +00:00
Steven Watanabe
4ef470dbf5 Remove unused variable.
[SVN r77647]
2012-03-30 14:05:22 +00:00
Steven Watanabe
ee897c8bd3 Test for ECHO.
[SVN r77646]
2012-03-30 14:04:44 +00:00
Steven Watanabe
771a58f19a Fix seg-fault.
[SVN r77645]
2012-03-30 13:49:00 +00:00
Steven Watanabe
2a23d156c7 Test for EXIT
[SVN r77644]
2012-03-30 12:51:59 +00:00
Steven Watanabe
19a281e5a7 Add some examples to modules doc.
[SVN r77642]
2012-03-30 11:57:15 +00:00
Steven Watanabe
c42418c528 Workoround for xlc. Patch by Hubert Tong.
[SVN r77638]
2012-03-30 01:21:13 +00:00
Steven Watanabe
44c631ba21 Highlight rule descriptions.
[SVN r77637]
2012-03-29 23:50:39 +00:00
Steven Watanabe
68d32de197 Restructure the modules doc to be more like BoostBook.
[SVN r77635]
2012-03-29 22:31:00 +00:00
Steven Watanabe
6a9abc0378 Document implicit-dependency
[SVN r77631]
2012-03-29 18:13:08 +00:00
Steven Watanabe
50afaec546 Describe how the target path is computed.
[SVN r77629]
2012-03-29 17:09:30 +00:00
Daniel James
6903771d2e Add path for XSL stylesheets on SUSE.
[SVN r77622]
2012-03-29 00:30:18 +00:00
Steven Watanabe
01c215b95a Remove nonsense section. variant is just a composite feature with no special treatment.
[SVN r77621]
2012-03-28 22:24:19 +00:00
Steven Watanabe
4ed06ad49d More grammar fixes
[SVN r77604]
2012-03-28 15:37:05 +00:00
Steven Watanabe
c64f59da23 Fix some grammar/punctuation errors.
[SVN r77601]
2012-03-28 03:41:10 +00:00
Steven Watanabe
e8d4518470 Write bootstrap.log to the correct location.
[SVN r77600]
2012-03-28 02:53:14 +00:00
Steven Watanabe
be75ec3887 Document modules.
[SVN r77578]
2012-03-27 01:49:01 +00:00
Steven Watanabe
33ddd8221b Fix test
[SVN r77524]
2012-03-25 00:10:32 +00:00
Steven Watanabe
8db046a1f4 Make list_new take one argument. Rename the two argument form to list_push_back.
[SVN r77522]
2012-03-24 23:03:10 +00:00
Steven Watanabe
161a3c9462 Remove argument_list. It's unused.
[SVN r77521]
2012-03-24 22:15:42 +00:00
Steven Watanabe
daf90f7f79 Make sure that the arguments of built-in rules are actually checked.
[SVN r77519]
2012-03-24 21:49:12 +00:00
Steven Watanabe
888393c652 Merge Python function support into function.c
[SVN r77518]
2012-03-24 21:07:49 +00:00
Steven Watanabe
0b3b574817 Start cleaning up the arg_list hacks. Make the argument list part of the function instead of part of the rule. Don't var expand formal arguments.
[SVN r77515]
2012-03-24 18:53:21 +00:00
Steven Watanabe
f64a17d8b9 Change make to take a LIST *. There's no good reason to create a separate array.
[SVN r77511]
2012-03-23 22:55:50 +00:00
Steven Watanabe
3599b1926b Remove the first argument of list_copy, since it's always L0.
[SVN r77510]
2012-03-23 22:30:33 +00:00
Steven Watanabe
4f505e4a14 Fix memory leak
[SVN r77503]
2012-03-23 17:12:46 +00:00
Steven Watanabe
94925e3069 Fix memory leak.
[SVN r77502]
2012-03-23 16:52:48 +00:00
Steven Watanabe
74e780ea50 Fix annoying gcc warning.
[SVN r77501]
2012-03-23 16:40:04 +00:00
Steven Watanabe
5eec7d95fe Optimize variable lookup to bypass hash for constant variable names.
[SVN r77491]
2012-03-22 23:26:48 +00:00
Steven Watanabe
60d66ca888 Use dynamic arrays instead of linked lists. Reduces memory use about 10% overall.
[SVN r77408]
2012-03-19 18:17:36 +00:00
Steven Watanabe
ebdd567637 Restore i386 as the default for architecture=x86 address-model=32.
[SVN r77276]
2012-03-08 20:55:58 +00:00
Steven Watanabe
b6388fc9e7 Don't use -m32 on arm. This is a more correct version of r77216.
[SVN r77275]
2012-03-08 20:51:37 +00:00
K. Noel Belcourt
a65106928d Eliminate uninitialized memory problem with sigemptyset.
[SVN r77220]
2012-03-04 17:23:44 +00:00
Steven Watanabe
db3acc1cfb Revert [77216].
[SVN r77219]
2012-03-04 15:17:27 +00:00
Oliver Kowalke
5e51675704 tools: do not apply -m32 for gcc on ARM
[SVN r77216]
2012-03-04 14:00:26 +00:00
Oliver Kowalke
efeb8fceca tools: remove default 'i386' for architecture on x86
[SVN r77201]
2012-03-04 10:11:00 +00:00
K. Noel Belcourt
584a0636af Use c, not c++, comments.
[SVN r77198]
2012-03-04 05:59:29 +00:00
K. Noel Belcourt
f38f7f06d1 Undo previous bad commit.
[SVN r77197]
2012-03-04 05:58:05 +00:00
K. Noel Belcourt
9e86e2fbb5 Use sigemptyset to initialize sa_mask instead of zero.
[SVN r77193]
2012-03-03 22:49:23 +00:00
K. Noel Belcourt
baa8a64459 Initialize variable in sigset_t. Thanks Steve
for pointing this out.



[SVN r77192]
2012-03-03 22:31:51 +00:00
Steven Watanabe
0ec332fea3 Fix alias violations in hash.
[SVN r77190]
2012-03-03 21:46:53 +00:00
Steven Watanabe
ed5f6b8bcf Downgrade strict syntax checks to a warning for backwards compatibility.
[SVN r77093]
2012-02-22 21:06:16 +00:00
K. Noel Belcourt
e199caba76 Protect unix specific structures.
[SVN r77012]
2012-02-14 02:17:51 +00:00