K. Noel Belcourt
75d773af11
Changed the -soname and -shared options in intel-darwin.jam
...
to use -dynamiclib and -install_name, as done in darwin.jam.
Apparently the Intel compilers on the Mac support the same
options as gcc for setting the internal dynamic library name.
[SVN r42960]
2008-01-25 04:41:16 +00:00
Eric Niebler
f6700e9537
fix quickbook scanner to recognize the [import ...] block
...
[SVN r42939]
2008-01-23 23:25:24 +00:00
Eric Niebler
ba7d0057d1
fix quickbook scanner to recognize the [import ...] block
...
[SVN r42939]
2008-01-23 23:25:24 +00:00
Jurko Gospodnetić
a27f366998
Minor stylistic changes:
...
* Removed trailing spaces.
* Added a comment for code discovering the user's home-directories.
* Removed a stale regex import.
* Removed an old corpse 'identity' rule found inside the __test__ rule.
[SVN r42884]
2008-01-20 20:18:50 +00:00
Jurko Gospodnetić
88de778116
Minor stylistic changes:
...
* Removed trailing spaces.
* Added a comment for code discovering the user's home-directories.
* Removed a stale regex import.
* Removed an old corpse 'identity' rule found inside the __test__ rule.
[SVN r42884]
2008-01-20 20:18:50 +00:00
Jurko Gospodnetić
228bba284b
Stylistic changes. Removed trailing spaces. Removed empty lines. Corrected comment typos and wording.
...
[SVN r42837]
2008-01-18 01:14:17 +00:00
Jurko Gospodnetić
70e3fd6d79
Stylistic changes. Removed trailing spaces. Removed empty lines. Corrected comment typos and wording.
...
[SVN r42837]
2008-01-18 01:14:17 +00:00
Jurko Gospodnetić
1fefa3985b
Minor stylistic comment changes. Removed trailing spaces.
...
[SVN r42801]
2008-01-15 21:13:52 +00:00
Jurko Gospodnetić
9fd081ba76
Minor stylistic comment changes. Removed trailing spaces.
...
[SVN r42801]
2008-01-15 21:13:52 +00:00
Jurko Gospodnetić
aa6dd9e232
Removed the manual boost-build.jam file creation since that file already exists in the SVN repository and this only overwrote it with the same content minus the copyright notice. Removed a reference to the no longer existing boost_build_v2.html file.
...
[SVN r42676]
2008-01-11 13:44:51 +00:00
Jurko Gospodnetić
be35ca661c
Removed the manual boost-build.jam file creation since that file already exists in the SVN repository and this only overwrote it with the same content minus the copyright notice. Removed a reference to the no longer existing boost_build_v2.html file.
...
[SVN r42676]
2008-01-11 13:44:51 +00:00
Jurko Gospodnetić
75cbaf0563
Updated the test so it passes on Windows. Had to change it to enable action output logging and compensate for the fact that now action names are sent to the output as well. Minor stylistic changes.
...
[SVN r42639]
2008-01-09 17:03:45 +00:00
Jurko Gospodnetić
dca3f5e22b
Updated the test so it passes on Windows. Had to change it to enable action output logging and compensate for the fact that now action names are sent to the output as well. Minor stylistic changes.
...
[SVN r42639]
2008-01-09 17:03:45 +00:00
Jurko Gospodnetić
101e52bea6
Updated the test so it passes on Windows. Had to change it to enable action output logging and compensate for the fact that now action names are sent to the output as well. Minor stylistic changes.
...
[SVN r42637]
2008-01-09 14:36:37 +00:00
Jurko Gospodnetić
2ee54a428f
Updated the test so it passes on Windows. Had to change it to enable action output logging and compensate for the fact that now action names are sent to the output as well. Minor stylistic changes.
...
[SVN r42637]
2008-01-09 14:36:37 +00:00
Rene Rivera
a375083c27
Revert various changes that break backward compatibility, and also some minor edits.
...
[SVN r42633]
2008-01-09 04:34:12 +00:00
Rene Rivera
9ea5dd1865
Revert various changes that break backward compatibility, and also some minor edits.
...
[SVN r42633]
2008-01-09 04:34:12 +00:00
Rene Rivera
6f12bd5e02
Revert various changes that break backward compatibility, and also some minor edits.
...
[SVN r42632]
2008-01-09 04:31:58 +00:00
Rene Rivera
1130f9db85
Revert various changes that break backward compatibility, and also some minor edits.
...
[SVN r42632]
2008-01-09 04:31:58 +00:00
Jurko Gospodnetić
28ee146607
Fixed a failing test by making it access its action results using the __ACTION_RULE__ rule. Now it works with the default debug level settings (i.e. no action output displayed).
...
[SVN r42631]
2008-01-09 04:30:25 +00:00
Jurko Gospodnetić
6775b4eeb5
Fixed a failing test by making it access its action results using the __ACTION_RULE__ rule. Now it works with the default debug level settings (i.e. no action output displayed).
...
[SVN r42631]
2008-01-09 04:30:25 +00:00
Jurko Gospodnetić
e8474dd69f
Fixed a failing test by making it access action output using the __ACTION_RULE__ rule so it would not be affected by the level of debug output given by Boost Build/Jam.
...
[SVN r42630]
2008-01-09 04:15:35 +00:00
Jurko Gospodnetić
5f97bb484d
Fixed a failing test by making it access action output using the __ACTION_RULE__ rule so it would not be affected by the level of debug output given by Boost Build/Jam.
...
[SVN r42630]
2008-01-09 04:15:35 +00:00
Jurko Gospodnetić
a243eaa91c
Updated the __ACTION_RULE__ to not return its action command output as a single string but instead split it into a list of output lines. This allows Jam code using this output to work correctly independently of what newline character combinations are in use. This was causing problems with Boost Build unit tests which can now be updated to pass.
...
Consequences & checks:
* Final __ACTION_RULE__ rule parameter has changed from output ? to output-lines *.
* Updated corresponding Jam documentation.
* Updated the all related Boost Build code.
* No code on the Boost trunk uses this rule except for Boost Build itself.
[SVN r42629]
2008-01-09 04:05:29 +00:00
Jurko Gospodnetić
a3e99b74c0
Updated the __ACTION_RULE__ to not return its action command output as a single string but instead split it into a list of output lines. This allows Jam code using this output to work correctly independently of what newline character combinations are in use. This was causing problems with Boost Build unit tests which can now be updated to pass.
...
Consequences & checks:
* Final __ACTION_RULE__ rule parameter has changed from output ? to output-lines *.
* Updated corresponding Jam documentation.
* Updated the all related Boost Build code.
* No code on the Boost trunk uses this rule except for Boost Build itself.
[SVN r42629]
2008-01-09 04:05:29 +00:00
Jurko Gospodnetić
d78c27ff9a
Remove trailing spaces. Removed an empty line.
...
[SVN r42628]
2008-01-09 01:18:38 +00:00
Jurko Gospodnetić
bc0b17ad0f
Remove trailing spaces. Removed an empty line.
...
[SVN r42628]
2008-01-09 01:18:38 +00:00
Jurko Gospodnetić
8ffe82aaaa
Tried trailing spaces. Minor comment typo corrections.
...
[SVN r42627]
2008-01-09 01:11:03 +00:00
Jurko Gospodnetić
6140b4fcbc
Tried trailing spaces. Minor comment typo corrections.
...
[SVN r42627]
2008-01-09 01:11:03 +00:00
Jurko Gospodnetić
379a177ec5
Minor stylistic code indentation changes.
...
[SVN r42626]
2008-01-09 01:09:26 +00:00
Jurko Gospodnetić
b0fa7f499a
Minor stylistic code indentation changes.
...
[SVN r42626]
2008-01-09 01:09:26 +00:00
Jurko Gospodnetić
0ecead741e
Comment correction.
...
[SVN r42617]
2008-01-08 17:51:30 +00:00
Jurko Gospodnetić
32c5e5b9c7
Comment correction.
...
[SVN r42617]
2008-01-08 17:51:30 +00:00
Jurko Gospodnetić
a4339e1fc3
Made some debugging messages more consistent.
...
[SVN r42614]
2008-01-08 15:21:15 +00:00
Jurko Gospodnetić
f03e702b20
Made some debugging messages more consistent.
...
[SVN r42614]
2008-01-08 15:21:15 +00:00
Jurko Gospodnetić
5b239afb81
Added a new test making sure properties conditioned on multiple different feature values are handled correctly. This especially includes testing the case when one of those features is <toolset> and the value given for it includes a toolset version.
...
[SVN r42613]
2008-01-08 14:40:24 +00:00
Jurko Gospodnetić
50329a58c4
Added a new test making sure properties conditioned on multiple different feature values are handled correctly. This especially includes testing the case when one of those features is <toolset> and the value given for it includes a toolset version.
...
[SVN r42613]
2008-01-08 14:40:24 +00:00
Rene Rivera
a280766a39
Mostly fix bad path calc for direct html from doxygen doc generation. ( fixes #1562 )
...
[SVN r42598]
2008-01-08 02:49:25 +00:00
Rene Rivera
51ba182420
Mostly fix bad path calc for direct html from doxygen doc generation. ( fixes #1562 )
...
[SVN r42598]
2008-01-08 02:49:25 +00:00
Jurko Gospodnetić
67c18a2efd
Added a new configuration test making sure that the bug with not being able to process absolute user-config configuration file references never rears its ugly head again.
...
[SVN r42568]
2008-01-07 18:38:28 +00:00
Jurko Gospodnetić
ccdddeaf72
Added a new configuration test making sure that the bug with not being able to process absolute user-config configuration file references never rears its ugly head again.
...
[SVN r42568]
2008-01-07 18:38:28 +00:00
Jurko Gospodnetić
bca21b46da
Code cleanup. Converted to using True/False instead of 1/0. Changed to obey documented coding conventions regarding whitespace and function parameters. Renamed private member functions to use the __ name prefix.
...
[SVN r42567]
2008-01-07 18:15:13 +00:00
Jurko Gospodnetić
b6f204090d
Code cleanup. Converted to using True/False instead of 1/0. Changed to obey documented coding conventions regarding whitespace and function parameters. Renamed private member functions to use the __ name prefix.
...
[SVN r42567]
2008-01-07 18:15:13 +00:00
Jurko Gospodnetić
30560f3da0
Corrected explicitly specified user-config file handling. Was not looking for the specified file in the regular path instead of the current folder and did not work with absolute paths.
...
[SVN r42566]
2008-01-07 17:00:59 +00:00
Jurko Gospodnetić
a4770ed1b5
Corrected explicitly specified user-config file handling. Was not looking for the specified file in the regular path instead of the current folder and did not work with absolute paths.
...
[SVN r42566]
2008-01-07 17:00:59 +00:00
Jurko Gospodnetić
d289a56902
Added new tests related to Boost Build's default toolset handling. They test that the correct default toolset gets use and that when it gets used that has no different status than any other explicitly specified toolset.
...
[SVN r42549]
2008-01-06 20:56:20 +00:00
Jurko Gospodnetić
475813d4ba
Added new tests related to Boost Build's default toolset handling. They test that the correct default toolset gets use and that when it gets used that has no different status than any other explicitly specified toolset.
...
[SVN r42549]
2008-01-06 20:56:20 +00:00
Jurko Gospodnetić
7449bd72d2
Added support for tests configuring whether they want their Boost Build to ignore toolset requirements instead of always ignoring them. Minor stylistic changes.
...
[SVN r42548]
2008-01-06 20:43:25 +00:00
Jurko Gospodnetić
35d1831f4f
Added support for tests configuring whether they want their Boost Build to ignore toolset requirements instead of always ignoring them. Minor stylistic changes.
...
[SVN r42548]
2008-01-06 20:43:25 +00:00
Jurko Gospodnetić
5ab291e73a
Simple code cleanup. Typo corrections.
...
[SVN r42547]
2008-01-06 20:37:55 +00:00