2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00
Files
build/test
Jurko Gospodnetić b15f9a1a62 Made Boost Build clear its 'current project' reference after it is done with loading project modules. Any request for the 'current project' reference when there is no project module currently being loaded will now be treated as an error. Updated the related indirect_conditional.py internal Boost Build test case accordingly.
Additional implementation notes:
  - internal worker project.load-jamfile() rule now resets the current project when done
  - project.use() no longer needs to reset the current project since project.load-jamfile() does that now

[SVN r79874]
2012-08-05 15:12:58 +00:00
..
2011-12-07 17:45:52 +00:00
2012-06-15 19:13:27 +00:00
2012-07-22 08:17:32 +00:00
2007-12-25 09:25:25 +00:00
2010-08-02 17:30:46 +00:00
2010-08-02 20:24:50 +00:00
2011-12-07 17:45:52 +00:00
2011-12-07 17:45:52 +00:00
2010-10-30 14:32:50 +00:00

# Copyright 2002 Dave Abrahams
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)

  See test_system.html for detailed information on using the Boost Build test
system.