2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
Vladimir Prus
25fafad9da Add missing dllexport.
[SVN r18355]
2003-05-08 08:53:39 +00:00
Vladimir Prus
3b69d3f2db Don't import compilers modules
[SVN r18303]
2003-04-24 12:04:25 +00:00
Vladimir Prus
814b4d6989 Fix mistaken commit
[SVN r18302]
2003-04-24 11:49:34 +00:00
Vladimir Prus
0cf454aa99 Fix mistaked commit
[SVN r18301]
2003-04-24 11:46:49 +00:00
Vladimir Prus
766a5f19ae Add a script for making distributions
[SVN r18300]
2003-04-24 11:35:40 +00:00
Rene Rivera
466741ab12 Example of using <version> feature.
[SVN r17654]
2003-02-26 06:26:08 +00:00
Björn Karlsson
ceed39ea29 Added copyright statement
[SVN r17224]
2003-02-05 09:33:54 +00:00
Vladimir Prus
a08c90bfe8 Kill tabs.
[SVN r17189]
2003-02-04 09:03:07 +00:00
Vladimir Prus
4f373315e9 Better window layout in QT/UI example.
[SVN r16985]
2003-01-22 06:00:19 +00:00
Vladimir Prus
dec0ea06dd Add QT/UI example, provided by Felix E. Klee.
[SVN r16969]
2003-01-21 07:16:58 +00:00
Vladimir Prus
d22a029a49 Rename ".qpp" to ".h".
[SVN r16960]
2003-01-20 10:45:35 +00:00
Vladimir Prus
660a759720 Added QT example.
[SVN r16916]
2003-01-16 12:51:02 +00:00
Vladimir Prus
99870e0c42 Cleanups.
[SVN r16891]
2003-01-13 16:14:59 +00:00
Vladimir Prus
4c14009b18 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
3a33e7909a Rename 'use-requirements' to 'usage-requirement', to avoid
confusion.


[SVN r16883]
2003-01-13 11:15:07 +00:00
Rene Rivera
4346e3c717 Example "symlink" targets.
[SVN r16333]
2002-11-20 00:45:24 +00:00
Vladimir Prus
245097e3c2 Added an example of library use.
[SVN r15971]
2002-10-23 14:03:17 +00:00
Vladimir Prus
9f16d88c6f Added 'hello, world' example.
[SVN r15896]
2002-10-11 11:49:35 +00:00
Rene Rivera
d6998ce0d7 TABS, EOLs+EOFs.
[SVN r15177]
2002-09-06 14:40:30 +00:00
Vladimir Prus
348fd8be34 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
da38c67930 Added an V2 example.
[SVN r14833]
2002-08-14 11:45:35 +00:00