0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 11 hours ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Simplify code with passing by value. More... about 7 years ago
Update C++11 feature detection macros for MSVC. More... about 7 years ago
Fix tree::push_back. More... about 7 years ago
Change the default storage policy to shared. More... about 7 years ago
Replace the vague member function empty in tree with has_child. More... about 7 years ago
Use null() to make the code intent clear. More... about 7 years ago
Improve iterator in traversal utility classes to satisfy ForwardIterator. More... about 7 years ago
Add typedefs to make the iterator types satisfy InputIterator. More... about 7 years ago
Do not enable TR1 type_traits on Clang. More... about 7 years ago
Add istream_line_reader. More... about 7 years ago
Add a generic tree definition, traversal algorithms, and test. More... about 7 years ago
Add a missing header file stdio.h, which is needed for snprintf. More... over 7 years ago
Make the definition of _NOEXCEPT not cause warnings with either MSVC or Clang. More... over 7 years ago
Simplify slightly. More... over 7 years ago
Rename private member variables for consistency. More... over 7 years ago
Adjust the format slightly. More... over 7 years ago
Use move and perfect forwarding where appropriate. More... over 7 years ago
Add mmap_line_reader. More... over 7 years ago
Update an obsolete comment. More... over 7 years ago
Add a comment. More... over 7 years ago
Make the name of the macro guard consistent with other header files. More... over 7 years ago
Change the naming style of private member variables for consistency. More... over 7 years ago
Use forward reference where appropriate; Change the term `container' to `range' where appropriate; Change the template argument `_Cont' to `_Rng'. More... over 7 years ago
Add a new make_curry overload to support function objects. More... over 7 years ago
Add tuple-related function templates. More... over 7 years ago
Change the static assertion to be C++14 compatible. More... over 7 years ago
Change `~0' at the left side of left shift to `~0U' to suppress GCC warnings. More... over 7 years ago
Re-implement optional to fix bugs and be more standard-conformant. More... over 7 years ago
Fine-tune for performance and fix a compilation problem under GCC. More... over 7 years ago
Loosen the const constraint of fmap and reduce. More... over 7 years ago