Commit Graph

257 Commits

Author SHA1 Message Date
5c42d8fa3b Added library.json for platformio 2020-09-22 16:07:07 +02:00
0dfc7b4e41 Use add_library for subdirectory usage instead of add_executable 2019-11-11 10:56:36 +00:00
8177b93e7f Fix Travis for C++17 Clang builds 2019-10-25 14:40:28 +01:00
352b529889 Merge pull request #36 from slurps-mad-rips/cmake-revamp
Revamp CMake files to be more understandable and correct
2019-10-25 14:37:01 +01:00
e165e3554c Merge pull request #35 from IDragnev/fix_readme
Fix mistakes in README.md
2019-09-21 21:34:15 +01:00
c325c63b17 fixup! fixup! 🎨 Cleanup include path for catch2 2019-09-17 10:18:56 -07:00
dcebd5897f fixup! 🎨 Cleanup include path for catch2 2019-09-17 10:14:58 -07:00
54f7f970bf 🎨 Cleanup include path for catch2
 Add basic .deb generation support
WiX and RPM support is still needed for verification

⬆️ Upgrade minimum CMake version to 3.14
⬆️ Upgrade Catch to Catch v2.9.2
📌 Pin Catch to v2.9.1

👷 Update .travis.yml build matrix
👷 Update .appveyor build script

 Update tests to be separated by file
2019-09-17 09:59:36 -07:00
2673f3f9b3 Fix mistakes in README.md 2019-09-16 19:56:05 +03:00
83a0b49e5e Merge pull request #34 from denizevrenci/fix_emplace_on_ref
Fix implementation of optional<T&>::emplace()
2019-07-08 13:28:30 +01:00
ce266d5280 Add test 2019-07-08 20:07:06 +09:00
b074bee409 Fix implementation of optional<T&>::emplace() 2019-07-08 20:07:06 +09:00
084a9001f4 Add missing noexcept specifications to methods of optional<T&> 2019-07-08 20:07:06 +09:00
5c4876059c Update header v1.0.0 2019-06-25 12:38:17 +01:00
71a8031dd2 Fix swap include path 2019-06-25 11:51:38 +01:00
a2650823a0 Merge pull request #27 from TartanLlama/cmake_love
Do CMake properly
2019-06-25 11:18:19 +01:00
aef62df93e Merge branch 'master' into cmake_love 2019-06-25 11:17:40 +01:00
359499d904 Use Xenial repos 2019-06-25 10:52:08 +01:00
9839b761e0 Tidy traits 2019-06-25 10:47:46 +01:00
d613d3422d Merge pull request #28 from glynos/swap_has_value_fix
Added tests for bug when swapping value/null-value and null-value value
2019-06-25 10:27:55 +01:00
3cfcb3ff2d Use Xenial on Travis instead of Trusty 2019-06-25 10:07:25 +01:00
d7356bb01c Use FetchContent 2019-06-25 09:47:19 +01:00
8fbb0262a1 Added tests for bug when swapping value/null-value and null-value value 2019-05-31 21:22:29 +02:00
6ce85550f3 Do CMake properly 2019-05-01 13:23:30 +01:00
53697d4a36 Make take always move
Fixes #23
2019-05-01 09:40:47 +01:00
c3752db7e8 Remove in-source docs 2019-05-01 09:39:50 +01:00
4b22ab1ba6 Add transform tests 2019-05-01 09:39:41 +01:00
06032ebdae Add transform 2019-05-01 09:19:31 +01:00
2d42ed8304 Update README.md 2019-04-30 11:59:11 +01:00
b8f4ca1169 Update README.md 2019-04-30 11:58:50 +01:00
0aa68c8d47 Merge pull request #25 from TartanLlama/swappable
Remove old docs
2019-04-30 11:56:50 +01:00
fada9fae5f Merge branch 'master' into swappable 2019-04-29 16:59:35 +01:00
8be5c63925 Remove old docs 2019-04-29 16:58:30 +01:00
7de669d9c7 Update README.md 2019-04-29 14:58:31 +01:00
f632a98e84 Merge pull request #24 from TartanLlama/swappable
Swappable
2019-04-26 13:45:14 +01:00
9399c30330 Correct MSC_VER check 2019-02-19 14:58:36 +00:00
d2c6fa68c7 Move is_swappable implementation, correct MSC_VER check 2019-02-19 14:58:09 +00:00
dff20e9c9f Merge pull request #22 from ThePhD/patch-1
[ constructors ] prevent empty optional access
2019-02-19 11:00:02 +00:00
7ef0154330 Use correct is_swappable implementation for VS2017+ 2019-02-19 10:57:43 +00:00
4304148904 Turn docs off by default
Fixes #20
2019-02-19 09:51:23 +00:00
1de2f2a49c [ constructors ] prevent empty optional access
optional types being taken in were forwarding their values without checking, resulting in segfaults on optional<U> -> optional<T> conversions. This fixes those problems in the constructors.
2019-02-13 09:00:07 -05:00
5d3d6c399a Add email address
Fixes #18
2019-02-11 11:38:24 +00:00
1baad184f0 Merge pull request #17 from johvik/patch-1
Return value() in noexcept emplace
2019-01-23 08:45:04 +00:00
c194f73a07 Return value() in noexcept emplace 2019-01-23 08:38:31 +01:00
47b120fd53 Merge pull request #16 from DecoyRS/patch-1
Misaligned template specifiers
2018-11-23 08:35:39 +00:00
99b2a15863 Misaligned template specifiers
Tried to compile with CLion + CLang + WSL, got error pointing to this place. Looks like a copy-paste error )
2018-11-22 22:49:33 +03:00
dc02563d7b Update version v0.5 2018-11-09 15:34:16 +00:00
3449fbc904 Fix #15 2018-10-12 13:34:03 +01:00
b53059c63d Fix macro issue 2018-09-06 09:34:05 +01:00
25f8f28a9a Workaround MSVC2015 bug 2018-09-03 14:55:54 +01:00