Commit Graph

515 Commits

Author SHA1 Message Date
邹晓航 771aef80aa circular buffer complete 2014-09-24 15:51:04 +08:00
邹晓航 81b419cafe bug fix,添加CB的size_成员 2014-09-24 14:36:37 +08:00
邹晓航 92db966b0a bug fix 2014-09-24 13:12:04 +08:00
邹晓航 1a4b2bf529 完成circular buffer初始化 2014-09-24 12:01:43 +08:00
邹晓航 bbd81a2753 Merge branch 'master' of https://github.com/zouxiaohang/TinySTL.git 2014-09-24 08:01:13 +08:00
邹晓航 94435b4ae3 添加circular buffer 2014-09-24 08:01:06 +08:00
邹晓航 1cff23c2ef 添加string 2014-09-24 07:59:46 +08:00
邹晓航 72208af19f bug fix 2014-09-23 17:35:06 +08:00
邹晓航 68d14e23e9 Update README.md 2014-09-23 17:22:48 +08:00
邹晓航 db47647c71 bug fix 2014-09-23 17:20:58 +08:00
邹晓航 338d097521 添加reverse_iterator 2014-09-23 16:56:47 +08:00
邹晓航 bd9780a159 增加vector的逻辑比较操作 2014-09-23 15:27:33 +08:00
邹晓航 8904505102 bug fix 2014-09-23 14:56:06 +08:00
邹晓航 c118f6562e 增加vector的容量有关的操作接口 2014-09-23 14:41:27 +08:00
邹晓航 160764ab51 improve insert efficiency 2014-09-23 08:16:57 +08:00
邹晓航 a836f6b004 Merge branch 'master' of https://github.com/zouxiaohang/TinySTL.git 2014-09-22 19:42:50 +08:00
邹晓航 8fc0180e74 bug fix 2014-09-22 19:42:39 +08:00
邹晓航 4994cc7f72 Update README.md 2014-09-22 19:42:23 +08:00
邹晓航 0c1897ba95 bug fix 2014-09-22 19:34:22 +08:00
邹晓航 962b0d5f44 bug fix 2014-09-22 19:25:07 +08:00
邹晓航 54eebdcf6e Update README.md 2014-09-22 19:24:55 +08:00
邹晓航 859d30041b Update README.md 2014-09-22 17:36:22 +08:00
邹晓航 ce44f4c78c Update README.md 2014-09-22 17:36:04 +08:00
邹晓航 286d98f35a Update README.md 2014-09-22 17:34:43 +08:00
邹晓航 1e4df1ff55 Merge branch 'master' of https://github.com/zouxiaohang/TinySTL.git 2014-09-22 17:13:52 +08:00
邹晓航 e0021af7e2 添加Profiler类 2014-09-22 17:13:44 +08:00
邹晓航 591b3ac055 bug fix 2014-09-22 17:13:02 +08:00
邹晓航 e947f535f3 bug fix 2014-09-22 16:57:31 +08:00
邹晓航 778eb2c5b7 Update README.md 2014-09-22 15:23:00 +08:00
邹晓航 288e68fb5e Merge branch 'master' of https://github.com/zouxiaohang/TinySTL.git 2014-09-22 15:19:14 +08:00
邹晓航 9a1ee1e7c7 添加fill和fill_n算法 2014-09-22 15:19:04 +08:00
邹晓航 e280b2eb18 重构,提高insert的效率 2014-09-22 15:18:35 +08:00
邹晓航 c9b88643d6 Update README.md 2014-09-22 14:13:04 +08:00
邹晓航 00ac143acf 重构 2014-09-22 14:10:26 +08:00
邹晓航 add41d9c06 完成vector容器 2014-09-22 14:07:29 +08:00
邹晓航 51df860f21 修复iterator_traits的一个bug 2014-09-22 13:07:14 +08:00
邹晓航 74bf3e2ec7 修复vector当对象是std::string时的构造二义性bug 2014-09-20 20:35:06 +08:00
邹晓航 4ddc317978 Merge branch 'master' of https://github.com/zouxiaohang/TinySTL.git 2014-09-20 14:55:34 +08:00
邹晓航 c9a1fc570d 完善vector迭代器的算数操作 2014-09-20 14:55:27 +08:00
邹晓航 2ae7aeecb3 Update README.md 2014-09-20 13:31:50 +08:00
邹晓航 57971e0dfc 完成vector容器的复制构造和析构相关的功能 2014-09-20 13:30:12 +08:00
邹晓航 8e9b7b611e 添加vector容器 2014-09-20 11:19:53 +08:00
邹晓航 09ec83a740 为空间配置器增加销毁一段范围内对象的函数 2014-09-20 09:55:50 +08:00
邹晓航 b7584d4e5d Merge branch 'master' of https://github.com/zouxiaohang/TinySTL.git 2014-09-20 09:40:49 +08:00
邹晓航 d8a9b605c6 添加vecotr的迭代器 2014-09-20 09:40:41 +08:00
邹晓航 97a7296033 Update README.md 2014-09-19 15:06:36 +08:00
邹晓航 39822ddfbe 添加操作内存的工具函数 2014-09-19 12:30:23 +08:00
邹晓航 2fb1fbaf68 添加Iterator类型萃取功能 2014-09-19 12:29:38 +08:00
邹晓航 0313b51ffb 添加非0断言 2014-09-19 08:29:03 +08:00
邹晓航 7edc0a6b7f Merge branch 'master' of https://github.com/zouxiaohang/TinySTL.git 2014-09-18 14:42:16 +08:00