2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00
Files
build/test
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-05-16 00:56:42 +00:00
2001-10-02 12:24:53 +00:00
2002-05-09 14:24:57 +00:00
2001-10-02 12:24:53 +00:00
2002-05-03 12:35:41 +00:00
2002-10-01 14:55:52 +00:00
2002-03-27 22:23:30 +00:00
2001-10-02 12:24:53 +00:00
2001-09-10 02:53:41 +00:00
2001-09-10 02:40:57 +00:00
2001-09-10 02:53:41 +00:00
2002-04-07 00:22:45 +00:00
2002-05-06 18:54:24 +00:00
2002-04-12 07:26:10 +00:00
2002-04-18 08:35:27 +00:00
2002-07-10 07:31:24 +00:00

Comprehensive tests for Boost.Build v2; requires Python. To test, execute:

    python test_all.py