273 Commits

Author SHA1 Message Date
3a1209de83 Bump version v1.1.0 2023-02-24 09:22:54 +00:00
f34e20b228 Merge pull request #53 from Tindarid/master
Remove `noexcept` specifier for `construct()`
2023-02-24 09:21:00 +00:00
ee3326fac7 Fix #55 2023-02-24 09:18:20 +00:00
e2fe42d835 Merge pull request #42 from Yuri12358/master
Fixed some &&-qualified methods for optional<MoveOnly> case
2023-02-24 09:16:04 +00:00
ae9b261175 Delete .gitmodules 2023-02-24 09:11:40 +00:00
5d3e7d20d4 Remove noexcept specifier for construct() 2021-10-12 18:17:45 +03:00
bbee1ad262 Add test for emplace() 2021-10-12 18:17:35 +03:00
c28fcf74d2 Merge pull request #45 from ElDesalmado/master
Added explicit default initialization in copy constructor
2021-05-02 13:44:24 +01:00
f8f7c49534 added .idea from CLion to gitignore 2021-03-30 11:29:31 +05:00
433984a572 changed delegated constructor to base class constructor in optional_copy_base 2021-03-30 11:28:25 +05:00
b71e8fd5cd added explicit initialization in the copy constructor due to occurring warning. reversed autoformatting 2021-03-29 15:51:01 +05:00
1ea3ee1bfb added explicit initialization in the copy constructor due to occurring warning 2021-03-29 15:49:30 +05:00
e28828efa0 Update optional.hpp 2021-03-25 14:10:30 +00:00
e2d87e32fc Update README.md 2021-03-25 11:03:44 +00:00
8eb0cd0a92 Update README.md 2021-03-25 11:02:15 +00:00
d3d37ec927 fixed build 2020-08-15 23:37:43 +03:00
91a52123d1 fixed some &&-qualified methods for optional<MoveOnly> case 2020-08-15 21:56:09 +03: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