Commit graph

114 commits

Author SHA1 Message Date
Bolero-MURAKAMI
13a68e7a14 update copyright 2016-03-01 11:04:01 +09:00
Bolero-MURAKAMI
48b691abae change hanoi example 2015-04-01 18:14:20 +09:00
Bolero-MURAKAMI
dc91f11562 fix 2015-02-22 16:47:54 +09:00
Bolero-MURAKAMI
64ab3f8ea9 fix hanoi 2014-12-03 14:17:49 +09:00
Bolero-MURAKAMI
0b41a32518 fix font tag 2014-10-30 14:30:07 +09:00
Bolero-MURAKAMI
e2e516a0f0 fix frame size. 2014-10-30 13:43:09 +09:00
Bolero-MURAKAMI
20bced1bd9 fix. 2014-10-29 16:50:26 +09:00
Bolero-MURAKAMI
a170a06f0f renew. 2014-10-29 16:06:56 +09:00
Bolero-MURAKAMI
e57368faee add index_tuple summary page 2014-08-15 21:27:31 +09:00
Bolero-MURAKAMI
2d707944fb add new slide 2014-07-04 13:26:19 +09:00
Bolero-MURAKAMI
96e2564f40 fix background image 2014-06-06 14:33:21 +09:00
Bolero-MURAKAMI
80ec4d0a7b support C++14 mode 2014-04-28 11:22:50 +09:00
Bolero-MURAKAMI
5b2ea7f0eb update Blog URL 2014-04-28 11:14:32 +09:00
Bolero-MURAKAMI
4beaef8db1 add supported compiler 2014-04-28 11:11:05 +09:00
Bolero-MURAKAMI
6183b74ad9 update make_array, update copyright 2014-04-28 11:06:06 +09:00
Bolero-MURAKAMI
8bc3c20873 add ray-tracing image 2014-04-23 14:06:21 +09:00
Bolero-MURAKAMI
ed7fdc0459 add KTL link 2014-04-22 19:59:05 +09:00
Bolero-MURAKAMI
b28a9a729d update blog URL 2014-04-15 20:01:01 +09:00
Bolero-MURAKAMI
9670f5658a fix example premlink 2014-04-10 09:01:49 +09:00
Bolero-MURAKAMI
cb102f6ed6 add new quote 2014-02-21 18:27:31 +09:00
Bolero-MURAKAMI
e020ee8238 C++11 -> C++11/14 2014-02-20 07:35:30 +09:00
Bolero-MURAKAMI
5e238d30fe add example (ProcGarden) 2014-02-04 17:07:43 +09:00
Bolero-MURAKAMI
efa60d7f50 add slide "すごい constexpr たのしくレイトレ!" 2014-01-02 13:58:47 +09:00
Bolero-MURAKAMI
2b0aaf71b4 support SPROUT_CXX14_CONSTEXPR 2013-11-04 14:31:03 +09:00
Bolero-MURAKAMI
88ee58bcf4 fix Issue #49 2013-09-13 17:22:10 +09:00
Bolero MURAKAMI
350e883d35 Merge pull request #48 from kariya-mitsuru/std-tuple_size-doc
[array.std::tuple_size] Fix examples compilation error.
2013-09-12 19:40:55 -07:00
Mitsuru Kariya
ef73fabd23 [array.std::tuple_size] Fix examples compilation error.
Examples used Using Directive 'using namespace sprout' and a variable
named 'size'.
This caused a compilation error because 'size' was ambiguous.
('sprout::size' and variable 'size')
So, the variable renamed to 'n'.
2013-09-10 15:52:40 +09:00
Bolero MURAKAMI
24f70fb1fd Merge pull request #47 from kariya-mitsuru/array.swap-global-doc
[array.swap-global] Fix document typo
2013-09-09 16:49:24 -07:00
Mitsuru Kariya
a3411828f1 [array.swap-global] Fix document typo 2013-09-09 20:42:37 +09:00
Bolero-MURAKAMI
60814eec8a add doc: basic_string constructor 2013-09-09 19:49:37 +09:00
Bolero-MURAKAMI
e312af77fc rebuid 2013-09-09 09:58:28 +09:00
Bolero MURAKAMI
939b4e26ce Merge pull request #46 from kariya-mitsuru/array.element-access-doc
[array.data, array.c_array] Fix document typo
2013-09-08 17:52:02 -07:00
Bolero MURAKAMI
d9aaa8ca02 Merge pull request #45 from kariya-mitsuru/array.empty-doc
[array.empty] Fix document typo
2013-09-08 17:51:45 -07:00
Bolero MURAKAMI
65410a3b00 Merge pull request #44 from kariya-mitsuru/array.iterators-doc
[array.end, array.cend] Fix document typo
2013-09-08 17:51:24 -07:00
Bolero MURAKAMI
06efbb8249 Merge pull request #43 from kariya-mitsuru/array.swap-doc
[array.swap] Fix document typo
2013-09-08 17:50:52 -07:00
Bolero MURAKAMI
181f299981 Merge pull request #42 from kariya-mitsuru/array.assign-doc
[array.assign] Fix document typo
2013-09-08 17:50:42 -07:00
Mitsuru Kariya
5823737448 [array.data, array.c_array] Fix document typo 2013-09-09 01:10:13 +09:00
Mitsuru Kariya
0b0dd2517c [array.empty] Fix document typo 2013-09-09 01:04:40 +09:00
Mitsuru Kariya
7cad3f2bff [array.end, array.cend] Fix document typo 2013-09-09 00:53:55 +09:00
Mitsuru Kariya
ee965b7f5d [array.swap] Fix document typo 2013-09-09 00:47:15 +09:00
Mitsuru Kariya
263c68c098 [array.assign] Fix document typo 2013-09-09 00:44:41 +09:00
Bolero MURAKAMI
5555101ad5 Merge pull request #41 from kariya-mitsuru/array.operator=-doc
[array.operator=] Fix indent.
2013-09-08 08:39:57 -07:00
Mitsuru Kariya
1204e530a6 [array.operator=] Fix indent. 2013-09-09 00:34:56 +09:00
Bolero MURAKAMI
7c693adefc Merge pull request #40 from kariya-mitsuru/fill-doc
[array.fill] Fix document typo.
2013-09-08 08:09:11 -07:00
Mitsuru Kariya
6f10b84895 [array.fill] Fix document typo. 2013-09-08 23:03:41 +09:00
Bolero-MURAKAMI
8abdca1749 add doc: substr 2013-09-08 22:18:51 +09:00
Bolero-MURAKAMI
5f453b10f6 add doc: basic_astring operator= 2013-09-08 19:28:17 +09:00
Bolero-MURAKAMI
5af5e8c300 add doc: basic_string assign 2013-09-08 18:59:50 +09:00
Bolero-MURAKAMI
c6a9bf338a add doc: basic_string aliases 2013-09-08 13:44:32 +09:00
Bolero-MURAKAMI
7b0f0541e3 add doc: basic_string (array compatible) 2013-09-06 16:46:03 +09:00