2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00
Files
build/src/tools
Vladimir Prus 2ce8b7a51f Miscellaneous improvements from Aaron Boman.
feature.py:

Use the feature's name in the error output. This helps in understanding the
error message.

project.py:

The original looked like the result of a bad merge as the return value was the
exact same as the return within the try...except block. The try...except
produces a better error message upon failure.

property_set.py:

The string module is unused.

virtual_target.py:

ARM's ar.exe would fail when passed a path to the -via file that had both
POSIX and Windows path separators. Normalizing the path on the target solved
the problem.

common.py:

The requirement parameter in check_init_parameters should be a container. The
original Jam signature marks it as a list with zero or more items. These
changes convert the requirement parameter to using only a container.

msvc.py:

The call to to_seq asserts that command is always some container. So, extend()
should always be used.

tools/rc.py:

Old style exceptions aren't allowed (at least in Python 2.7). This change just
uses the existing AlreadyDefined exception.

testing.py:

loaded_tool_module_path_ is empty upon initial import. Using the __file__
variable instead will always work (provided the import system doesn't change).
2014-10-07 11:24:20 +04:00
..
2014-10-07 11:17:36 +04:00
2010-05-26 03:39:15 +00:00
2009-07-27 08:52:41 +00:00
2009-07-11 14:24:26 +00:00
2013-05-30 08:28:42 +00:00
2010-07-29 12:00:53 +00:00
2009-06-04 06:14:55 +00:00
2009-07-27 08:52:41 +00:00
2006-04-24 14:09:51 +00:00
2010-01-27 20:49:56 +00:00
2013-06-07 01:04:48 +00:00
2013-06-07 01:04:48 +00:00
2014-02-06 14:54:40 -08:00
2005-12-05 15:07:53 +00:00
2012-10-13 21:58:54 +00:00
2010-08-09 20:54:29 +00:00
2014-05-16 21:29:39 -06:00
2014-08-25 22:14:11 +04:00
2010-08-18 07:19:32 +00:00
2008-01-06 20:37:55 +00:00
2011-11-08 09:06:53 +00:00
2014-09-01 23:29:37 +02:00
2013-01-21 08:06:40 +00:00
2012-12-03 08:28:09 +00:00
2014-10-06 12:37:46 -05:00
2009-06-08 22:16:47 +00:00
2010-08-06 10:52:45 +00:00
2014-06-17 09:56:38 +04:00
2014-10-06 12:38:42 -05:00
2009-11-24 11:48:06 +00:00