Tengfei Niu
1e78a01ac0
book: fix incorrect return value description of std::weak_ptr expired ( #144 )
...
* Fix error
资源尚存在时,`std::weak_ptr` 的 `expired()` 方法返回 `false`, 否则返回 `true`。
* book: fix error
Fix error, while the resource of `std::shared_ptr` exists, `std::weak_ptr`'s `expired()` method returns `false`, otherwise it returns `true`.
2020-11-17 08:34:05 +01:00
Tianyi Shi
56de7fa327
book: typo fixes ( #143 )
2020-11-15 07:23:39 +01:00
Tengfei Niu
6a3d8d7103
book: typo fixes ( #141 )
2020-11-13 11:08:35 +01:00
flynn
c239ef1b2d
all: correct pdf link ( #138 )
2020-10-29 16:33:45 +01:00
Changkun Ou
0f8819f4f9
book: remove nullptr 0L condition
...
This is a bug introduced in #132 .
Fixes #136
2020-10-20 07:44:21 +02:00
Changkun Ou
030b43e22b
website: add google analytics
2020-10-19 08:51:57 +02:00
Changkun Ou
659a3801a5
book: typo fixes in 07-thread.md
...
Fixes #125
2020-10-18 20:39:22 +02:00
sunshaoce
c9f8eb70fd
book: improve NULL example ( #133 )
2020-10-03 09:27:14 +02:00
Allen
212f4f3503
book: typo fixes ( #126 )
...
comple -> compile
2020-09-30 07:11:56 +02:00
Changkun Ou
ff05988742
all: add sponsor
2020-09-10 00:07:56 +02:00
changdingfang
518c6e97d7
book: typos fix in ch07-thread ( #118 )
...
revise the code to make sure it consistent with the book description
2020-08-28 17:24:05 +02:00
Rayan
a3f9aaa394
book/en: fix markdown syntax error ( #121 )
...
Fixes #120
2020-08-28 17:08:48 +02:00
changdingfang
32bdf85ebd
book: fix indent typos ( #117 )
2020-08-24 06:59:44 +02:00
TinyWang
4de9eb49f7
book: use curly brackets to initailize aggregate objects ( #112 )
2020-08-10 10:00:08 +02:00
Changkun Ou
9dbdd53f2e
book/en: typo fixes
...
Fixes #113
2020-08-10 09:52:24 +02:00
dependabot[bot]
93df232f1b
build(deps): bump prismjs from 1.20.0 to 1.21.0 in /website ( #114 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.21.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 09:51:14 +02:00
Changkun Ou
c4c7ad14ee
website: update dependencies
2020-07-26 11:58:11 +02:00
Changkun Ou
c015324c5c
pdf: escape dollar sign in lstlistings
...
fixes #106
2020-07-26 11:53:30 +02:00
Changkun Ou
1421f372e0
book: typo fixes
...
fixes #104
2020-07-26 11:04:07 +02:00
Changkun Ou
bfd2f7caaf
website: optimize logo size
...
fixes #110
2020-07-26 10:57:26 +02:00
dependabot[bot]
5beea9797a
build(deps): bump acorn from 6.2.0 to 6.4.1 in /website ( #109 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.2.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.2.0...6.4.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 21:57:57 +02:00
dependabot[bot]
1dddfce585
build(deps): bump lodash from 4.17.14 to 4.17.19 in /website ( #108 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.14 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 21:06:48 +02:00
TinyWang
79b6d5b567
book: fix the incorrect character in regex ( #107 )
2020-07-17 16:36:48 +02:00
dragonWater
3abc907bb4
book: fix incorrect string literal ( #102 ) and a typo ( #103 )
2020-06-03 08:19:41 +02:00
TinyWang
f1c1e06178
book: fix the wrong about delctype ( #101 )
2020-05-30 15:26:10 +02:00
Daniel
0f39561c5a
book: improve wording for decltype sentence ( #100 )
2020-05-27 07:33:39 +02:00
Ivan.Yang
b5e90c4fdf
book: typo fix ( #99 )
2020-05-22 12:14:42 +02:00
Wenjin.Rao
1fcfd36964
book: fix a minor typo ( #97 )
2020-04-23 08:28:57 +02:00
Changkun Ou
b7debcc558
assets: remove qq and wechat group
2020-04-20 08:36:40 +02:00
Changkun Ou
d31da4caf9
book: fix typo in memory order acquire
...
Fixes #96
2020-04-20 08:34:16 +02:00
Changkun Ou
a5d1563609
book: fix a chunk of english typos
...
Fixes #87
2020-03-15 15:30:48 +01:00
HaoYuan
89060d4b96
book: fix typo in 03-runtime.md ( #95 )
...
fix chapter3.7 perfect.forward code err.
2020-03-15 15:13:20 +01:00
CrustaShrimp
a98686bd82
book: english typos ( #93 )
2020-02-23 11:26:08 +01:00
Adamas
e5450c767c
book: fix smart pointers ( #90 )
2020-01-08 07:09:27 +01:00
BillyWooo
bc4ff8f614
book/03-runtime: typo ( #89 )
2019-12-18 22:55:49 +01:00
wangb
04420e835e
book: fix a minor typo ( #83 )
2019-11-13 08:55:08 +01:00
Christoph Dibak
8767bb89c4
book: english typo ( #79 )
2019-09-20 15:06:54 +02:00
Swastik Baranwal
0aa031f0f6
book: add missing header files ( #74 )
2019-09-18 16:27:08 +02:00
Changkun Ou
934eb895c5
build: fixing pdf and epub build
...
Fixes #77
2019-09-17 14:31:24 +02:00
Changkun Ou
6914acc324
epub: support epub version
2019-09-08 11:55:29 +02:00
Changkun Ou
4b1181f233
book: fix minor typo
2019-08-28 08:47:23 +02:00
Changkun Ou
e784ed003e
assets: add wechat group
...
see #75
2019-08-14 16:02:11 +02:00
Changkun Ou
d428b44c56
all: add build badge
2019-08-09 20:40:09 +02:00
Changkun Ou
3c7a6191c4
all: fix pdf link
v2.0.0-alpha
2019-07-20 13:55:00 +02:00
Changkun Ou
b12e03e82d
book: translate ch02
...
Update #12
2019-07-20 13:35:51 +02:00
Changkun Ou
2eb8fdb099
all: rename book title
...
Update #1
2019-07-20 12:44:34 +02:00
Changkun Ou
6238d66b11
book: translate ch03
...
see #12
2019-07-20 12:06:37 +02:00
Changkun Ou
09537ae424
book: add std::forward source and auto&& explain
...
This commit deals the following questions:
- why const lvalue ref can ref rvalue?
- why auto&& is the safe way for loop?
- why std::forward can do perfect forwarding?
Fix #65
2019-07-20 11:46:36 +02:00
Changkun Ou
7776a59e97
book: translation of ch04
...
Update #12
2019-07-19 19:17:16 +02:00
Changkun Ou
bf6b09253b
book: translation of ch05
...
Update #12
2019-07-19 18:34:41 +02:00