1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Commit graph

73 commits

Author SHA1 Message Date
Bolero-MURAKAMI
e57368faee add index_tuple summary page 2014-08-15 21:27:31 +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
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
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
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
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
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
Mitsuru Kariya
1204e530a6 [array.operator=] Fix indent. 2013-09-09 00:34:56 +09: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
Bolero-MURAKAMI
260291ea69 add doc: basic_string index 2013-09-06 14:27:44 +09:00
Bolero-MURAKAMI
dd0c5f4dbb add doc: char_traits string operations (for iterator) 2013-09-05 17:16:56 +09:00
Bolero-MURAKAMI
0ef068c92b add doc: char_traits integer type operations 2013-09-05 15:31:02 +09:00
Bolero-MURAKAMI
3107804d87 add doc: char_traits string operations 2013-09-05 14:09:23 +09:00
Bolero-MURAKAMI
b7d68b357d add doc: char_traits character operations 2013-09-05 13:09:04 +09:00
Bolero-MURAKAMI
55eba4ae71 fix typo 2013-09-05 10:25:51 +09:00
Bolero-MURAKAMI
eb45406c0d add doc: char_traits index 2013-09-05 09:58:35 +09:00
Mitsuru Kariya
2bde6f174f [algorithm.tristate_lexicographical_compare] Fix document typo. 2013-09-05 09:30:42 +09:00
Bolero-MURAKAMI
b692583906 add doc string operator+ 2013-09-04 21:55:51 +09:00
Bolero-MURAKAMI
5e83aa2c79 add doc: string comparison 2013-09-04 19:28:01 +09:00
Bolero-MURAKAMI
794666afac add doc: string tupele support, hash support 2013-09-04 18:37:01 +09:00
Bolero-MURAKAMI
4e71ab19c4 add google analytics 2013-09-04 16:06:44 +09:00
Bolero-MURAKAMI
32f501da05 fix doc: tristate_lexicographical_compare 2013-09-04 12:32:12 +09:00
Bolero-MURAKAMI
2766cb0ca5 fix doc: tristate_lexicographical_compare delimiter version 2013-09-03 21:53:22 +09:00
Mitsuru Kariya
d72b4e74ac [algorithm.tristate_lexicographical_compare] Fix document's typo. 2013-09-02 21:56:30 +09:00
Bolero-MURAKAMI
c2251ce7ea add doc: string index 2013-09-02 20:43:20 +09:00
Bolero-MURAKAMI
a2580d4926 add doc: array tuple support, hash support 2013-08-31 19:32:55 +09:00
Bolero-MURAKAMI
bf12021ae6 fix directory structure 2013-08-30 14:02:02 +09:00
Bolero-MURAKAMI
bd73a0c510 update for sphinx 1.1.3 2013-08-30 11:14:14 +09:00
Bolero-MURAKAMI
e1db16caf9 renew libraries index 2013-08-29 23:20:11 +09:00
Bolero-MURAKAMI
502f765a40 fix typo 2013-08-29 22:44:11 +09:00
Bolero-MURAKAMI
4b21f64ea9 add doc: array comparisons 2013-08-29 22:39:54 +09:00
Bolero-MURAKAMI
ed85c56acc add doc: array generators 2013-08-29 21:51:44 +09:00
Mitsuru Kariya
b580af2093 fix find_first_of document(Complexity) 2013-08-27 17:20:36 +09:00