Commit graph

457 commits

Author SHA1 Message Date
Frank B. Brokken
6976299cd3 icmake/github -> icmake/gitlab 2018-06-25 13:38:04 +02:00
Frank B. Brokken
ba9e003d32 prepared for 10.9.3 after migration to gitlab 2018-06-25 13:27:53 +02:00
Frank B. Brokken
b30f5874b3 updated to gitlab, [[fallthrough]] requires semicolon 2018-06-25 12:54:31 +02:00
Frank B. Brokken
24cac68f9b Typo fix 2018-06-20 17:33:45 +05:30
Frank B. Brokken
d12831dcc8 added new list of keywords 2018-03-23 21:38:58 +01:00
Frank B. Brokken
eeb828294e reactivated advancedtemplates/concepts.yo (isn) 2018-03-22 13:44:39 +01:00
Frank B. Brokken
584d051db5 wip adding TODO hints for C++2a 2018-03-22 13:36:54 +01:00
Frank B. Brokken
d5b2c34863 updated kindle info 2018-01-18 20:45:22 +01:00
Frank B. Brokken
d80c131862 using VERSION to contain the version nr. and release years 2018-01-18 13:51:14 +01:00
Frank B. Brokken
8ed055fe1b added usage and copyright info to src/trim.cc 2018-01-18 12:35:01 +01:00
Frank B. Brokken
b3c8d10354 fixed typos and doubly defined macro 2018-01-18 08:42:56 +01:00
Frank B. Brokken
a0ba9305b0 mentioning iomanip with put_time 2018-01-08 10:43:33 +01:00
Frank B. Brokken
b73d86bbe3 Patched many typos reported by Marko Kaznovac. Thanks, Marko! 2018-01-01 13:16:08 +01:00
Frank B. Brokken
1bcfb4f48d removed SF TYPEOUTs from classtemplates/concrete2template.yo 2017-12-29 22:20:02 +01:00
Frank B. Brokken
2773e37e0b typo 2017-12-29 22:15:05 +01:00
Frank B. Brokken
d8462f9856 typo 2017-12-27 09:33:18 +01:00
Frank B. Brokken
85e520f1d4 fixed new stl documentation link in containers/containers.yo 2017-12-17 11:32:33 +01:00
Frank B. Brokken
96dd760d57 typo 2017-12-10 17:25:58 +01:00
Frank B. Brokken
d9f6607a98 typo 2017-12-10 11:48:55 +01:00
Frank B. Brokken
7338f14fd6 typo 2017-12-09 17:09:17 +01:00
Frank B. Brokken
8bbf8f9106 removed std:: from several index entries 2017-12-05 15:01:33 +01:00
Frank B. Brokken
53f716e02a remove SF frame files 2017-12-05 14:12:50 +01:00
Frank B. Brokken
a06cc89ddf updated yo/version.yo 2017-12-05 13:45:16 +01:00
Frank B. Brokken
3ffd16e3b5 rephrased coverage of decltype(auto) in functiontemplates 2017-12-05 13:26:02 +01:00
Frank B. Brokken
540ebfe056 cosmetics 2017-12-05 09:14:19 +01:00
Frank B. Brokken
32f867c44e added systemerror img to the html/ and latex/ directories 2017-12-05 09:09:45 +01:00
Frank B. Brokken
c81569e69e wip generic lambda expressions handling 2017-12-04 23:15:07 +01:00
Frank B. Brokken
59c6330bd3 Covering filesystem completed 2017-12-04 17:34:18 +01:00
Frank B. Brokken
ad79a605b3 fixed missing code verbincludes in adv.templ/errorcategory.yo 2017-12-03 21:24:33 +01:00
Frank B. Brokken
5ab6047920 wip completing coverage of std::exp.::filesystem 2017-12-03 17:02:33 +01:00
Frank B. Brokken
dd099d8ba4 added missing section about error_category to the adv. templ. chapter 2017-12-03 10:24:28 +01:00
Frank B. Brokken
06d3234fa7 included missing section about errorcategory to adv. templates 2017-12-02 21:18:17 +01:00
Frank B. Brokken
78b4a0d353 wip 2017-12-02 14:38:48 +01:00
Frank B. Brokken
fd0948a22f fixed missing parentheses 2017-12-02 14:15:10 +01:00
Frank B. Brokken
72b8e2ed2b system_error yo files cleanup 2017-12-02 14:12:56 +01:00
Frank B. Brokken
0a5dc51fc2 completed the system_error description in advancedtemplates 2017-12-02 13:43:03 +01:00
Frank B. Brokken
8b41d305a2 changed ConditionCategory into singleton 2017-12-01 17:58:45 +01:00
Frank B. Brokken
5877d0a930 WIP: defined ConditionCategory 2017-12-01 17:22:56 +01:00
Frank B. Brokken
1058b9f017 errorcondition cleanup: not derived from error_category anymore 2017-12-01 16:25:36 +01:00
Frank B. Brokken
a08c9307f1 completed advancedtemplates/errorcategory.yo 2017-12-01 13:54:42 +01:00
Frank B. Brokken
20fbba96a8 renamed CatMessage to CategoryBase, implemented equiv in CategoryBase 2017-12-01 13:01:37 +01:00
Frank B. Brokken
9ee7663eca templatized *Category::message implementations 2017-12-01 10:26:15 +01:00
Frank B. Brokken
1f9db0e5b4 wip writing adv. templ. errorcategory.yo 2017-11-29 22:06:07 +01:00
Frank B. Brokken
af78351dfa completed the use of the overridden equivalent members in error_categories 2017-11-29 16:01:34 +01:00
Frank B. Brokken
619243f522 using category's overridden equivalent members 2017-11-29 15:47:06 +01:00
Frank B. Brokken
9f54f8f92c wip cleanup errcode2 2017-11-29 14:55:32 +01:00
Frank B. Brokken
0e9595f4f1 fine-tuned the adv.templ/examples/errcode2 sources 2017-11-28 20:43:27 +01:00
Frank B. Brokken
98ca798425 adv. templ. covered through errorcode.yo 2017-11-26 19:41:29 +01:00
Frank B. Brokken
60e12cc98c encapsulated category specific data in CategoryData 2017-11-26 16:40:49 +01:00
Frank B. Brokken
a32d4999c6 wip system_error coverage 2017-11-26 14:39:51 +01:00