Commit Graph

2221 Commits

Author SHA1 Message Date
Jenkins nedprod CI
176adb18c3 Merged from develop branch as CDash reports all green 2018-12-06 00:00:57 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
85a4000665
upd 2018-12-05 14:57:17 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
e9866a9498
Purge accidental inclusion of dockdoc hugo theme into boost-outcome, which breaks Boost licensing.
Have Markdown files also be converted to Boost.Outcome.
2018-12-05 14:22:24 +00:00
Jenkins nedprod CI
0b40d60bbe Merged from develop branch as CDash reports all green 2018-12-05 00:00:55 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
03c2dfc8cf
Fair bit of progress on getting a Boost documentation Hugo theme going. 2018-12-04 21:50:36 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
0ac265fa7a
Repoint Boost.Outcome docs to use boostdoc theme. 2018-12-04 10:51:03 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
17d65d6f44
Add new Hugo theme for the Boost docs 2018-12-04 10:33:47 +00:00
Jenkins nedprod CI
17d8dbb86d Merged from develop branch as CDash reports all green 2018-11-29 00:00:55 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
3ba167a983
Regenerated documentation using latest theme. 2018-11-28 22:17:29 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
3890e34853
Update documentation theme to latest. 2018-11-28 22:09:45 +00:00
Jenkins nedprod CI
13dbbb580f Merged from develop branch as CDash reports all green 2018-11-22 00:00:51 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
040d975d24
Repair damage from bad merge of pr #160. 2018-11-21 09:20:22 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
9f27f133ff
Merge remote-tracking branch 'remotes/origin/pr/160' into develop 2018-11-21 09:15:49 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
6fb5f9666c
Retried the C++ Modules based build with VS2019.9, found some MS headers are still problematic, so disabled again. 2018-11-21 09:07:03 +00:00
Jenkins nedprod CI
a1b4259e35 Merged from develop branch as CDash reports all green 2018-11-20 00:00:50 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
4995acdc40
upd 2018-11-19 09:06:59 +00:00
Jenkins nedprod CI
10a31b5696 Merged from develop branch as CDash reports all green 2018-11-17 00:00:49 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
b5398125b2
Merge branch 'develop' of github.com:ned14/boost.outcome into develop 2018-11-16 09:17:14 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
dde94e70d6
upd 2018-11-16 09:16:43 +00:00
Jenkins nedprod CI
eda7e13de3 Merged from develop branch as CDash reports all green 2018-11-16 00:00:48 +00:00
Andrzej Krzemienski
b193ea9d21 docs: fixed formatting 2018-11-15 01:03:50 +01:00
Andrzej Krzemienski
d6bf3091ea docs: fixed syntax highlight in one example 2018-11-15 01:02:18 +01:00
Jenkins nedprod CI
4cd3d6e1a6 Merged from develop branch as CDash reports all green 2018-11-15 00:00:52 +00:00
Andrzej Krzemienski
235027d52d doc: layout fixes 2018-11-15 00:51:58 +01:00
Andrzej Krzemienski
a0899736cb docs: tutorial: rewritten policies 2018-11-15 00:22:05 +01:00
Andrzej Krzemienski
d879be5898 docs: tutorial: minor policy fixes 2018-11-15 00:09:53 +01:00
Andrzej Krzemieński
03287c704e use _has_value inside policy::base 2018-11-15 00:09:07 +01:00
Andrzej Krzemienski
71bf70a91f docs: tutorial: minor policy fixes 2018-11-15 00:05:49 +01:00
Jenkins nedprod CI
35690d70fa Merged from develop branch as CDash reports all green 2018-11-14 00:00:45 +00:00
Andrzej Krzemienski
153cdcfec0 docs: tutorial: rewritten policies 2018-11-14 00:38:04 +01:00
Niall Douglas
74166a8db6
Merge pull request #159 from ned14/akrzemi1-patch-1
use _has_value inside policy::base
2018-11-13 10:28:59 +00:00
Andrzej Krzemieński
efd1f79a0a
use _has_value inside policy::base 2018-11-12 11:55:07 +01:00
Andrzej Krzemienski
5ad19e336d docs: re-documented policies 2018-11-12 10:00:28 +01:00
Jenkins nedprod CI
146d12d61c Merged from develop branch as CDash reports all green 2018-11-12 00:00:43 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
9d8e3ff7a7
Fix forgetting to upgrade outcome_exception_ptr_rethrow to new internal policy API. 2018-11-11 23:48:28 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
f8c8660377
There is now as well a formal API for policies to access the exception/ptr member of outcomes. Definitely time for bed! 2018-11-11 23:27:11 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
212187eb6d
Created a formal API for policies to work with internal state without needing to access it directly. Cut off access to internals for policies, that means you all got to fix your policies, sorry. Implemented for result only so far, next up is for outcome. Thanks to Andrzej Krzemienski for asking all the right questions to make this happen.
Also when compiling on MSVC, now also compile with /permissive- to ensure our ugly hack workarounds for MSVC brokenness keep working.
2018-11-11 21:32:56 +00:00
Jenkins nedprod CI
9db758c733 Merged from develop branch as CDash reports all green 2018-11-09 00:00:41 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
809924e359
Merge branch 'develop' of github.com:ned14/boost.outcome into develop 2018-11-08 19:20:12 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
145639d23e
Try suggestion for /fpermissive- bug workaround from issue #142. 2018-11-08 19:18:47 +00:00
Jenkins nedprod CI
3afe82b7e8 Merged from develop branch as CDash reports all green 2018-10-28 00:00:37 +01:00
Andrzej Krzemieński
1356261d2f
Merge pull request #157 from akrzemi1/develop
docs: motivation
2018-10-28 00:32:17 +02:00
Andrzej Krzemienski
d599bce4c7 docs: fixed typeos in intro and mentsioned NVP in first sections of tutorial 2018-10-28 00:29:27 +02:00
Andrzej Krzemienski
c647d57215 docs: motivation: described error_codes 2018-10-27 23:56:41 +02:00
Jenkins nedprod CI
020924fee3 Merged from develop branch as CDash reports all green 2018-10-26 00:00:34 +01:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
74ec16d010
Merge branch 'develop' of github.com:ned14/boost.outcome into develop 2018-10-25 21:59:53 +01:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
8796ed73ea
upd 2018-10-25 21:59:24 +01:00
Andrzej Krzemienski
b4e05a4221 docs: motivation: described error codes and errno 2018-10-25 22:53:11 +02:00
Andrzej Krzemienski
680f7686ba docs: motivation: described exceptions 2018-10-25 01:23:57 +02:00
Jenkins nedprod CI
ee0184d638 Merged from develop branch as CDash reports all green 2018-10-25 00:00:34 +01:00