Commit Graph
173 Commits
Author SHA1 Message Date
Simon Brand 94b7563fdf Merge branch 'master' of github.com:TartanLlama/optional 2018-04-11 15:53:11 +01:00
Simon Brand d8973a6524 Fix #8 2018-04-11 15:53:01 +01:00
Simon Brand ac8134265c Merge pull request #6 from basiliscos/add-return
Add return
2018-03-19 08:13:38 +00:00
Ivan Baidakou 10e687e188 Add return 2018-03-09 22:46:02 +03:00
Simon Brand 74a422b824 Rename map_impl 2018-03-05 11:04:09 +00:00
Simon Brand dccbc0b23e C++11 fixes 2018-02-23 09:34:05 +00:00
Simon Brand 27b2163d10 Merge branch 'reference' 2018-02-23 09:25:42 +00:00
Simon Brand 3452cc1c8c Fix macro 2018-02-23 09:23:53 +00:00
Simon Brand 2ab4f77498 Test C++11 mode 2018-02-23 09:17:53 +00:00
Simon Brand cb52a3b744 Remove rvalue observers for optional<T&> 2018-02-11 09:52:19 +00:00
Simon Brand d7ec1da407 Fix map for reference types 2018-02-11 09:40:01 +00:00
Simon Brand 4bde006cb5 Fix map for reference types 2018-02-11 09:32:35 +00:00
Simon Brand 14cfd77197 Rename type trait macros 2018-01-14 07:38:34 +00:00
Simon Brand 57d659daf5 Merge pull request #3 from TartanLlama/reference
Support optional references
v0.4
2017-12-18 10:56:40 +00:00
Simon Brand 883df6b427 Publish docs 2017-12-18 10:55:36 +00:00
Simon Brand f621ca663e Standardese 2017-12-18 10:55:12 +00:00
Simon Brand 8b408f5fd6 More docs 2017-12-18 10:51:48 +00:00
Simon Brand 632bc4e1ad Update readme 2017-12-18 10:21:46 +00:00
Simon Brand 717027db9b More tests 2017-12-18 10:10:11 +00:00
Simon Brand 8c3f042b12 More tests 2017-12-18 09:56:36 +00:00
Simon Brand c4e3b3ee14 Get references compiling, initial tests 2017-12-14 14:53:35 +00:00
Simon Brand bdaa41ce8c Initial support for references 2017-12-13 16:03:01 +00:00
Simon Brand e589ae4321 Add static asserts 2017-12-13 11:34:33 +00:00
Simon Brand 6c73b8113f Bases fix 2017-12-13 09:13:05 +00:00
Simon Brand 32656c4556 Fix CMake 2017-12-05 19:53:49 +00:00
Simon Brand b3dc6d1a52 Put header in 'tl' folder 2017-12-05 19:51:42 +00:00
Simon Brand 247677394f Support mapping functions which return references 2017-12-05 19:51:20 +00:00
Simon Brand 5a3f094ec7 Update docs v0.3 2017-11-27 15:12:44 +00:00
Simon Brand 26c00afe27 Fix bases test 2017-11-27 15:08:34 +00:00
Simon Brand 4308924a38 Fix GCC issues 2017-11-27 14:51:32 +00:00
Simon Brand 6c4178a947 More testing 2017-11-27 14:36:59 +00:00
Simon Brand c67aaff948 Update mutexes 2017-11-27 12:24:47 +00:00
Simon Brand b9486ce776 Clang format, support cohabitation with tl::expected 2017-11-16 11:17:26 +00:00
Simon Brand a1d27b2aba Merge branch 'master' of github.com:TartanLlama/monadic-optional-new 2017-11-06 08:51:46 +00:00
Simon Brand d9ce8cf5c5 Update readme 2017-11-06 08:51:33 +00:00
Simon Brand e62348c128 More testing 2017-11-05 20:31:18 +00:00
Simon Brand 39030e6a00 Fix ifdef 2017-11-03 14:29:35 +00:00
Simon Brand 4d5f9bd785 Fix ifdef 2017-11-03 14:29:21 +00:00
Simon Brand f6802daada Clang format 2017-11-03 14:29:02 +00:00
Simon Brand 59cf950873 Upgrade to Catch 2 2017-11-03 14:19:44 +00:00
Simon Brand e4e32ea56d Fix assignment chaining 2017-11-02 08:35:04 +00:00
Simon Brand 18a2500d55 Update doc markdown v0.2 2017-11-01 20:28:07 +00:00
Simon Brand fe07dfaabb More docs 2017-11-01 20:27:45 +00:00
Simon Brand 97cdb4e046 Update docs 2017-11-01 20:24:11 +00:00
Simon Brand 35c7af0b67 Remove some hard resets 2017-11-01 20:06:03 +00:00
Simon Brand 6e9eadc2bd Fix clang 2017-11-01 20:01:46 +00:00
Simon Brand 08550f0959 Clean up code 2017-11-01 19:54:18 +00:00
Simon Brand 0bb694cce8 Fix GCC4.9 2017-11-01 19:46:46 +00:00
Simon Brand adca4b597b Fix noexcept 2017-11-01 19:03:45 +00:00
Simon Brand 8e7ed1d83c Merge branch 'master' of github.com:TartanLlama/monadic-optional-new 2017-11-01 15:44:08 +00:00