Jonathan Wakely
4d304fb904
Fix typos in comments
2016-05-23 11:52:10 +01:00
Jurko Gospodnetić
c233d5a49a
Reverted an accidental Boost Build user-config.jam template configuration file change introduced in revision 78710.
...
[SVN r78718]
2012-05-28 13:48:39 +00:00
Andrii Sydorchuk
7439636bfb
Polygon: removed data member from Voronoi primitives; added color member instead; removed size template parameter from the extended_int class methods.
...
[SVN r78710]
2012-05-28 10:23:43 +00:00
K. Noel Belcourt
859da3173b
Reverting previous commit and going back to 68727
...
[SVN r68729]
2011-02-08 18:39:13 +00:00
K. Noel Belcourt
c1905e6e9a
With gcc-4.5.2, the stuct option conflicts with
...
an identically named struct in the gcc headers.
Renamed the bjam struct to bjam_option in all
places where referenced.
[SVN r68728]
2011-02-08 18:34:53 +00:00
Ralf W. Grosse-Kunstleve
f7a65e1f0e
Boost.Python: Python 3 module initialization fixes (using PyModuleDef), based on patches provided by Austin Bingham
...
[SVN r67462]
2010-12-26 22:42:32 +00:00
Vladimir Prus
af7243e2b3
Update URL
...
[SVN r64776]
2010-08-13 06:39:33 +00:00
Jurko Gospodnetić
16996b4c0f
Made the msvc toolset registration example consistent with its comment and added an additional one specifying the exact msvc version. Many stylistic comment changes.
...
[SVN r44086]
2008-04-06 22:36:59 +00:00
Hartmut Kaiser
bdbfd15c54
Reverted unintenional changes.
...
[SVN r44060]
2008-04-05 17:03:16 +00:00
Hartmut Kaiser
238521ffb2
Reverted accidental change.
...
[SVN r44024]
2008-04-04 01:26:47 +00:00
Hartmut Kaiser
3d8074631b
Wave: Some updates to the new 'preprocess_pragma_output' example. This fixes ticket #1752 .
...
[SVN r44023]
2008-04-04 01:22:12 +00:00
Jurko Gospodnetić
bbc3127902
Reverted changes made in rev 43038 which seem to have been committed by mistake and include some user specific settings in it local to the comitter's environment while this file is intended to be used as generic template for actual user-config.jam files and do nothing in case user does not specify his own settings there.
...
[SVN r43043]
2008-02-01 00:27:31 +00:00
Hartmut Kaiser
695a351df2
Wave: fixed expanding_function_like_macro()
...
[SVN r43038]
2008-01-31 20:57:47 +00:00
Vladimir Prus
79c23bc9c6
Fix typo
...
[SVN r40410]
2007-10-24 11:38:49 +00:00
Vladimir Prus
47a570d7ea
Improve comments
...
[SVN r40409]
2007-10-24 11:34:53 +00:00
Vladimir Prus
9cefb72cc7
Remove unnecessary line
...
[SVN r39128]
2007-09-05 08:03:17 +00:00
Rene Rivera
9ef6242538
Add/update copyrights+license (with help of a shell script).
...
[SVN r35851]
2006-11-05 07:13:39 +00:00
Douglas Gregor
043a56c323
Remove BoostBook stuff
...
[SVN r26824]
2005-01-23 16:46:15 +00:00
Vladimir Prus
21aad9f658
Fix typo
...
[SVN r26532]
2004-12-16 15:35:53 +00:00
Vladimir Prus
e27347e104
Fix stlport init example
...
[SVN r26397]
2004-12-02 07:37:09 +00:00
Vladimir Prus
0a4f7139d0
Fix example gcc initialization.
...
Patch from Daniel James.
[SVN r26342]
2004-11-29 07:29:19 +00:00
John Maddock
e06c8fc9de
Undone last eroneous commit.
...
[SVN r24399]
2004-08-11 09:51:16 +00:00
John Maddock
515776d29f
Updated Beman Dawes' licence statement to use the new prefered form of words.
...
[SVN r24370]
2004-08-10 10:34:20 +00:00
Vladimir Prus
0af58086dc
Comment out
...
using gcc ;
Seems it was uncommented by mistake.
[SVN r22984]
2004-05-31 13:26:29 +00:00
Vladimir Prus
29f34eb193
Remove 'link-incompatible' attribute from some feature, most notable
...
'toolset' and 'threading'. The reason is that current link-compatibility
check is way too simple minded and produces bogus warnings. For example,
linking MT library into single threaded application is OK. Likewise, some
toolsets are link-compatible.
We might need a better mechanism, but for now just make the feature
link-compatible. Useless warnings are much worse than failure to report
link-incompatibility in some cases.
[SVN r22949]
2004-05-27 07:39:17 +00:00
Vladimir Prus
038282d06f
Fix stlport initialization example.
...
[SVN r21838]
2004-01-20 09:27:59 +00:00
Vladimir Prus
57ff2ec65c
Comment out all 'using' calls in user-config.jam. User should not see
...
errors from tools he does not have, or even know about.
[SVN r19896]
2003-09-01 07:57:53 +00:00
Vladimir Prus
db0e5275e5
Add msvc and borland to default user-config.jam.
...
[SVN r18449]
2003-05-19 12:57:29 +00:00
Douglas Gregor
79bbadc0cf
boostbook.jam:
...
- Factor out XSLT processing rules
- Add "tests" rule to build testcases and Jamfiles
doxygen.jam:
- Use Doxygen as-is, without the monolithic XML file patch
xsltproc.jam:
- xsltproc XSLT toolset
user-config.jam:
- add "using xsltproc"
[SVN r18241]
2003-04-13 14:41:40 +00:00
Douglas Gregor
fd043b185b
Need to have at least "using boostbook ;" so that initialization is performed
...
[SVN r18014]
2003-03-19 19:19:59 +00:00
Douglas Gregor
56e18cfcc2
boostbook.jam:
...
- Added XML catalog support (finally!). The DocBook XSL stylesheet and DTD
directories can be specified via "using boostbook : xsl-dir : dtd-dir ; "
in any BBv2 configuration file, or via command line parameters/environment
variants DOCBOOK_XSL_DIR and DOCBOOK_DTD_DIR, respectively.
user-config.jam:
- Add "using boostbook" example
[SVN r17983]
2003-03-19 00:16:38 +00:00
Vladimir Prus
cb73a2284c
Add comments/configuration examples.
...
[SVN r17736]
2003-03-05 15:40:33 +00:00
Vladimir Prus
13289f7579
Added copyright
...
[SVN r17404]
2003-02-14 15:04:37 +00:00
Vladimir Prus
19c340230e
Load site-config/user-config. This closes issue 552870.
...
[SVN r14290]
2002-07-03 15:34:50 +00:00