Commit Graph

151 Commits

Author SHA1 Message Date
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
Vladimir Prus
bdcd91b76d Add QT/UI example, provided by Felix E. Klee.
[SVN r16969]
2003-01-21 07:16:58 +00:00
Vladimir Prus
0bc0acbdf9 Rename ".qpp" to ".h".
[SVN r16960]
2003-01-20 10:45:35 +00:00
Vladimir Prus
ba590951b9 Added QT example.
[SVN r16916]
2003-01-16 12:51:02 +00:00
Vladimir Prus
a0c0de7a8f Cleanups.
[SVN r16891]
2003-01-13 16:14:59 +00:00
Vladimir Prus
2782e9b785 Fix/improve the symlink rule.
* new/path.jam
    (make-NT, make-UNIX): Convert empty path into "."

* new/project.jam
    (path-relative-to-project-location): New rule.

* new/stage.jam
    (stage-target-class.construct): Use the above rule.

* new/symlink.jam
    (symlink-targets.construct): Call 'set-path' on created
    virtual targets.
    (ln): Attempts at better handling creating symlinks in
    directories.

* new/virtual-target.jam
    (abstract-file-target.actual-name): If explicit path was
    given, include it in grist.

* test/symlink.py: New test.

* test/test_all.py
    Run new test.


[SVN r16889]
2003-01-13 16:09:43 +00:00
Vladimir Prus
53c60e6a4e Rename 'use-requirements' to 'usage-requirement', to avoid
confusion.


[SVN r16883]
2003-01-13 11:15:07 +00:00
Rene Rivera
329c735229 Example "symlink" targets.
[SVN r16333]
2002-11-20 00:45:24 +00:00
Vladimir Prus
77e4f3a793 Added an example of library use.
[SVN r15971]
2002-10-23 14:03:17 +00:00
Vladimir Prus
8222a10699 Added 'hello, world' example.
[SVN r15896]
2002-10-11 11:49:35 +00:00
Rene Rivera
127dce071b TABS, EOLs+EOFs.
[SVN r15177]
2002-09-06 14:40:30 +00:00
Vladimir Prus
3ea6e58550 Allow loading modules in the same directory to work in all cases.
* new/modules.jam (import) Use the directory of the calling module
        as additional search path element.
    * examples-v2/make/project-root.jam: Remove workaround.


[SVN r14879]
2002-08-15 07:11:29 +00:00
Vladimir Prus
1484ad7ec4 Added an V2 example.
[SVN r14833]
2002-08-14 11:45:35 +00:00
Vladimir Prus
19c340230e Load site-config/user-config. This closes issue 552870.
[SVN r14290]
2002-07-03 15:34:50 +00:00