2
0
mirror of https://github.com/boostorg/nowide.git synced 2026-01-19 16:32:12 +00:00

14 Commits

Author SHA1 Message Date
Alexander Grund
a0327e0b74 Update license headers
Use the more concise format omitting the reference to the license file
and refer to the URL only.
2022-07-13 12:35:54 +02:00
Alexander Grund
a4f3cb816d Generate standalone config.hpp from regular config.hpp
To avoid that the standalong config.hpp becomes outdated, missing
defines etc., the standalone/config.hpp is repurposed as a replacement
for <boost/config.hpp> and basically pasted where that would be included
in the nowide/config.hpp.
Fixes the missing define as reported in #152.
2022-03-26 17:44:38 +01:00
Alexander Grund
b88a6d599e Compile and run test_traits only once
Combine the with and without Boost.Filesystem cases into 1 test
2022-03-18 11:22:19 +01:00
Alexander Grund
7afb29776f Use Boost.CI for testing on GHA 2021-11-27 16:06:48 +01:00
Alexander Grund
0653d36da3 Fix standalone creation 2021-03-21 11:41:47 +01:00
Alexander Grund
8a9685651f Fix standalone creation 2021-03-21 10:26:10 +01:00
Alexander Grund
2eb5a9503c Copy config folder into standalone 2020-09-28 15:11:15 +02:00
Alexander Grund
080c0bb80d Remove Config.cmake.in on standalone (not required) 2020-05-30 12:38:33 +02:00
Alexander Grund
20385d4a3c Fix name of license file 2020-05-22 12:20:11 +02:00
Alexander Grund
fc5da4b239 Move to C++11 as the minimum dropping boost dependencies 2020-05-22 12:20:03 +02:00
Alexander Grund
9d6ed491ec Add missing Config.cmake.in and README to standalone 2020-05-13 13:21:05 +02:00
Alexander Grund
aef150a638 Use Boost_ prefix for configurable options 2020-03-29 21:26:47 +02:00
Alexander Grund
b1e58e6d0c Improve create_standalone.sh
Add LICENSE
Fix boost::filesystem integration
2020-03-15 22:43:39 +01:00
Alexander Grund
7054b4b2a6 Allow building as standalone (No Boost references at all)
Update conversion script
Fix references in Code
Add tests
2020-03-15 18:44:21 +01:00