Commit Graph

  • 01b64d415e book: revise usage of "mutex" and "instantiation" (#292) master A. Jiang 2024-06-01 18:10:55 +08:00
  • 7b57e5e5a1 book: revise the description of RAII (#288) mq白 2024-06-01 18:09:32 +08:00
  • 2659a5f207 book: add missing result (#291) Shaobo Liu 2024-06-01 18:08:51 +08:00
  • af45678ad4 book: revise wording about "stack unwinding" mq白 2024-05-21 13:14:12 +08:00
  • 78b1cdf6bb book: correct description of function template deduction from auto (#280) A. Jiang 2024-05-21 05:58:17 +08:00
  • 5c50dbc591 book: avoid implication that volatile may be usable in concurrency (#281) A. Jiang 2024-05-21 05:56:11 +08:00
  • 54e99e1461 book: avoid "let the compiler deduce the list by itself" (#277) A. Jiang 2024-05-21 05:54:46 +08:00
  • bdf0e899a7 book: fix imprecise description of NULL in C++ (#279) A. Jiang 2024-05-21 05:53:15 +08:00
  • ff6ee89e2a book: discriminative modification to the nature of override and overload (#265) lingkerio whiher 2023-05-07 15:19:09 +08:00
  • e86e4a4b94 book: typo fixes (#262) 祝獻的巴基力 2023-05-07 03:17:04 +08:00
  • eca0b92307 book: style fixes (#261) GNAQ 2023-03-07 17:28:52 +08:00
  • 725df6b753 book: wording (#260) Guo Shuai 2023-02-27 14:29:37 +08:00
  • 4228ff2afb book: type fix (#257) David 2022-12-30 17:29:50 +08:00
  • a1c4184b8d book: style fixes (#256) Yikai Cai 2022-12-06 15:35:38 +08:00
  • de86a78627 book: typo fixes (#251) Seiichi Uchida 2022-09-18 22:55:12 +09:00
  • f6538da3d6 book: typo fixes (#250) zincsamael 2022-09-11 12:41:04 -07:00
  • 8182184f2a book: typo fixes (#249) stephen9357 2022-09-09 02:20:43 +08:00
  • 237c990510 book: typo fixes (#248) ALAN 2022-08-20 15:24:36 +08:00
  • 2e9eed9ecc book: reword generic lambda Changkun Ou 2022-07-17 15:08:18 +02:00
  • e50e3c64f2 book: formatting style updates (#231) ReEcho 2022-07-17 19:29:30 +08:00
  • 41b88c861e book: redo string literal explanation (#237) Timothy Liu 2022-07-17 19:18:50 +08:00
  • 25a8fd2bc4 book: fix incorrect suggestions Changkun Ou 2022-07-17 12:56:56 +02:00
  • b22404503e book: use compact table Changkun Ou 2022-07-17 12:51:14 +02:00
  • d740ee8b7c book: reword for latex style fixes Changkun Ou 2022-07-17 12:47:50 +02:00
  • 0616cb816d book: markdown style fixes Changkun Ou 2022-07-17 12:44:21 +02:00
  • dd7b707acf book: add missing header file (#233) gliangbupt 2022-07-17 18:42:17 +08:00
  • 97b6cc75f7 book: typo fixes (#240) Lukas Prokop 2022-07-17 12:38:57 +02:00
  • 66d33aa2f4 book: markdown style fixes (#243) Ofey Chan 2022-07-17 03:38:11 -07:00
  • 4dfd34e8a0 book: “non-linear” should be “non-constant” (#241) Lukas Prokop 2022-07-12 08:40:48 +02:00
  • cfda52200a book: fix indent (#236) Augus 2022-05-06 22:16:04 +08:00
  • b5f5940239 pdf: use correct license Changkun Ou 2022-03-26 14:00:23 +01:00
  • 80db4e3d4a book: re-compose words again to avoid out of pdf's margin (#230) ambiguoustexture 2022-03-05 23:24:52 +08:00
  • e276dac7d1 book: re-compose words to avoid out of pdf's margin (#229) ambiguoustexture 2022-03-01 22:59:05 +08:00
  • aca2d372d7 book: use https for urls (#223) 谭九鼎 2022-02-28 17:00:16 +08:00
  • afdc39431f book: add line breaks for code formatting (#226) Lucas Vilas-Bôas 2022-02-28 05:58:23 -03:00
  • 1db84fe462 book, code: fix typos (#225) ambiguoustexture 2022-02-25 23:23:03 +08:00
  • 847b53632d book: add a line break for code formatting (#224) Lucas Vilas-Bôas 2022-02-21 06:47:39 -03:00
  • 7e6ada9b7c book: typo fixes (#219) Valeriy Dmitriev 2022-01-03 18:19:32 +05:00
  • b386fff302 git: ignore temporarily created build assets (#220) Khanh Tran 2021-12-26 18:19:38 +09:00
  • e5d90bd610 book, code: add mutex header Changkun Ou 2021-12-03 15:30:07 +01:00
  • 761a408d82 Revert "all: remove digitalocean as it is not our sponsor anymore" Changkun Ou 2021-11-25 09:45:33 +01:00
  • 417d45806b website: upgrade dependencies Changkun Ou 2021-11-20 16:08:13 +01:00
  • 1ce9b16867 all: remove digitalocean as it is not our sponsor anymore Changkun Ou 2021-11-20 16:03:38 +01:00
  • 37401ada8b book: add std::weak_ptr<T>::lock (#216) Dw9 2021-11-20 23:01:25 +08:00
  • c172682723 book: fix typo (#215) Okami Wong 2021-11-16 16:21:53 +08:00
  • 19ceeb7b4f book: add missing semicolon (#205) Timothy 2021-08-29 03:57:04 +08:00
  • 7f46de1a6c book: typo fixes (#204) Killer_Quinn 2021-08-14 19:27:16 +08:00
  • 9ff1deb882 website: update dependencies v2.0.0-beta Changkun Ou 2021-08-11 13:20:31 +02:00
  • 55da3fd452 book: revise preface (#197) Raine Adams (they/them) 2021-08-11 06:16:56 -05:00
  • 93ce6490a6 book: revise release acquire semantics Changkun Ou 2021-08-11 13:10:34 +02:00
  • b0f6f30988 book: fmt Changkun Ou 2021-08-11 12:41:48 +02:00
  • 309f1f3731 book: wrap code Changkun Ou 2021-08-11 12:41:16 +02:00
  • 6f5615b971 book: fix an inconsistency between en-us and zh-cn Changkun Ou 2021-08-11 12:36:35 +02:00
  • e202554f16 book: import correct header Changkun Ou 2021-08-11 12:33:44 +02:00
  • 529399ffcd pdf: use printf over echo echo may introduce inconsistent behaviors over different platforms. printf is considered better than echo. See: https://unix.stackexchange.com/questions/65803/why-is-printf-better-than-echo Changkun Ou 2021-08-11 12:27:20 +02:00
  • ed88f4efbb website: update dependencies Changkun Ou 2021-08-11 12:19:11 +02:00
  • d472ff1421 book: add text about auto as func args Changkun Ou 2021-08-11 11:20:57 +02:00
  • 7eeaa7ae4e book: typo fix (#202) weissle 2021-08-07 00:58:34 +08:00
  • 068840bb72 book: typo fixes (#200) Jiannanya 2021-07-31 17:35:21 +08:00
  • 7f7d7086a9 book: remove default template parameters (#194) QuarticCat 2021-07-07 14:25:57 +08:00
  • 69aa4f0bdf book: typo fix (#190) Killer_Quinn 2021-06-13 22:38:29 +08:00
  • 711694e0a2 book: typo fix (#189) Guo 2021-06-10 20:43:51 +08:00
  • 645fa62677 book: format fixes (#187) Timothy 2021-04-30 22:00:19 +08:00
  • 731a219d89 book: typo and grammar fixes (#185) Nikhil Garuda 2021-04-18 15:42:26 +05:30
  • 45bef893a7 book: typo fixes (#183) obweix 2021-04-16 15:01:20 +08:00
  • ad4b9580a5 book: rephrease unique_ptr value capturing (#182) Dw9 2021-04-13 15:36:31 +08:00
  • 5e2531058c book: fix anchor link (#181) Umedzhon Abdumuminov 2021-04-12 12:42:50 +03:00
  • 4cb055f629 book: typo fixes (#177) LaChimere 2021-04-06 05:30:43 +08:00
  • a386449dec book: typo fixes (#175) Kartik Saranathan 2021-03-15 05:39:11 -04:00
  • aa4d1eead5 github: add sponsor button Changkun Ou 2021-02-11 14:12:32 +01:00
  • 25aa347428 website: add urlstat Changkun Ou 2021-02-06 23:35:01 +01:00
  • 9ded3a2967 pdf: fix rendering issue due to line break (#170) abuco 2021-01-24 18:42:14 +11:00
  • 6b73213e78 assets: remove qq group Changkun Ou 2021-01-13 13:34:59 +01:00
  • a5445b7c55 book: typo fixes Changkun Ou 2020-12-31 09:38:32 +01:00
  • 7eceaf1bee all: remove chat group (#165) Changkun Ou 2020-12-31 09:26:05 +01:00
  • 054119f69c book: fmt (#163) Guoliang WANG 2020-12-29 15:52:14 +08:00
  • 91739f178c book: typo fixes (#164) Guoliang WANG 2020-12-29 15:51:11 +08:00
  • 45618ad676 book: fmt (#154) Guoliang WANG 2020-12-21 12:25:45 +08:00
  • 938dcd9e95 all: update dep and email addr Changkun Ou 2020-12-17 23:59:14 +01:00
  • 7ab24fe51c github: switch to action from travis (#153) Changkun Ou 2020-12-17 23:45:11 +01:00
  • 66297323ad website: bump ini from 1.3.5 to 1.3.7 (#152) dependabot[bot] 2020-12-11 17:23:51 +01:00
  • 6b911261fa book: typo fixes (#148) iaxax 2020-11-30 14:14:22 +08:00
  • 6dc07f6611 website: bump highlight.js from 9.18.1 to 9.18.5 in /website (#146) dependabot[bot] 2020-11-25 06:41:00 +01:00
  • 1e78a01ac0 book: fix incorrect return value description of std::weak_ptr expired (#144) Tengfei Niu 2020-11-17 15:34:05 +08:00
  • 56de7fa327 book: typo fixes (#143) Tianyi Shi 2020-11-15 14:23:39 +08:00
  • 6a3d8d7103 book: typo fixes (#141) Tengfei Niu 2020-11-13 18:08:35 +08:00
  • c239ef1b2d all: correct pdf link (#138) flynn 2020-10-29 23:33:45 +08:00
  • 0f8819f4f9 book: remove nullptr 0L condition This is a bug introduced in #132. Changkun Ou 2020-10-20 07:44:21 +02:00
  • 030b43e22b website: add google analytics Changkun Ou 2020-10-19 08:51:57 +02:00
  • 659a3801a5 book: typo fixes in 07-thread.md Changkun Ou 2020-10-18 20:37:58 +02:00
  • c9f8eb70fd book: improve NULL example (#133) sunshaoce 2020-10-03 15:27:14 +08:00
  • 212f4f3503 book: typo fixes (#126) Allen 2020-09-30 13:11:56 +08:00
  • ff05988742 all: add sponsor Changkun Ou 2020-09-09 23:53:58 +02:00
  • 518c6e97d7 book: typos fix in ch07-thread (#118) changdingfang 2020-08-28 23:24:05 +08:00
  • a3f9aaa394 book/en: fix markdown syntax error (#121) Rayan 2020-08-28 23:08:48 +08:00
  • 32bdf85ebd book: fix indent typos (#117) changdingfang 2020-08-24 12:59:44 +08:00
  • 4de9eb49f7 book: use curly brackets to initailize aggregate objects (#112) TinyWang 2020-08-10 15:57:48 +08:00
  • 9dbdd53f2e book/en: typo fixes Changkun Ou 2020-08-10 09:52:24 +02:00
  • 93df232f1b build(deps): bump prismjs from 1.20.0 to 1.21.0 in /website (#114) dependabot[bot] 2020-08-10 09:51:14 +02:00
  • c4c7ad14ee website: update dependencies Changkun Ou 2020-07-26 11:58:11 +02:00