3ca205dd30Tweak release procedure more.
Vladimir Prus
2003-06-17 05:40:25 +0000
14da778d94Tweak release procedure more.
Vladimir Prus
2003-06-17 05:40:25 +0000
67ea84dd5dTweak release procedure.
Vladimir Prus
2003-06-16 15:01:59 +0000
5da83e8615Tweak release procedure.
Vladimir Prus
2003-06-16 15:01:59 +0000
a2c3bb33d5Change revision date.
Vladimir Prus
2003-06-16 13:09:40 +0000
c31d4e1af6Change revision date.
Vladimir Prus
2003-06-16 13:09:40 +0000
937f97e455Use exact location for tarballs, so that user don't have to scroll long download page to find Boost.Build.
Vladimir Prus
2003-06-16 13:08:55 +0000
78235d3e39Use exact location for tarballs, so that user don't have to scroll long download page to find Boost.Build.
Vladimir Prus
2003-06-16 13:08:55 +0000
24a3be3c1bUse new target-id syntax in docs.
Vladimir Prus
2003-06-16 13:01:04 +0000
cdee2691d6Use new target-id syntax in docs.
Vladimir Prus
2003-06-16 13:01:04 +0000
b5e3cc865eUpdate for recent changes.
Vladimir Prus
2003-06-16 12:54:05 +0000
2fa7cb68b3Update for recent changes.
Vladimir Prus
2003-06-16 12:54:05 +0000
3c713ae3c6Minor bugfix.
Vladimir Prus
2003-06-16 12:50:55 +0000
51de833b1cMinor bugfix.
Vladimir Prus
2003-06-16 12:50:55 +0000
b978576585STLport works with msvc now.
Vladimir Prus
2003-06-16 12:34:49 +0000
4195bcaba3STLport works with msvc now.
Vladimir Prus
2003-06-16 12:34:49 +0000
adf4847d29Don't error out if msvc is not found: just give a warning. This helps people which use the same user-config.jam from different machines.
Vladimir Prus
2003-06-16 12:21:49 +0000
83a1e521afDon't error out if msvc is not found: just give a warning. This helps people which use the same user-config.jam from different machines.
Vladimir Prus
2003-06-16 12:21:49 +0000
f3f52e36adRobustify 'print' module a little: print.text works okay even if empty list of strings is passed.
Vladimir Prus
2003-06-16 12:13:38 +0000
774787a9fbRobustify 'print' module a little: print.text works okay even if empty list of strings is passed.
Vladimir Prus
2003-06-16 12:13:38 +0000
59ac41edd3Some movement towards the new style of options for the help system. - boostrap.jam; Modified the parsing of options to accept the syntax that the help system requires. - doc.jam; Removed the option parsing code. - doc.jam; Added some rules to set documentation options. - help.jam; Move in code from doc.jam to parse options.
Rene Rivera
2003-06-16 07:04:30 +0000
7f607820ceSome movement towards the new style of options for the help system. - boostrap.jam; Modified the parsing of options to accept the syntax that the help system requires. - doc.jam; Removed the option parsing code. - doc.jam; Added some rules to set documentation options. - help.jam; Move in code from doc.jam to parse options.
Rene Rivera
2003-06-16 07:04:30 +0000
c7dde74b04Fix bad output when the output target has a location. Now both the body and tail variants shared the same LOCATE. But only if the LOCATE is done before printing.
Rene Rivera
2003-06-15 18:59:02 +0000
6d0605854aFix bad output when the output target has a location. Now both the body and tail variants shared the same LOCATE. But only if the LOCATE is done before printing.
Rene Rivera
2003-06-15 18:59:02 +0000
e8b713d6c7Document new target-id syntax.
Vladimir Prus
2003-06-11 12:27:36 +0000
ca558a7cb9Document new target-id syntax.
Vladimir Prus
2003-06-11 12:27:36 +0000
83394f7ff8Implement new target-id syntax.
Vladimir Prus
2003-06-11 12:22:03 +0000
3bcac7043dImplement new target-id syntax.
Vladimir Prus
2003-06-11 12:22:03 +0000
7b975693c5Explicitly pass source type for msvc.
Vladimir Prus
2003-06-11 11:48:15 +0000
1482444116Explicitly pass source type for msvc.
Vladimir Prus
2003-06-11 11:48:15 +0000
8eff530badExplicitly specify source type when compiling, so that there's no need to specify both name for C++ compiler and for C compiler, when initializing non-default version.
Vladimir Prus
2003-06-11 10:27:46 +0000
3ccadb869aExplicitly specify source type when compiling, so that there's no need to specify both name for C++ compiler and for C compiler, when initializing non-default version.
Vladimir Prus
2003-06-11 10:27:46 +0000
58f0dbb5cdCompile C files with C compiler, not C++. This commit would close BB32, if it included MSVC...
Vladimir Prus
2003-06-11 08:40:45 +0000
876db3471eCompile C files with C compiler, not C++. This commit would close BB32, if it included MSVC...
Vladimir Prus
2003-06-11 08:40:45 +0000
0db192e179Implement the HTML output type.
Rene Rivera
2003-06-11 07:09:43 +0000
c47f89a361Implement the HTML output type.
Rene Rivera
2003-06-11 07:09:43 +0000
3121e2a24eTemporary fix to prevent multiple calls into the help system. To be removed when I have time to move code into the help options file.
Rene Rivera
2003-06-11 07:09:00 +0000
06702a2893Temporary fix to prevent multiple calls into the help system. To be removed when I have time to move code into the help options file.
Rene Rivera
2003-06-11 07:09:00 +0000
42cdacb745Document that project-root can act as Jamfile. Explicitly list predefines rules in project context.
Vladimir Prus
2003-06-10 11:39:34 +0000
1c1726be08Document that project-root can act as Jamfile. Explicitly list predefines rules in project context.
Vladimir Prus
2003-06-10 11:39:34 +0000
f8a73bbd50Allow project-root.jam to act as Jamfile.
Vladimir Prus
2003-06-10 11:07:56 +0000
68b0b38622Allow project-root.jam to act as Jamfile.
Vladimir Prus
2003-06-10 11:07:56 +0000
c6c6444c20Improvements to bootstraping and building. - build.bat; added more possible locations for VC7. - build.bat; added an alternate for finding bison (gnuwin32.sourceforge.net version). - build.jam; added an alternate for finding bison (gnuwin32.sourceforge.net version). - build.jam; removed some obsolete docs from distribution. - build.jam; fixed path problem when packaging on windows, the debian directory. - build.jam; added header scanning to create the extra dependencies to make building the grammar work correctly. - build.jam; fixed building of the grammar to remove attempts at building it spuriously. - build.jam; fixed building of grammar so that it doesn't delete existing files if the yacc execution fails. - index.html; minor cleanup of language in some places. - index.html; removed references to no longer packaged docs. - *; updated the version to 3.1.5 in various places. - build.*; tested on windows with vc7, metrowerks, mingw, and borland
Rene Rivera
2003-06-07 18:44:32 +0000
8a7dcb64baImprovements to bootstraping and building. - build.bat; added more possible locations for VC7. - build.bat; added an alternate for finding bison (gnuwin32.sourceforge.net version). - build.jam; added an alternate for finding bison (gnuwin32.sourceforge.net version). - build.jam; removed some obsolete docs from distribution. - build.jam; fixed path problem when packaging on windows, the debian directory. - build.jam; added header scanning to create the extra dependencies to make building the grammar work correctly. - build.jam; fixed building of the grammar to remove attempts at building it spuriously. - build.jam; fixed building of grammar so that it doesn't delete existing files if the yacc execution fails. - index.html; minor cleanup of language in some places. - index.html; removed references to no longer packaged docs. - *; updated the version to 3.1.5 in various places. - build.*; tested on windows with vc7, metrowerks, mingw, and borland
Rene Rivera
2003-06-07 18:44:32 +0000
250809e90cFixed a bug in cost computation - paths were failing to account for their common subset. Now we count the actual number of transformations involved in each TargetTypeGroup
Dave Abrahams
2003-06-06 16:19:57 +0000
1f4c4dee0cFixed a bug in cost computation - paths were failing to account for their common subset. Now we count the actual number of transformations involved in each TargetTypeGroup
Dave Abrahams
2003-06-06 16:19:57 +0000
736f448240Allow the search to not consume all sources
Dave Abrahams
2003-06-06 15:39:01 +0000
c43dbda737Allow the search to not consume all sources
Dave Abrahams
2003-06-06 15:39:01 +0000
ed3c0a698eOnly one generator per path from sources to targets.
Dave Abrahams
2003-06-06 15:17:39 +0000
40c8206890Only one generator per path from sources to targets.
Dave Abrahams
2003-06-06 15:17:39 +0000
b777066dc9Fix a bug in ambiguity detection. Add a report of subgraphs causing ambiguity at the end.
Dave Abrahams
2003-06-06 14:20:52 +0000
fc4f96ea1fFix a bug in ambiguity detection. Add a report of subgraphs causing ambiguity at the end.
Dave Abrahams
2003-06-06 14:20:52 +0000
bc4878cdd8Update railsys for recent changes.
Vladimir Prus
2003-06-06 10:06:14 +0000
f5c9b75e3cUpdate railsys for recent changes.
Vladimir Prus
2003-06-06 10:06:14 +0000
bac8766d2eWork-in-progress on better STLport support.
Vladimir Prus
2003-06-06 09:57:57 +0000
223c4ad1c7Work-in-progress on better STLport support.
Vladimir Prus
2003-06-06 09:57:57 +0000
8fba943d71Move a bunch of modules to "tools" directory. I'm uncertain about some modules that are still in "new", but they can be moved later.
Vladimir Prus
2003-06-06 09:38:49 +0000
e488765eaeMove a bunch of modules to "tools" directory. I'm uncertain about some modules that are still in "new", but they can be moved later.
Vladimir Prus
2003-06-06 09:38:49 +0000
5601b6a6b0Improve comments.
Vladimir Prus
2003-06-06 09:36:33 +0000
e9dcb62ac8Improve comments.
Vladimir Prus
2003-06-06 09:36:33 +0000
06f6b2c588Forgotten change.
Vladimir Prus
2003-06-06 09:08:50 +0000
21bb1199c6Forgotten change.
Vladimir Prus
2003-06-06 09:08:50 +0000
90dbefd759Refactorings. Now usage requirements that should be propagated to dependents are communiated via return value of 'abstract-target.generate', not as attribute of virtual target. The advantage is that we can return usage requirements, even if no targets were created.
Vladimir Prus
2003-06-06 09:02:36 +0000
140e8a9103Refactorings. Now usage requirements that should be propagated to dependents are communiated via return value of 'abstract-target.generate', not as attribute of virtual target. The advantage is that we can return usage requirements, even if no targets were created.
Vladimir Prus
2003-06-06 09:02:36 +0000
5daf202a98Forgotten change
Vladimir Prus
2003-06-06 06:52:06 +0000
e752c55d63Forgotten change
Vladimir Prus
2003-06-06 06:52:06 +0000
0d46fcc22cSpeedup: call 'normalize-raw-paths' only when we're really going to load module.
Vladimir Prus
2003-06-06 06:31:25 +0000
4fa7253c46Speedup: call 'normalize-raw-paths' only when we're really going to load module.
Vladimir Prus
2003-06-06 06:31:25 +0000
6327d3e7beDon't warn when dependency main target produced nothing.
Vladimir Prus
2003-06-06 06:29:31 +0000
736169e2b3Don't warn when dependency main target produced nothing.
Vladimir Prus
2003-06-06 06:29:31 +0000
4a7f6828e0initial commit
Dave Abrahams
2003-06-05 22:27:39 +0000
fef3b62969initial commit
Dave Abrahams
2003-06-05 22:27:39 +0000
22118a1c76Add support for resource compiler, from Andre Hentz.
Vladimir Prus
2003-06-05 05:51:00 +0000
4ec24a848bAdd support for resource compiler, from Andre Hentz.
Vladimir Prus
2003-06-05 05:51:00 +0000
2ba0bd04cbFollowup. The previous commit somehow was untested. Fixing some bugs now, and additionally:
Vladimir Prus
2003-06-04 14:17:54 +0000
741c5f3482Followup. The previous commit somehow was untested. Fixing some bugs now, and additionally:
Vladimir Prus
2003-06-04 14:17:54 +0000
0d2f6b260bSimplify project-id and target-id handling.
Vladimir Prus
2003-06-04 13:30:45 +0000
ecbc945e8eSimplify project-id and target-id handling.
Vladimir Prus
2003-06-04 13:30:45 +0000
f98371b844More use case clarification.
Vladimir Prus
2003-06-04 10:34:39 +0000
650f8de5f1Update my use case.
Vladimir Prus
2003-06-04 10:30:18 +0000
ce2ba6245dDoc system works again.
Vladimir Prus
2003-06-04 05:55:25 +0000
4d99adb1aaDoc system works again.
Vladimir Prus
2003-06-04 05:55:25 +0000
dab5ce51e9Regex bug fix
Dave Abrahams
2003-06-03 18:26:33 +0000
7b03c97dccRegex bug fix
Dave Abrahams
2003-06-03 18:26:33 +0000
c3c84ebf7dinitial commit
Dave Abrahams
2003-06-03 18:15:33 +0000
1655be7509initial commit
Dave Abrahams
2003-06-03 18:15:33 +0000
e6f3d31a6fEnable argument-dependent lookup.
Dave Abrahams
2003-06-02 13:41:08 +0000
35ba02304dDo a better dance for setting wchar_t support in the compiler and library.
Dave Abrahams
2003-06-01 19:08:20 +0000
815ff5ffd2Better way to suppress vsvars32 messages (Greg Comeau)
Beman Dawes
2003-06-01 18:14:23 +0000
a4ad468bdeHack around our inability to detect wchar_t support for intel6
Dave Abrahams
2003-06-01 15:07:20 +0000
d13e4eeb8eAdd option customization based on the version of the intel compiler and base msvc installation in use.
Dave Abrahams
2003-06-01 14:53:07 +0000
67f0d4a02eAdded quotes to command-line elements thanks to Ben Hutchings <ben.hutchings-at-businesswebsoftware.com>
Dave Abrahams
2003-05-31 13:48:14 +0000
2bfc27ce68Add missing imports.
Vladimir Prus
2003-05-30 13:57:24 +0000
0c3459d60aAdd missing imports.
Vladimir Prus
2003-05-30 13:57:24 +0000
ebe8aca43e".cc" is C++, too.
Vladimir Prus
2003-05-30 13:55:48 +0000
1a90e155ac".cc" is C++, too.
Vladimir Prus
2003-05-30 13:55:48 +0000
580e289306link and spacing fixes
Beman Dawes
2003-05-28 19:50:31 +0000
4ad7c86e18covers both como and como-win32
Beman Dawes
2003-05-28 19:50:04 +0000