2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00
Files
build/new
Vladimir Prus 1c8db11b60 Dependency scanning implementation.
* jam_src/builtins.c: New builtin SEARCH_FOR_TARGET.

    * jam_src/rules.c
         (bind_explicitly_located_targets): New function.
         (search_for_target): New function.

    * jam_src/make.c (make): Call 'bind_explicitly_located_targets()'
        immediately on entering.

    * jam_src/search.c (call_bind_rule): No longer 'static'.

    * new/builtin.jam (c-scanner.process): Real implementation.

    * test/dependency_test.py: Really test for dependencies.


[SVN r15646]
2002-10-02 11:56:32 +00:00
..
2002-08-16 13:58:23 +00:00
2002-05-06 21:37:47 +00:00
2002-05-06 18:14:59 +00:00
2002-08-16 13:58:23 +00:00
2002-09-15 20:08:03 +00:00
2002-08-16 13:50:17 +00:00
2002-09-13 01:50:09 +00:00
2002-08-16 14:13:15 +00:00
2002-08-16 13:50:17 +00:00
2002-05-02 16:37:23 +00:00
2002-10-01 14:50:25 +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-04-07 00:18:37 +00:00
2002-08-09 11:43:47 +00:00
2002-08-16 13:58:23 +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