Shauren
b6f1f8405f
Core/Misc: Added regex compatibility layer to fall back to boost::regex for really old compiler
2016-12-10 19:11:10 +01:00
Shauren
943496e56b
Dep: Remove boost regex dependency and replace its uses with std regex (works since gcc 4.9)
2016-07-28 08:48:48 +02:00
Vincent-Michael
fe61770036
Build: Updated boost required to 1.55
2016-05-14 21:19:22 +02:00
Naios
a8ce2b68eb
CMake: Fix a misbehaviour of the boost no scoped enums test
...
* Sometimes added the definition in MSVC although the test
passed which lead MSVC to rebuild the whole solution
even on a CMAKE_INSTALL_PREFIX change.
2016-04-11 21:13:05 +02:00
Naios
b0ac332d58
CMake: Provide proper interface targets from dependencies
...
* to make use of cmakes inherited link dependencies which
imports all include directories/ definitions from the link library
(cherry picked from commit 1a572d2425 )
2016-03-19 23:19:50 +01:00