Jurko Gospodnetić
|
264d45de40
|
Internal Boost Jam cleanup - split up the pathunix.c module into pathsys.c, pathunix.c & pathnt.c.
[SVN r80278]
|
2012-08-28 12:52:27 +00:00 |
|
Jurko Gospodnetić
|
321b4c2839
|
Corrected a 'dropping qualifiers' compiler warning displayed when compiling Boost Jam's fileunix.c module using the intel compiler.
[SVN r80260]
|
2012-08-27 11:41:15 +00:00 |
|
Jurko Gospodnetić
|
f31fadaf3c
|
Added a missing header #include in Boost Jam's mem.h header used when compiling with memory allocation profiling support. Fixes related 'implicitly declared profile_memory() function' gcc compilation warnings.
[SVN r80259]
|
2012-08-27 11:16:04 +00:00 |
|
Jurko Gospodnetić
|
de075ac79c
|
Internal Boost Jam cleanup - minor stylistic changes in Boost Jam's mem.h header.
[SVN r80258]
|
2012-08-27 11:13:57 +00:00 |
|
Jurko Gospodnetić
|
b9da1c3b32
|
Internal Boost Jam cleanup - minor stylistic changes in Boost Jam's modules/regex.c module.
[SVN r80257]
|
2012-08-27 11:07:03 +00:00 |
|
Jurko Gospodnetić
|
9cdbf9684b
|
Corrected a gcc compilation warning displayed when compiling Boost Jam's fileunix.c module.
[SVN r80256]
|
2012-08-27 10:57:16 +00:00 |
|
Jurko Gospodnetić
|
881e34dacc
|
Corrected a 'undeclared atoi() function' gcc compiler warning displayed when compiling Boost Jam's modules/sequence.c module.
[SVN r80255]
|
2012-08-27 10:45:44 +00:00 |
|
Jurko Gospodnetić
|
2653c821d8
|
Internal Boost Jam cleanup - minor stylistic changes in Boost Jam's modules/sequence.c module.
[SVN r80254]
|
2012-08-27 10:41:52 +00:00 |
|
Jurko Gospodnetić
|
2930bedb93
|
Corrected a '&& within ||' gcc warning displayed when building Boost Jam's make1.c module.
[SVN r80253]
|
2012-08-27 10:26:35 +00:00 |
|
Jurko Gospodnetić
|
d8a2486640
|
Corrected a 'OBJECT * to char *' gcc compilation warning in Boost Jam's function.c module.
[SVN r80252]
|
2012-08-27 10:20:22 +00:00 |
|
Jurko Gospodnetić
|
2ba303d950
|
Boost Jam update to remove a 'pointer to integer of different size' warning displayed when building using the mingw64 toolset.
[SVN r80251]
|
2012-08-27 10:07:54 +00:00 |
|
Jurko Gospodnetić
|
6999e2eb1a
|
Internal Boost Jam cleanup - minor stylistic changes (added variable const modifiers).
[SVN r80250]
|
2012-08-27 10:06:41 +00:00 |
|
Jurko Gospodnetić
|
65d261d379
|
Added two missing header includes in Boost Jam's class.c module. Should fix warnings displayed when building using the mingw64 toolset about printf() and abort() functions having 'invalid implicit declarations'.
[SVN r80249]
|
2012-08-27 09:52:45 +00:00 |
|
Jurko Gospodnetić
|
78e6ce6abd
|
Internal Boost Jam cleanup - minor stylistic change.
[SVN r80232]
|
2012-08-26 09:20:42 +00:00 |
|
Jurko Gospodnetić
|
3dd47e7208
|
Updated Boost Jam's internal build system to correctly recognize header changes when using same-named headers located in different folders.
[SVN r80208]
|
2012-08-25 16:09:31 +00:00 |
|
Jurko Gospodnetić
|
8e74ae24ea
|
Internal Boost Jam build cleanup - minor stylistic changes.
[SVN r80207]
|
2012-08-25 16:06:32 +00:00 |
|
Jurko Gospodnetić
|
08eaf3b066
|
Internal Boost Jam cleanup - minor stylistic copyright comment change.
[SVN r80206]
|
2012-08-25 15:48:07 +00:00 |
|
Jurko Gospodnetić
|
48a8961afa
|
Minor stylistic Boost Build documentation changes.
[SVN r80205]
|
2012-08-25 15:38:26 +00:00 |
|
Jurko Gospodnetić
|
e12552486a
|
Boost Jam cleanup - minor stylistic change.
[SVN r80187]
|
2012-08-25 02:55:00 +00:00 |
|
Jurko Gospodnetić
|
cc81f70f9f
|
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ć
|
82238200d9
|
Boost Jam cleanup - minor stylistic change.
[SVN r80185]
|
2012-08-25 02:48:47 +00:00 |
|
Jurko Gospodnetić
|
adcf2bceb7
|
Boost Jam build script cleanup - minor stylistic comment change.
[SVN r80184]
|
2012-08-25 01:55:12 +00:00 |
|
Jurko Gospodnetić
|
09def70eb8
|
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ć
|
6439e4f62c
|
Boost Jam cleanup - minor stylistic changes.
[SVN r80182]
|
2012-08-25 01:52:41 +00:00 |
|
Jurko Gospodnetić
|
62219624e2
|
Boost Jam native.c module cleanup - stylistic changes.
[SVN r80181]
|
2012-08-25 01:29:47 +00:00 |
|
Jurko Gospodnetić
|
9b319bb413
|
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ć
|
a62e58fab6
|
Boost Jam cleanup - minor stylistic changes.
[SVN r80179]
|
2012-08-24 23:23:44 +00:00 |
|
Jurko Gospodnetić
|
52fe19ba91
|
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ć
|
dabb720a6d
|
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ć
|
bbfefc9762
|
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ć
|
9306fed6e0
|
Boost Jam cleanup - minor stylistic changes.
[SVN r80169]
|
2012-08-24 14:31:20 +00:00 |
|
Jurko Gospodnetić
|
66b4ae81d7
|
Boost Jam cleanup - minor stylistic copyright comment change.
[SVN r80168]
|
2012-08-24 14:07:11 +00:00 |
|
Jurko Gospodnetić
|
87f2a17f8e
|
Boost Jam cleanup - minor stylistic change.
[SVN r80159]
|
2012-08-23 13:55:30 +00:00 |
|
Jurko Gospodnetić
|
5202db9a48
|
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ć
|
b67a1758d0
|
Boost Jam cleanup - minor stylistic changes.
[SVN r80155]
|
2012-08-23 12:56:39 +00:00 |
|
Jurko Gospodnetić
|
bf09f4dab9
|
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ć
|
2c75e494a2
|
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ć
|
773387d1a2
|
Boost Jam cleanup - minor stylistic changes.
[SVN r80113]
|
2012-08-21 15:43:30 +00:00 |
|
Jurko Gospodnetić
|
90c761a1bc
|
Boost Jam cleanup - minor stylistic changes.
[SVN r80111]
|
2012-08-21 14:30:13 +00:00 |
|
Jurko Gospodnetić
|
fc020b5581
|
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ć
|
b4e81d8fff
|
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
|
1e07fc77a1
|
Add missing #include. Fixes #7243.
[SVN r80097]
|
2012-08-20 21:54:26 +00:00 |
|
Jurko Gospodnetić
|
1e1c9f9279
|
Documentation typo correction.
[SVN r80096]
|
2012-08-20 14:21:03 +00:00 |
|
Jurko Gospodnetić
|
f06afd96e1
|
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ć
|
0f2bba4947
|
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ć
|
a1b30c4df6
|
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ć
|
5ac8ae9d38
|
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ć
|
c538d59bc4
|
Minor stylistic copyright comment change.
[SVN r80091]
|
2012-08-20 11:45:09 +00:00 |
|
Jurko Gospodnetić
|
ae9a213fea
|
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ć
|
e48de377ff
|
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 |
|