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

5716 Commits

Author SHA1 Message Date
Jurko Gospodnetić
e491a77973 Minor stylistic Boost Build documentation changes.
[SVN r80205]
2012-08-25 15:38:26 +00:00
Jurko Gospodnetić
2bddb8f98e Boost Jam cleanup - minor stylistic change.
[SVN r80187]
2012-08-25 02:55:00 +00:00
Jurko Gospodnetić
7cabb53f9f Corrected Boost Jam's initial build to make --update builds correctly detect changes in included headers. Removed the need for literal tab characters embedded in the build script.
[SVN r80186]
2012-08-25 02:52:04 +00:00
Jurko Gospodnetić
16cd27a1b4 Boost Jam cleanup - minor stylistic change.
[SVN r80185]
2012-08-25 02:48:47 +00:00
Jurko Gospodnetić
ed18dcac01 Boost Jam build script cleanup - minor stylistic comment change.
[SVN r80184]
2012-08-25 01:55:12 +00:00
Jurko Gospodnetić
3fa00b4900 Corrected a typo in Boost Jam's Unix build script's error message.
[SVN r80183]
2012-08-25 01:54:11 +00:00
Jurko Gospodnetić
115c15e5eb Boost Jam cleanup - minor stylistic changes.
[SVN r80182]
2012-08-25 01:52:41 +00:00
Jurko Gospodnetić
dd10dfaf64 Boost Jam native.c module cleanup - stylistic changes.
[SVN r80181]
2012-08-25 01:29:47 +00:00
Jurko Gospodnetić
08c39eceba Boost Jam cleanup - changed one remaining quoted assert.h include to use angle brackets instead of quotes, minor stylistic change.
[SVN r80180]
2012-08-25 01:18:15 +00:00
Jurko Gospodnetić
22148a37c1 Boost Jam cleanup - minor stylistic changes.
[SVN r80179]
2012-08-24 23:23:44 +00:00
Jurko Gospodnetić
f245ad48e6 Main Boost Jam jam.h header file cleanup - removed the never used DOWNSHIFT_PATHS #define, minor stylistic changes.
[SVN r80178]
2012-08-24 23:07:46 +00:00
Jurko Gospodnetić
eee6966480 Boost Jam cleanup - added #define WIN32_LEAN_AND_MEAN before including the windows.h header to make it more light-weight in a couple of places. Minor stylistic changes.
[SVN r80176]
2012-08-24 22:52:32 +00:00
Jurko Gospodnetić
2b2e9f6bf2 Boost Jam cleanup - pathsys.h had some temporary file/folder related functions #ifdef-ed for the USE_PATHUNIX implementation but that seems redundant now that this is actually the only implementation in Boots Jam. Plus some minor stylistic changes.
[SVN r80170]
2012-08-24 14:41:15 +00:00
Jurko Gospodnetić
62f5d4044e Boost Jam cleanup - minor stylistic changes.
[SVN r80169]
2012-08-24 14:31:20 +00:00
Jurko Gospodnetić
150b7fe35f Boost Jam cleanup - minor stylistic copyright comment change.
[SVN r80168]
2012-08-24 14:07:11 +00:00
Jurko Gospodnetić
733c473c20 Boost Jam cleanup - minor stylistic change.
[SVN r80159]
2012-08-23 13:55:30 +00:00
Jurko Gospodnetić
59d5ee5e42 Boost Jam cleanup - removed a stale comment - the referenced string gets freed as a part of the related hash table cleanup.
[SVN r80158]
2012-08-23 13:54:58 +00:00
Jurko Gospodnetić
70a97b816d Boost Jam cleanup - minor stylistic changes.
[SVN r80155]
2012-08-23 12:56:39 +00:00
Jurko Gospodnetić
3bb0ecc0e3 Corrected a bug in Boost Build's tools/boostbook.jam module causing building boostbook targets of type HTML, DOCBOOK, FO, PDF, PS & TESTS to fail.
[SVN r80145]
2012-08-22 20:55:10 +00:00
Jurko Gospodnetić
1f0f87b298 Boost Jam cleanup - variable.c module comments cleaned up, variable.c/h header includes corrected and sorted, minor stylistic changes.
[SVN r80141]
2012-08-22 13:51:20 +00:00
Jurko Gospodnetić
bbd525da3c Boost Jam cleanup - minor stylistic changes.
[SVN r80113]
2012-08-21 15:43:30 +00:00
Jurko Gospodnetić
f36d8dc81e Boost Jam cleanup - minor stylistic changes.
[SVN r80111]
2012-08-21 14:30:13 +00:00
Jurko Gospodnetić
bdd3a8ddc1 Boost Jam cleanup - minor stylistic hashing code changes (merged internal hashhdr & item structures, brace positioning, shortened comparisons with 0, comment updates, trimmed trailing spaces, removed redundant 'register' keywords).
[SVN r80110]
2012-08-21 13:28:32 +00:00
Jurko Gospodnetić
8461ac7c11 Python based Boost Build implementation syntax error corrected. Reported by Paulo Márcio Figueiredo Alves <pauloalves1986 at gmail.com>.
[SVN r80107]
2012-08-21 10:12:00 +00:00
Steven Watanabe
495bf9add9 Add missing #include. Fixes #7243.
[SVN r80097]
2012-08-20 21:54:26 +00:00
Jurko Gospodnetić
d5205f6848 Documentation typo correction.
[SVN r80096]
2012-08-20 14:21:03 +00:00
Jurko Gospodnetić
74ec9c1a6c Corrected Boost Build's internal project_id.py test to pass on Cygwin. Added related FIXME comments to make the test more detailed on Cygwin in the future.
[SVN r80095]
2012-08-20 13:07:09 +00:00
Jurko Gospodnetić
a42c2797e5 Internal Boost Jam cleanup - internal ShortPathToLongPath() function renamed to canonicWindowsPath() and commented better, related normalize_path() function commented better as well.
[SVN r80094]
2012-08-20 12:48:09 +00:00
Jurko Gospodnetić
a7639b7d94 Internal Boost Build unused.py test cleanup - corrected a buggy check for target's usage reguirements being propagated even when it generates no virtual targets, inlined all the used test code into the test script so it no longer relies on any external files, now reporting more detailed compiler error messages in case of a failed compilation test without having to explicitly specify the --verbose command-line option.
[SVN r80093]
2012-08-20 12:29:36 +00:00
Jurko Gospodnetić
6081d81b38 Boost Jam cleanup - there is no need to convert a short Windows path to its long format except to generate that path's canonic format, i.e. to get the same value for the same file system entry, independent of the original path string used to identify that entry. To get closer to that effect in the ShortPathToLongPath() function, we remove a recently added optimization of not processing file/folder names that are certainly not in their short format. By processing such names we can correctly remove more unimportant case differences between different path strings representing the same file system entry, i.e. get the same canonic path string for them.
[SVN r80092]
2012-08-20 11:54:10 +00:00
Jurko Gospodnetić
0144313654 Minor stylistic copyright comment change.
[SVN r80091]
2012-08-20 11:45:09 +00:00
Jurko Gospodnetić
53c613a0d2 Boost Build's internal module_actions.py test updated to pass when run with the --verbose option by allowing extra output lines between those expected by the test itself.
[SVN r80090]
2012-08-20 11:34:27 +00:00
Jurko Gospodnetić
1551cdcfc4 Internal Boost Build module_actions.py test cleanup - no longer depends on externally prepared data, minor stylistic changes.
[SVN r80089]
2012-08-20 11:32:14 +00:00
Jurko Gospodnetić
0f7150f09e Internal Boost Build testing framework cleanup - expecting output/content lines now correctly interprets requests with lines given as a container of strings.
Given strings represent expected continuous line sequences (separated by \n) and extra lines are allowed between content represented by different successive strings. For example, lines = ['foo\nbar', 'baz'] would match:
  aaa
  foo
  bar
  bbb
  baz
  ccc
but would not match:
  aaa
  foo
  xxx
  bar
  bbb
  baz
  ccc

Added a description comment for the related Tester.__expect_lines() implementation function.

[SVN r80088]
2012-08-20 10:08:28 +00:00
Jurko Gospodnetić
431a9cb78b Made Boost Build's internal project_id.py test more detailed regarding registering the same project id for the same project, but with the project module specified in different ways.
[SVN r80087]
2012-08-19 18:46:14 +00:00
Jurko Gospodnetić
96e13fac83 Boost Jam code cleanup - minor stylistic comment change.
[SVN r80086]
2012-08-19 18:25:31 +00:00
Jurko Gospodnetić
a76efc462c Made Boost Build's internal project_id.py test more detailed regarding registering the same project id for the same project, but with the project module specified in different ways.
[SVN r80085]
2012-08-19 17:48:44 +00:00
Jurko Gospodnetić
c3ac4ac06c Internal Boost Build testing system cleanup - minor stylistic change.
[SVN r80084]
2012-08-19 17:03:11 +00:00
Jurko Gospodnetić
c79894d57d Boost Build's doxygen.jam module cleanup.
* External tool version check file targets now correctly assigned to the requesting project's root project (best effort attempt to have them built in the same location independent of which folder the build was run from).
  * More detailed error checking against attempts to declare doxygen targets in standalone or internal Boost Build configuration projects.
  * All created virtual target instances now correctly passed through Boost Build's virtual-target.register() rule.
  * Added a public check-tools() rule for explicitly declaring doxygen module's internal version check targets if needed.

[SVN r80072]
2012-08-17 18:31:07 +00:00
Jurko Gospodnetić
3d5d938dde Fixed Boost Jam's internal list structure allocation bug - due to a typo the list_new() operation did not work correctly on systems where LIST * is smaller than LIST (e.g. if LIST * is smaller than OBJECT * or OBJECT * is smaller than an int). Removed code duplication between list_new() & list_alloc(). Contributed by Kohei Takahashi <flast at flast.jp>.
[SVN r80064]
2012-08-17 07:23:03 +00:00
Jurko Gospodnetić
41a54c8566 Boost Jam cleanup - minor stylistic changes.
[SVN r80063]
2012-08-17 07:15:18 +00:00
Jurko Gospodnetić
2274cb0e4c Boost Jam cleanup - renamed the path_key__register_long_name() function to path_register_key() and improved related comments, minor stylistic changes.
[SVN r80035]
2012-08-14 15:24:27 +00:00
Jurko Gospodnetić
1f53971bd1 Boost Jam cleanup - made one errno global variable usage instance more localized.
[SVN r80034]
2012-08-14 14:35:44 +00:00
Jurko Gospodnetić
07a55d2e85 Boost Jam cleanup - removed the internal short_path_to_long_path() function as it has now been completely superseded by path_as_key(). Updated several related code comments.
[SVN r80033]
2012-08-14 14:07:09 +00:00
Jurko Gospodnetić
9d9b2d87b9 Boost Jam cleanup - updated #include directives in the modules/path.c module.
[SVN r80032]
2012-08-14 13:00:37 +00:00
Jurko Gospodnetić
f0888273b3 Boost Jam cleanup - minor stylistic changes.
[SVN r80031]
2012-08-14 12:56:10 +00:00
Jürgen Hunold
42bd6239ee add forgotten ";" in doxygen.jam
[SVN r80029]
2012-08-14 09:09:25 +00:00
Jurko Gospodnetić
85df6265d1 Quick & dirty fix to make Boost Build construct consistent Jamfile module names in cases when they are requested via different but equivalent location paths, e.g. 'd:/fOO' and 'D:\Foo\Bar\..'. This should fix currently reported Boost library documentation build failures but the used path normalization implementation still needs to be cleaned up.
[SVN r80026]
2012-08-14 05:13:21 +00:00
Jurko Gospodnetić
14bbed9be7 Boost Build cleanup - removed support for Boost Jam versions prior to version 3.1.17 in the tools/python.jam module. The backward compatibility code was ugly and compatibility with such versions has already been broken in other places (not to mention that such old versions have known defects and should not be used anywhere in the first place, and even if they are, they should be used with their corresponding old Boost Build version). Trimmed trailing spaces.
[SVN r80025]
2012-08-14 05:09:21 +00:00
Jurko Gospodnetić
4015cad7ee Boost Build cleanup - removed support for Boost Jam versions prior to version 3.1.17 in the util/path.jam module. The backward compatibility code was ugly and compatibility with such versions has already been broken in other places (not to mention that such old versions have known defects and should not be used anywhere in the first place, and even if they are, they should be used with their corresponding old Boost Build version).
[SVN r80023]
2012-08-14 05:03:49 +00:00