Daniel Lemire
9e868b3d1a
Preparing release
2022-11-23 10:51:27 -05:00
Daniel Lemire
dac641ee13
Preparing release
2022-11-15 12:07:56 -05:00
Daniel Lemire
6484c73696
Trimming out one eight-digit optimization.
2022-11-15 11:38:06 -05:00
Daniel Lemire
c7286b8ad1
Merge pull request #143 from OlivierLDff/floatfloat-install
...
🔨 Introduce FASTFLOAT_INSTALL to make install optional
2022-11-02 10:14:57 -04:00
Daniel Lemire
7396b0f8fa
Merge pull request #144 from OlivierLDff/cxx-standard
...
🔨 Don't write to global CMAKE_CXX_STANDARD
2022-11-02 10:14:25 -04:00
Olivier Le Doeuff
ab406c7c0b
🔨 add library ALIAS FastFloat::fast_float
...
This give same target name if library is found with find_package, or added via add_subdirectory
2022-09-26 11:56:07 +02:00
Olivier Le Doeuff
696f5299f0
🔨 Don't write to global CMAKE_CXX_STANDARD
...
Instead use modern target_compile_features with cxx_std_11
2022-09-26 11:55:45 +02:00
Olivier Le Doeuff
3c1190cd85
🔨 Introduce FASTFLOAT_INSTALL to make install optional
...
When using fast_float as a PRIVATE dependency, it is not required to install it.
This flag give user using fastfloat with add_subdirectory the opportunity to disable install target
Default behavior is conserved since FASTFLOAT_INSTALL is ON
2022-09-26 11:54:03 +02:00
Vitaly Zaitsev
5738f18952
Export CMake targets as architecture independent.
...
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
2022-03-05 16:05:28 +01:00
Vitaly Zaitsev
17bcdcef02
Fixed installation on other than Ubuntu GNU/Linux distributions.
...
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
2022-03-03 10:12:55 +01:00
Daniel Lemire
b7f9d6ca39
Version 3.4.0
2021-11-30 15:53:33 -05:00
Daniel Lemire
b9861e4190
Version 3.3
2021-10-19 14:45:19 -04:00
Daniel Lemire
d35f404a15
Version bump.
2021-09-20 09:55:14 -04:00
Daniel Lemire
af4e24a30f
Bump version.
2021-09-14 21:32:14 -04:00
Daniel Lemire
1b9150913e
Updating.
2021-09-13 22:04:26 -04:00
Daniel Lemire
f74d505615
Adding C++20 tests.
2021-09-03 17:57:44 -04:00
Daniel Lemire
f70b645436
Candidate release.
2021-08-03 09:22:40 -04:00
Daniel Lemire
9519835573
Cleaner flag setting.
2021-06-01 10:03:05 -04:00
Daniel Lemire
862082c468
Adding permissive- flag to VS builds.
2021-06-01 09:35:25 -04:00
Daniel Lemire
7d810e7086
Let us run the tests with C++11
2021-04-08 12:49:54 -04:00
Daniel Lemire
f02c605895
Bumping.
2021-03-17 09:19:32 -04:00
Daniel Lemire
bacf37f444
Bumping the version number.
2021-03-17 09:16:28 -04:00
Daniel Lemire
58b0d2dbeb
Bumping to to version 0.8.0.
2021-02-09 08:58:44 -05:00
Georg Schwab
0d33df55ba
Changed cmake module name to CamelCase
2021-02-09 10:14:01 +01:00
Georg Schwab
dfa304a698
Merge branch 'emg-schwab/cmake_install_targets' of https://github.com/georg-emg/fast_float into cmake_install_targets
2021-02-09 09:51:22 +01:00
Georg Schwab
f1681745e4
Added cmake install targets
2021-02-09 09:19:54 +01:00
Daniel Lemire
c9437a2694
Declaring FASTFLOAT_TEST options.
2021-01-27 21:33:11 -05:00
Daniel Lemire
36afa46f1e
Trying again.
2021-01-27 21:01:47 -05:00
Daniel Lemire
541e5feef1
Adding supplemental tests.
2021-01-27 19:57:00 -05:00
Daniel Lemire
3377facde2
Update CMakeLists.txt
2021-01-08 10:25:58 -05:00
Joao Paulo Magalhaes
8ba7d2e850
travis vs FetchContent_MakeAvailable(): give up on a recent cmake
...
... Avoid using the modern cmake function, and go back to an earlier
approach. The ppc64le travis images was not dealing well with the
attempt to hoist a modern cmake into it:
https://travis-ci.com/github/lemire/fast_float/jobs/444278392
2020-11-21 18:48:36 +00:00
Joao Paulo Magalhaes
33b64cf0d3
fix: FetchContent_MakeAvailable() was introduced only in cmake 3.14
2020-11-20 01:11:19 +00:00
Joao Paulo Magalhaes
2bc8dcc734
fix: jwlawson/actions-setup-cmake uses deprecated github commands
...
see https://github.com/lemire/fast_float/pull/36/checks?check_run_id=1409838155#step:3:13
2020-11-20 00:48:20 +00:00
Joao Paulo Magalhaes
3566d303f4
cmake: fetch content requires v3.11+
2020-11-20 00:48:20 +00:00
Daniel Lemire
88c26af10f
C++11. Duh.
2020-10-19 15:04:05 -04:00
Daniel Lemire
38fbe0c8e6
Tuning.
2020-10-19 14:41:10 -04:00
Daniel Lemire
dc7349eb91
Let us try with 3.9
2020-10-19 12:56:53 -04:00
Daniel Lemire
1701be0224
First commit
2020-10-19 12:38:13 -04:00