Commit Graph

2221 Commits

Author SHA1 Message Date
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
58a0abf726
Latest standardese 2018-01-15 09:09:54 +00:00
Jenkins nedprod CI
a5a3e179a4 Merged from develop branch as CDash reports all green 2018-01-15 00:05:37 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
076cdf85ad
Fix issue #96 whereby the SFINAE on the iostream operators wasn't working right on libstdc++ 2018-01-14 02:44:32 +00:00
Jenkins nedprod CI
551b1df5c6 Merged from develop branch as CDash reports all green 2018-01-13 00:00:19 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
823f933870
Fix reference docs for all_narrow policy (issue #81) 2018-01-12 09:19:51 +00:00
Andrzej Krzemieński
a1bf09afce
docs: typeo fix 2018-01-12 08:39:30 +01:00
Jenkins nedprod CI
d7d68ffa06 Merged from develop branch as CDash reports all green 2018-01-12 00:00:22 +00:00
Andrzej Krzemienski
c906272c63 doc: added rationale for having both result and outcome 2018-01-11 20:27:11 +01:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
256bcf2094
Fix docs code snippets build regression 2018-01-11 09:52:57 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
c3459a7a28
Fix regression where comparisons to failure_type was aborting the process. 2018-01-11 09:38:52 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
3e0b8ca28f
Made operator<< and operator>> SFINAEd on whether underlying types provide said operation. 2018-01-11 09:30:27 +00:00
Jenkins nedprod CI
afd159cb42 Merged from develop branch as CDash reports all green 2018-01-11 00:00:27 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
1b054d71a3
Tell standardese about all the detail files too (issue #94) 2018-01-10 19:18:43 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
9b39b9894a
Serialisation of results containing error_code no longer permitted (issue #84) 2018-01-10 19:02:14 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
286f98daf5
Remove the proposed WG21 result reference implementation 2018-01-10 18:51:28 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
c06d86b586
Latest trunk standardese 2018-01-10 18:45:56 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
62ab35a6b4
Purge the deduced template editions of success/failure sugar types, and eliminate remaining API compatibility with them (issue #93) 2018-01-10 09:54:34 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
d8c72ccb0e
Fix issue #95 (operator conversions on E type cause TRY to fail) 2018-01-10 09:24:42 +00:00
Jenkins nedprod CI
baf3f51162 Merged from develop branch as CDash reports all green 2018-01-10 00:00:19 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
ff1eb6355f
Added Meeting C++ video 2018-01-09 23:01:18 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
c1aec03d7a
Fix issue #88 (template parameters don't follow the same style) 2018-01-09 19:04:55 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
c62d4077fe
Rewrote outcome's class reference description entirely, the old one was utterly stale beyond belief (issue #81) 2018-01-09 09:49:49 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
be90652520
Removed no_value_type, no_error_type and no_exception_type (issue #81) 2018-01-09 09:18:07 +00:00
Jenkins nedprod CI
c8a8c2dc49 Merged from develop branch as CDash reports all green 2018-01-09 00:00:46 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
7fb6645aa3
Fix issue #84 (Document (de)serialization of result) 2018-01-08 19:19:55 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
3d0a4ad58a
Fix all appearances of enable_if in docs (issue #76) 2018-01-08 18:56:55 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
3453e1af4e
Tell Standardese to stop outputting noexcept expressions (issue #81). Still have yet to manually document \throws on all APIs. 2018-01-08 09:43:33 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
6f46045b95
Fix appearance of internal macros in docs as mentioned in #82 and #81 2018-01-08 09:38:43 +00:00
Jenkins nedprod CI
68a4257957 Merged from develop branch as CDash reports all green 2018-01-05 00:00:18 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
050da6facb
Fix issue #74 (extern usage in error_code_registration.cpp is not clear enough). Thanks to @Talkless for reporting this. 2018-01-04 14:41:53 +00:00
Jenkins nedprod CI
b41b08c23f Merged from develop branch as CDash reports all green 2017-12-16 00:00:19 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
9153044e1e
Cleared out attic and legacy docs 2017-12-15 09:25:30 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
24d1abb9cf
Fixed many broken links in the reference docs 2017-12-15 09:21:45 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
53a139baeb
latest standardese 2017-12-15 08:59:56 +00:00
Jenkins nedprod CI
1816ff10ce Merged from develop branch as CDash reports all green 2017-12-15 00:00:18 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
dc107a803a
Got the C API exposed in the reference docs 2017-12-14 18:57:08 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
aa42e3db58
Updated tutorial to link into new outcome reference api docs 2017-12-14 09:20:26 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
37b2dd1dd6
Woohoo Standardese can now parse outcome.hpp! 2017-12-14 09:08:06 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
e624ab4541
upd 2017-12-14 08:14:38 +00:00
Jenkins nedprod CI
683183c140 Merged from develop branch as CDash reports all green 2017-12-14 00:00:17 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
71fc426e08
Fix bad travis file 2017-12-13 19:06:25 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
f9d47a836f
Add google slug to docs website 2017-12-13 18:41:39 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
1eb4c7e907
Finished linking up the tutorial to the API reference. 2017-12-13 09:28:03 +00:00
Jenkins nedprod CI
7676470e49 Merged from develop branch as CDash reports all green 2017-12-13 00:00:22 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
aaf096e630
More linking to reference docs 2017-12-12 23:11:22 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2470fc6eb7
Started tagging the tutorial and adding reference linking 2017-12-12 10:02:44 +00:00
Jenkins nedprod CI
31bb6250c1 Merged from develop branch as CDash reports all green 2017-12-12 00:00:38 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
521ccdde98
Many documentation fixes and clarifications. 2017-12-11 19:22:08 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
11ff0b71a3
upd 2017-12-11 09:54:11 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
7f0b5cde00
Did a run through of the standardese docs, made minor fixes. Removed doxygen reference docs. 2017-12-11 09:45:16 +00:00