2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-19 04:02:14 +00:00

163 Commits

Author SHA1 Message Date
Vladimir Prus
fe0cff9f85 Remove old file
[SVN r26854]
2005-01-26 08:23:03 +00:00
Vladimir Prus
8721b2f443 Use 'Jamroot' for the 'libraries' example. Fix the structure to match
the docs.


[SVN r26853]
2005-01-26 08:20:53 +00:00
Vladimir Prus
132b00a593 Use 'Jamroot' for the 'hello' example.
[SVN r26852]
2005-01-26 08:18:34 +00:00
Douglas Gregor
043a56c323 Remove BoostBook stuff
[SVN r26824]
2005-01-23 16:46:15 +00:00
Vladimir Prus
0a1190e42c Various 'stage' related improvements.
- Require @module.rule syntax for value of the <tag> feature.
- Don't support change of name in 'stage'.
- Cleanup in 'stage'.


[SVN r26782]
2005-01-21 15:03:08 +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
Vladimir Prus
288f6e4e7f Make the example compile
[SVN r25932]
2004-10-29 09:55:13 +00:00
Vladimir Prus
1cb8723481 Update the example
[SVN r25369]
2004-09-23 10:46:58 +00:00
Vladimir Prus
9f1825c104 BSL
[SVN r24843]
2004-09-01 06:37:24 +00:00
Vladimir Prus
3b0b49a6fc Write a new example to avoid lengthy "what is the license" and "how to
refer to the QPL" and "is it OK to have QPL example" discussions.


[SVN r24834]
2004-08-31 06:58:52 +00:00
Vladimir Prus
c14c9b8e6c BSL
[SVN r24749]
2004-08-26 11:19:23 +00:00
Vladimir Prus
57991517ba Add copyrights
[SVN r24748]
2004-08-26 11:14:57 +00:00
Vladimir Prus
82d9d4256b Add copyright
[SVN r24746]
2004-08-26 11:05:22 +00:00
Vladimir Prus
9363b3ac57 Removing uncessary "using borland".
[SVN r24652]
2004-08-23 06:59:59 +00:00
John Maddock
348fb7ab39 Converted files to the BSL.
[SVN r24614]
2004-08-20 11:10:24 +00:00
John Maddock
d066958ed0 Updated copyrights to reflect true author (see discussion on Jamboost list).
[SVN r24500]
2004-08-16 11:23:58 +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
5ea1bb900b Apply cleaner rules for toolset initialization.
* tools/common.jam (check-init-parameters): New rule.
* tools/gcc.jam (init): Make use of the above.
* kernel/errors.jam (user-error): New rule.


[SVN r23084]
2004-06-11 10:54:04 +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
ef0560eb68 Add new example.
[SVN r21665]
2004-01-13 09:57:55 +00:00
Rene Rivera
77862eab65 Replace license statement with Boost.License.
[SVN r20057]
2003-09-15 00:16:10 +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
5164c376ae Don't make symlinks. This example is used in docs and nothing is
said about symlinks there, so it can confuse users.


[SVN r19893]
2003-09-01 07:47:15 +00:00
Vladimir Prus
9bc1b97fad Make customization example for Windows friendly.
[SVN r18937]
2003-07-04 12:05:51 +00:00
Vladimir Prus
85527f10ad Add readme.
[SVN r18926]
2003-07-03 09:07:39 +00:00
Vladimir Prus
165e84f068 Add a new example.
[SVN r18925]
2003-07-03 08:57:32 +00:00
Vladimir Prus
f4abd7bd88 Unbreak qt-ui example: use hello_world_widget.h include, not hpp, since
UIC_H type has .h extension by default. With .hpp the examples worked
only if UIC_H extension was changed to .hpp in user-config.jam.


[SVN r18920]
2003-07-03 05:04:18 +00:00
Vladimir Prus
05ce8dc21d Add gettext example.
[SVN r18905]
2003-07-01 12:00:31 +00:00
Vladimir Prus
b5e3cc865e Update for recent changes.
[SVN r18803]
2003-06-16 12:54:05 +00:00
Vladimir Prus
7ffc4fc6d3 Accomodate layout changes.
[SVN r18584]
2003-05-28 11:33:07 +00:00
Vladimir Prus
db0e5275e5 Add msvc and borland to default user-config.jam.
[SVN r18449]
2003-05-19 12:57:29 +00:00
Vladimir Prus
04cfdbce7b Add missing dllexport.
[SVN r18355]
2003-05-08 08:53:39 +00:00
Vladimir Prus
69dfe160f1 Don't import compilers modules
[SVN r18303]
2003-04-24 12:04:25 +00:00
Vladimir Prus
7dbda0c6e7 Fix mistaken commit
[SVN r18302]
2003-04-24 11:49:34 +00:00
Vladimir Prus
1b963acf18 Fix mistaked commit
[SVN r18301]
2003-04-24 11:46:49 +00:00
Vladimir Prus
19e776cc6d Add a script for making distributions
[SVN r18300]
2003-04-24 11:35:40 +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
Rene Rivera
b8816b3072 Example of using <version> feature.
[SVN r17654]
2003-02-26 06:26:08 +00:00
Vladimir Prus
13289f7579 Added copyright
[SVN r17404]
2003-02-14 15:04:37 +00:00
Björn Karlsson
468b7d29e1 Added copyright statement
[SVN r17224]
2003-02-05 09:33:54 +00:00
Vladimir Prus
089bf366c3 Kill tabs.
[SVN r17189]
2003-02-04 09:03:07 +00:00
Vladimir Prus
df3d379352 Better window layout in QT/UI example.
[SVN r16985]
2003-01-22 06:00:19 +00:00