2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00
Files
build/test
Nikita Kniazev 943a28a8ba Fix pch path conflict on GCC (#563)
* Follow-up to removed restriction of pch naming on GCC

* Fix pch path conflict on GCC

gcc-pch-generator rewrites target name to a value derived from a header name
and this cases path conflict if multiple pch are created from the same header.

hello.cpp is duplicated in the test for the same reason but for `exe` target --
`exe hello-afx : hello.cpp ;` uses `hello.o` for object file name.
2020-04-03 20:27:41 -05:00
..
2020-03-09 11:08:48 -05:00
2018-10-18 22:51:13 -05:00
2011-12-07 17:45:52 +00:00
2019-04-01 13:55:07 -06:00
2014-06-13 19:19:38 +02:00
2019-03-31 15:58:20 -05:00
2015-09-17 10:24:07 +03:00
2017-03-30 13:24:09 -06:00
2019-03-31 15:37:03 -05:00
2018-01-13 09:13:49 -07:00
2018-01-13 09:13:49 -07:00
2019-03-31 15:37:03 -05:00
2018-01-15 20:24:57 +01:00
2013-05-25 15:54:54 +00:00
2018-01-15 20:10:05 +01:00
2019-03-31 15:37:03 -05:00
2019-03-31 15:37:03 -05:00
2019-03-31 15:37:03 -05:00
2020-04-03 20:27:41 -05:00
2015-09-17 10:24:07 +03:00
2018-01-13 09:13:49 -07:00
2015-09-17 10:24:07 +03:00
2015-09-17 10:24:07 +03:00
2007-12-25 09:25:25 +00:00
2018-01-13 09:13:49 -07:00
2018-10-18 22:51:13 -05:00
2018-01-13 09:13:49 -07:00
2018-01-13 09:13:49 -07:00
2018-01-13 09:13:49 -07:00
2019-03-31 15:37:03 -05:00
2018-01-13 09:13:49 -07:00
2020-03-09 11:08:48 -05:00
2015-09-17 10:24:07 +03:00
2020-03-09 11:08:48 -05:00
2017-12-29 12:32:58 -07:00
2017-12-30 10:53:03 -07:00
2019-03-31 15:37:03 -05: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.