Jenkins nedprod CI
189e2ef0e6
Merging commit ned14/outcome@83556ab4e4 :
...
Merged from develop branch as CDash reports all green
2019-07-24 09:17:43 +00:00
Christos Stratopoulos
d1324f9cf9
add more async_result discussion
2019-07-11 15:42:59 -04:00
Christos Stratopoulos
38dfec4091
typo fixes
2019-07-11 15:24:02 -04:00
Christos Stratopoulos
47788c96b6
remove lingering ::experimental
2019-07-11 15:21:31 -04:00
Christos Stratopoulos
6fd5e96bb6
update documentation
2019-07-11 15:09:57 -04:00
Christos Stratopoulos
22a8bf9de5
update asio snippet
2019-07-11 15:01:27 -04:00
Jenkins nedprod CI
89572d0194
Travis CI regenerates Boost.Outcome docs
2019-06-27 15:07:44 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
694a32ab03
Fix #194 caused by failure to use relref shortcode.
2019-06-27 16:00:40 +01:00
Jenkins nedprod CI
3e3ce38b5f
Travis CI regenerates Boost.Outcome docs
2019-06-27 08:53:34 +00:00
Jenkins nedprod CI
2a3000aa0a
Merging commit ned14/outcome@ab8164df54 :
...
Merged from develop branch as CDash reports all green
2019-06-27 08:53:23 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
7f02970128
upd
2019-06-27 09:38:14 +01:00
Jenkins nedprod CI
478730c96d
Travis CI regenerates Boost.Outcome docs
2019-06-25 16:33:35 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
0c35dcf2c4
Update FAQ to match strong guarantee swap reality.
2019-06-25 17:14:43 +01:00
Jenkins nedprod CI
b476829962
Travis CI regenerates Boost.Outcome docs
2019-06-25 16:10:59 +00:00
Jenkins nedprod CI
e97e2233c8
Merging commit ned14/outcome@e788ef697c :
...
Merged from develop branch as CDash reports all green
2019-06-25 16:10:47 +00:00
Jenkins nedprod CI
90f1353ff2
Merging commit ned14/outcome@b04a5f6e09 :
...
Merged from develop branch as CDash reports all green
2019-06-25 16:10:45 +00:00
Jenkins nedprod CI
52afe7cb74
Merging commit ned14/outcome@0785dbd25f :
...
Merged from develop branch as CDash reports all green
2019-06-25 16:10:44 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
c98f5758a9
Fix issue #181 where Outcome didn't actually implement the strong swap guarantee,
...
despite being documented as doing so.
2019-06-25 17:01:21 +01:00
Jenkins nedprod CI
f06e910dcf
Travis CI regenerates Boost.Outcome docs
2019-06-24 20:57:28 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
ca78e3ccf1
Try again on that last commit!
2019-06-24 21:48:18 +01:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
244008d271
Fix the is_nothrow_swappable emulation.
2019-06-24 21:09:37 +01:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
3115d52341
Implemented first half of fixing issue #181 , where the strong guarantee for result swaps is now working correctly.
2019-06-23 16:48:29 +01:00
Jenkins nedprod CI
6085c62aee
Travis CI regenerates Boost.Outcome docs
2019-06-22 23:22:34 +00:00
Jenkins nedprod CI
aa5e662ba6
Travis CI regenerates Boost.Outcome docs
2019-06-22 20:30:05 +00:00
Jenkins nedprod CI
9e24360561
Merging commit ned14/outcome@5ed6b10a3f :
...
Merged from develop branch as CDash reports all green
2019-06-22 20:29:54 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
4b7a2a3b2c
Fix issue #192 where the std::basic_outcome_failure_exception_from_error()
...
was being defined twice for translation units which combine standalone and
Boost Outcome's.
2019-06-22 21:22:42 +01:00
Jenkins nedprod CI
4a053d5e15
Travis CI regenerates Boost.Outcome docs
2019-06-21 21:54:23 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
dd9e672c95
Issue #183 Added a separate motivation/plug_error_code
specifically for Boost.
2019-06-21 22:46:55 +01:00
Jenkins nedprod CI
6aada8eb62
Travis CI regenerates Boost.Outcome docs
2019-06-21 20:53:32 +00:00
Jenkins nedprod CI
d71b10fff7
Merging commit ned14/outcome@bb9dd4ec48 :
...
Merged from develop branch as CDash reports all green
2019-06-21 20:53:20 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
3f84bef655
Hopefully improve the fix for #189 according to Andrzej's feedback.
2019-06-21 21:45:08 +01:00
Jenkins nedprod CI
6329251927
Travis CI regenerates Boost.Outcome docs
2019-06-20 21:30:16 +00:00
Jenkins nedprod CI
d701f48952
Merging commit ned14/outcome@c373ed38f5 :
...
Merged from develop branch as CDash reports all green
2019-06-20 21:30:04 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2e93586ade
Replace shonky implementation which confused GCC 6 in preceding commit.
...
This hopefully will close issue #189 .
2019-06-20 22:20:02 +01:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
01660ff54d
Issue #189 refactored the OUTCOME_TRY
implementation to use more clarified
...
customisation points capable of accepting very foreign inputs. Removed the
`std::experimental::expected<T, E>` specialisations, as those are no longer
necessary. Fixed the documentation for the customisation points which
previously claimed that they are ADL discovered, which they are not. Added
a recipe describing how to add in support for foreign input types.
2019-06-20 11:14:48 +01:00
Jenkins nedprod CI
644cbe5255
Travis CI regenerates Boost.Outcome docs
2019-06-19 09:23:34 +00:00
Jenkins nedprod CI
c912c61aba
Merging commit ned14/outcome@ca5995f40f :
...
Merged from develop branch as CDash reports all green
2019-06-19 09:23:22 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
3a8baf4264
Improved the FAQ answer made last night.
2019-06-19 10:14:28 +01:00
Jenkins nedprod CI
ae47a42d4e
Travis CI regenerates Boost.Outcome docs
2019-06-18 21:15:56 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
14e898e5be
Add FAQ item explaining issue #185 , and why we will do nothing to
...
fix it right now.
2019-06-18 22:05:06 +01:00
Jenkins nedprod CI
873d13c612
Travis CI regenerates Boost.Outcome docs
2019-06-18 10:20:17 +00:00
Jenkins nedprod CI
7e40fde0c6
Merging commit ned14/outcome@5d126a4ea1 :
...
Merged from develop branch as CDash reports all green
2019-06-18 10:20:06 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
81bb27b500
Issue #184 Refresh licence boilerplate on the top of all source files using license restamping script.
2019-06-18 10:54:55 +01:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
0a68655e74
Issue #184 Place licence boilerplate on the top of all source files missing one.
2019-06-18 10:52:17 +01:00
Jenkins nedprod CI
fc6b73ea17
Travis CI regenerates Boost.Outcome docs
2019-06-17 21:24:49 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
ca7ef79433
Fix issue #182 where trait::is_exception_ptr_available<T>
was always true,
...
thus causing much weirdness, like not printing diagnostics and trying to feed
everything to `make_exception_ptr()`.
2019-06-17 22:15:49 +01:00
Jenkins nedprod CI
88e9978127
Travis CI regenerates Boost.Outcome docs
2019-06-17 10:30:42 +00:00
Jenkins nedprod CI
9b2bb57a82
Merging commit ned14/outcome@797d95d8e0 :
...
Merged from develop branch as CDash reports all green
2019-06-17 10:30:26 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
7670a1bbaa
Fix issue #190 in Boost edition where unit test suite was not runnable from the Boost release distro.
2019-06-17 11:22:51 +01:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
9fac0f6008
upd
2019-05-26 22:35:42 +01:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
3a8bc94c0e
Update dependencies.
2019-05-16 09:51:57 +01:00
Andrzej Krzemieński
7e7d94bce4
docs: added missing space in narrow contract description
2019-04-26 17:43:41 +02:00
Jenkins nedprod CI
9acf68ccf6
Travis CI regenerates Boost.Outcome docs
2019-04-03 09:08:54 +00:00
Jenkins nedprod CI
c2409c5dae
Merging commit ned14/outcome@95d70828d1 :
...
Merged from develop branch as CDash reports all green
2019-04-03 09:08:42 +00:00
Jenkins nedprod CI
73b903e9b0
Merging commit ned14/outcome@aa331a039f :
...
Merged from develop branch as CDash reports all green
2019-04-03 09:08:40 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
525478ed51
Fix issue #180 by applying [[nodiscard]] to success and failure type sugars.
2019-04-02 20:17:32 +01:00
Jenkins nedprod CI
0c4bb44f4a
Travis CI regenerates Boost.Outcome docs
2019-03-23 22:04:57 +00:00
Jenkins nedprod CI
6d716c91f0
Merging commit ned14/outcome@ad9da6631c :
...
Merged from develop branch as CDash reports all green
2019-03-23 22:04:45 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
ed7496ca0c
Fix broken API reference from earlier PR merge.
2019-03-23 21:56:56 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
e94a8d6c3f
Merge remote-tracking branch 'remotes/origin/pr/178' into develop
2019-03-23 21:50:44 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
45395f8c30
Repair wording in Andrzej's earlier commit.
2019-03-23 21:48:45 +00:00
Luke Peterson
ce7ee79ca8
Fix typo in inspection.md
2019-03-22 15:01:40 -07:00
Luke Peterson
db0ab43f04
Improve print_half documentation
2019-03-22 15:00:59 -07:00
Luke Peterson
48a6778574
Remove unneeded namespace
2019-03-22 14:45:34 -07:00
Luke Peterson
1c0f388877
Fix typo in error_code_registration.cpp
2019-03-22 14:43:22 -07:00
Luke Peterson
adeb7d87b3
Fix broken link to plug_error_code page
2019-03-22 14:36:53 -07:00
Luke Peterson
00a35f465f
Fix minor typo in outcome::result documentation
2019-03-22 14:26:46 -07:00
Luke Peterson
b4e87dc875
Fix minor typo in motivation document
2019-03-22 13:58:05 -07:00
Jenkins nedprod CI
4ef47096b9
Travis CI regenerates Boost.Outcome docs
2019-03-21 17:16:37 +00:00
Andrzej Krzemienski
1e3c9de459
docs: annded note that success()
does not return result<>
.
2019-03-21 18:06:23 +01:00
Jenkins nedprod CI
1db6193a0f
Travis CI regenerates Boost.Outcome docs
2019-03-21 10:18:30 +00:00
Jenkins nedprod CI
24208f9fcc
Travis CI regenerates Boost.Outcome docs
2019-03-21 09:38:10 +00:00
Jenkins nedprod CI
a2f4355901
Merging commit ned14/outcome@777d049a36 :
...
Merged from develop branch as CDash reports all green
2019-03-21 09:37:59 +00:00
Jenkins nedprod CI
fb3d300838
Travis CI regenerates Boost.Outcome docs
2019-03-20 20:22:45 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
e04bc8f60c
Hopefully finally fix title in Boost.Outcome docs.
2019-03-20 20:09:33 +00:00
Jenkins nedprod CI
fad6a228ac
Travis CI regenerates Boost.Outcome docs
2019-03-20 15:47:55 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
476b835232
upd
2019-03-20 15:37:22 +00:00
Jenkins nedprod CI
495798825d
Travis CI regenerates Boost.Outcome docs
2019-03-20 15:02:38 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
a015e17cb1
Try once again to fix Boost.Outcome docs titles.
2019-03-20 14:52:20 +00:00
Jenkins nedprod CI
c5080e544e
Travis CI regenerates Boost.Outcome docs
2019-03-20 12:34:00 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
63166d8e93
Fix not-quite-correct fixes in previous commit.
2019-03-20 12:24:14 +00:00
Jenkins nedprod CI
656119f90d
Travis CI regenerates Boost.Outcome docs
2019-03-20 11:46:31 +00:00
Jenkins nedprod CI
a325e2f23d
Merging commit ned14/outcome@dd83269e81 :
...
Merged from develop branch as CDash reports all green
2019-03-20 11:46:19 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
3e2a24483a
Fix api reference links not being formatted as code in Boost.Outcome docs.
2019-03-20 11:36:05 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
12f60600b0
Fix appearance of HTML entities in Boost docs page titles.
2019-03-20 11:29:39 +00:00
Jenkins nedprod CI
c302585b54
Travis CI regenerates Boost.Outcome docs
2019-03-19 22:13:33 +00:00
Jenkins nedprod CI
3805cb8282
Merging commit ned14/outcome@aa267dce8b :
...
Merged from develop branch as CDash reports all green
2019-03-19 22:13:21 +00:00
Andrzej Krzemienski
69be40f942
docs: changed intro page
...
Not using `auto` in the intro page in order not to scare off people
who are not familiar with it, or are strongly against the "almost
always auto" philosophy.
Also, renamed `boost::system_error_code` to `boost::system::error_code`.
2019-03-19 22:57:48 +01:00
Jenkins nedprod CI
8e99f3fe61
Travis CI regenerates Boost.Outcome docs
2019-03-06 11:40:30 +00:00
Jenkins nedprod CI
a42d41028d
Travis CI regenerates Boost.Outcome docs
2019-03-06 11:34:36 +00:00
Jenkins nedprod CI
7c8e4808d2
Merging commit ned14/outcome@57131525d9 :
...
Merged from develop branch as CDash reports all green
2019-03-06 11:34:24 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
1cf216a8bc
upd
2019-03-06 11:30:49 +00:00
Jenkins nedprod CI
fd9b3b63ef
Travis CI regenerates Boost.Outcome docs
2019-03-05 11:46:01 +00:00
Jenkins nedprod CI
bb3e4f8d81
Travis CI regenerates Boost.Outcome docs
2019-03-04 11:33:10 +00:00
Jenkins nedprod CI
b4e0caa5fa
Merging commit ned14/outcome@3e69c0bdf5 :
...
Merged from develop branch as CDash reports all green
2019-03-04 11:32:58 +00:00
Jenkins nedprod CI
cb71cdf578
Travis CI regenerates Boost.Outcome docs
2019-03-03 21:11:51 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
83e07b4c97
Issue #176 Reference document the iostream support functions.
2019-03-03 21:04:29 +00:00
Jenkins nedprod CI
f60023b10a
Travis CI regenerates Boost.Outcome docs
2019-03-03 00:20:55 +00:00
Jenkins nedprod CI
1ef73b13e3
Merging commit ned14/outcome@2f06eb6fe4 :
...
Merged from develop branch as CDash reports all green
2019-03-03 00:20:44 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2a3e67fcca
Add FAQ item about exception guarantees. Fix bad reference docs on the same topic.
2019-03-03 00:11:47 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
74ae8d2c61
Improve guarantees for swap().
2019-03-02 19:41:28 +00:00
Jenkins nedprod CI
f899795284
Travis CI regenerates Boost.Outcome docs
2019-02-28 22:13:35 +00:00
Jenkins nedprod CI
a4956f0d05
Travis CI regenerates Boost.Outcome docs
2019-02-28 10:18:15 +00:00
Jenkins nedprod CI
798635b045
Merging commit ned14/outcome@9d81c3a52e :
...
Merged from develop branch as CDash reports all green
2019-02-28 10:18:04 +00:00
Jenkins nedprod CI
600221468d
Travis CI regenerates Boost.Outcome docs
2019-02-27 21:06:21 +00:00
Jenkins nedprod CI
15b1d3ced6
Merging commit ned14/outcome@b4ad4aac5a :
...
Merged from develop branch as CDash reports all green
2019-02-27 21:06:10 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
83e87e2ff4
Merge branch 'develop' of github.com:ned14/boost.outcome into develop
2019-02-27 20:55:28 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
9451b48796
Add FAQ item about alignment (issue #174 )
2019-02-27 20:54:41 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
924a3c4ad9
Rework wording and accuracy of PR #173
2019-02-19 10:38:09 +00:00
Jenkins nedprod CI
13208587c7
Travis CI regenerates Boost.Outcome docs
2019-02-19 06:57:55 +00:00
Jenkins nedprod CI
d7bfdc4190
Merging commit ned14/outcome@968865438f :
...
Merged from develop branch as CDash reports all green
2019-02-19 06:57:44 +00:00
akrzemi1
782e13cb09
docs: restructured FAQ topic on DLLs
2019-02-18 20:45:50 -10:00
akrzemi1
afe8413876
Merge branch 'adding_dll_info_to_faq' of https://github.com/libboze/outcome into libboze-adding_dll_info_to_faq
2019-02-18 19:31:55 -10:00
Jenkins nedprod CI
ddf74bcfe2
Travis CI regenerates Boost.Outcome docs
2019-02-18 00:17:49 +00:00
Jenkins nedprod CI
132f4f6915
Merging commit ned14/outcome@d2de7c19cf :
...
Merged from develop branch as CDash reports all green
2019-02-18 00:17:38 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
56e4a52b64
Updated benchmarks and FAQ with results for Silvermont, ARM Cortex A72 and A53 CPUs.
2019-02-18 00:10:14 +00:00
ivam
a194e78819
removed typo
2019-02-17 02:56:30 +01:00
ivam
8911226774
added dll info into faq
2019-02-17 02:52:57 +01:00
Jenkins nedprod CI
bed2f3a1c6
Travis CI regenerates Boost.Outcome docs
2019-02-16 08:26:21 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
248b05f75c
Fix remaining failures on the Boost regression matrix.
2019-02-16 08:18:35 +00:00
Jenkins nedprod CI
a2db5fc13c
Travis CI regenerates Boost.Outcome docs
2019-02-14 13:31:13 +00:00
Jenkins nedprod CI
4d9de581e2
Merging commit ned14/outcome@935c393111 :
...
Merged from develop branch as CDash reports all green
2019-02-14 13:31:02 +00:00
Jenkins nedprod CI
ad73fd845e
Travis CI regenerates Boost.Outcome docs
2019-02-13 21:13:03 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
9a2570385a
Finished writing the recipe page for issue #165 .
2019-02-13 21:00:49 +00:00
Jenkins nedprod CI
1a00c17985
Travis CI regenerates Boost.Outcome docs
2019-02-13 20:39:50 +00:00
Jenkins nedprod CI
22997d79de
Merging commit ned14/outcome@cfec342429 :
...
Merged from develop branch as CDash reports all green
2019-02-13 20:39:38 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
24cc934823
Merge branch 'develop' of github.com:ned14/boost.outcome into develop
2019-02-13 20:27:16 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
939e795094
Finish ASIO recipe snippet for issue #165
2019-02-13 20:26:37 +00:00
Jenkins nedprod CI
8e3df4ef7d
Travis CI regenerates Boost.Outcome docs
2019-02-12 16:49:44 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
b9cf49b0b2
Hopefully fix Andrzej's concerns about how the state observers are reference documented.
2019-02-12 16:36:24 +00:00
Jenkins nedprod CI
55bee853cd
Travis CI regenerates Boost.Outcome docs
2019-02-12 15:04:47 +00:00
Jenkins nedprod CI
0ff7643b03
Merging commit ned14/outcome@b3995fcb43 :
...
Merged from develop branch as CDash reports all green
2019-02-12 15:04:36 +00:00
Jenkins nedprod CI
d7f08d22f5
Merging commit ned14/outcome@1564908eed :
...
Merged from develop branch as CDash reports all green
2019-02-12 15:04:34 +00:00
Jenkins nedprod CI
5bd19ba81f
Merging commit ned14/outcome@cd092389f5 :
...
Merged from develop branch as CDash reports all green
2019-02-12 15:04:33 +00:00
Jenkins nedprod CI
15fc8ef486
Merging commit ned14/outcome@cb125c2faf :
...
Merged from develop branch as CDash reports all green
2019-02-12 15:04:32 +00:00
Jenkins nedprod CI
110e8ee572
Merging commit ned14/outcome@056ef6bc79 :
...
Merged from develop branch as CDash reports all green
2019-02-12 15:04:31 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
c000663368
Finished reflowing FAQ
2019-02-12 14:02:37 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
1d838c7aef
Updated benchmark for Linux as well.
2019-02-12 13:20:47 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
d29c9e5460
Made a start on reflowing the FAQ.
2019-02-11 18:03:59 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
a5df42c59a
Hopefully fix broken images in Boost.Outcome docs.
2019-02-11 17:43:30 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
8b6093111e
Merge changes left on laptop
2019-02-11 17:14:51 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
32f71ed0a7
WiP ASIO integration recipe (issue #165 )
2019-02-11 16:28:56 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
b77bfecc94
Restore recently purged policy/error_code helper function as LLFIO needs it.
...
Add CMakeLists.txt to Boost.Outcome, fixing issue #170 . Note that the Boost.Exception dependency is missing cmake support.
Clarify requirements page to avoid issues like #171 in future.
2019-02-11 15:13:33 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
8f8fcba74f
Finished reflowing tutorial, except for the parts on my laptop I left at home.
2019-02-11 13:38:04 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
54b31c3a5d
Reflowed a bit more tutorial.
2019-02-09 15:18:26 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2da50ff1d7
Added new tutorial page on conventions. Fixed many small docs bugs.
2019-02-09 14:45:47 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
4a2ddbb5d3
Merge branch 'develop' of github.com:ned14/boost.outcome into develop
2019-02-08 22:18:43 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
b027e17cbe
Split tutorial into two parts, essential and advanced.
...
Fix broken Boost index generation, hopefully.
2019-02-08 22:18:08 +00:00
Jenkins nedprod CI
cc50180d3d
Travis CI regenerates Boost.Outcome docs
2019-02-07 19:32:31 +00:00
johnthagen
d485bde833
Fix typo
2019-02-07 11:21:20 -05:00