Files
boost-ci/ci
Alexander Grund 42c162c87e Handle multiple entries in B2_DEFINES
As pointed out by @sdarwin multiple values in `B2_DEFINES` led to a failing build as the scripts only supported a single value for the "new" var usages.
This is a regression from the old usage where `B2_DEFINES: define=FOO=1 define=BAR=2` could be used.
This is now fixed by a small parser function which generates multiple `define=*` entries and additionally now also supports spaces in the define values.
Same is done for `B2_INCLUDE` which has the same issue.

Also includes the change to the CI script from #177 and an additional test in test.cpp to verify that this works.
2022-08-12 19:36:20 +02:00
..
2022-05-19 12:04:14 +02:00
2021-11-18 12:41:04 +01:00
2022-06-23 16:37:01 +02:00
2022-05-06 11:35:06 +02:00
2022-03-03 18:16:29 +01:00
2022-02-09 07:49:31 -05:00
2021-11-22 16:59:34 +01:00