2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00
Files
build/new
Vladimir Prus c55ca9170f Work on BB14: allow target suffixes to depend
on build properties.

* new/builtin.jam
    Introduce "os" feature.

* new/gcc.jam
    Make object suffix "o" on all platforms.

* new/property.jam
    (property-map): New class.

* new/type.jam
    (.suffixes): Global propety-map instance, to
	keep properties->suffix mapping.
    (set-generated-target-suffix): New rule
    (generated-target-suffix): New argument
	'properties'.

* new/virtual-target.jam
    (abstract-file-target.actual-name): Pass
	properties to type.generated-target-suffix.

* test/project_test4.py
    Don't specify expected list of build properties,
    since it's not stable. Check head of error message
    only.


[SVN r16700]
2002-12-25 07:18:34 +00:00
..
2002-08-16 13:58:23 +00:00
2002-10-07 13:34:14 +00:00
2002-05-06 21:37:47 +00:00
2002-10-23 12:25:26 +00:00
2002-11-12 14:33:33 +00:00
2002-08-16 13:58:23 +00:00
2002-11-14 10:17:50 +00:00
2002-12-19 14:37:07 +00:00
2002-10-07 13:34:14 +00:00
2002-11-27 08:37:07 +00:00
2002-08-16 13:50:17 +00:00
2002-05-02 16:37:23 +00:00
2002-11-04 17:27:42 +00:00
2002-05-06 07:22:46 +00:00
2002-10-01 14:50:25 +00:00
2002-10-01 14:50:25 +00:00
2002-02-10 00:49:29 +00:00
2002-11-27 08:37:07 +00:00
2002-11-27 08:37:07 +00:00
2002-11-27 08:37:07 +00:00
2002-11-12 03:29:21 +00:00
2002-10-07 13:34:14 +00:00

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

  bjam --debug --build-system=test

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