2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-18 01:52:17 +00:00
Files
build/new
Vladimir Prus 192311cd7d Modification of project handling and fixes.
* os.path.jam (basename, pwd, glob): New rules. Changed naming convention
        for many other rules.
    * project-root.jam: Use os.path everywhere.
    * project.jam: Don't convert project paths to absolute paths. Use os.path.
    * build-system.jam: Don't use absolute name when loading jamfile.


[SVN r13634]
2002-05-03 09:40:26 +00:00
..
2002-03-28 04:55:25 +00:00
2002-04-30 16:34:26 +00:00
2002-04-01 15:04:25 +00:00
2002-04-01 15:59:03 +00:00
2002-05-02 16:37:23 +00:00
2002-02-10 00:49:29 +00:00
2002-05-02 16:38:27 +00:00
2002-04-01 15:04:25 +00:00
2002-04-08 17:42:22 +00:00
2002-02-10 00:49:29 +00:00
2002-04-07 00:18:37 +00:00
2002-04-30 16:45:58 +00:00
2002-04-01 15:04:25 +00:00

Development code for new build system. To run unit tests for jam code, execute:

  bjam --debug -ftest.jam

Comprehensive tests require Python. See ../test/readme.txt