55 Commits

Author SHA1 Message Date
Daniel Lemire
d7417618f9 patch release 2024-07-23 10:29:14 -04:00
Daniel Lemire
0460ab8bd6 preparing patch release 2024-07-22 09:56:25 -04:00
Daniel Lemire
f476bc713f patch 2024-03-17 09:41:36 -04:00
Carlos Aznarán
131b1f9768
Use version 6.1.0 instead 6.0.0 2024-03-08 08:46:50 -05:00
Daniel Lemire
4dcbd30d3f More robust tests for C++23 2024-01-28 15:00:27 -05:00
Daniel Lemire
f3ff46fd40 version bump 2023-12-14 17:56:17 -05:00
Daniel Lemire
c8b8321fd4 bumping version 2023-11-13 10:44:24 -05:00
Daniel Lemire
b1636bad07 Bumping version. 2023-06-09 10:43:36 -04:00
Daniel Lemire
1aba54bac2 Fixing version regression. 2023-04-26 19:46:06 -04:00
Daniel Lemire
927eb9bcd2 Merge branch 'main' of https://github.com/Pharago/fast_float into other_chars 2023-04-26 16:40:09 -04:00
Daniel Lemire
fbd5bd712e Bumping version 2023-03-30 18:37:48 -04:00
Daniel Lemire
fde0116d4d New version. 2023-03-27 13:53:18 -04:00
Daniel Lemire
6a3fabc342 Preparing release 2023-03-06 21:02:19 -05:00
Daniel Lemire
3fd4c1b507 Bumping the version. 2023-02-06 17:41:15 -05:00
Daniel Lemire
7a6fe5ee79 Bumping the version. 2023-01-19 20:54:23 -05:00
Daniel Lemire
34d443d6fc Bumping version. 2023-01-18 18:27:19 -05:00
Daniel Lemire
08c47edf57 Preparing release 2022-11-25 22:22:14 -05:00
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