0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 06, 2024 — Aug 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Apply ryanjmulder's changes. More... over 10 years ago
Update README.md More... over 10 years ago
Update README.md More... over 10 years ago
Update README.md More... over 10 years ago
Update README.md More... over 10 years ago
Merge pull request #7 from iwongu/variadic More... over 10 years ago
Use lambda not to use a separate function for calling member function. More... over 10 years ago
Use variadic templates for aggregate. More... over 10 years ago
Delete unused function_traits. More... over 10 years ago
Fix the issue of not passing the correct number of args. More... over 10 years ago
Use variadic templates for create_function_impl. More... over 10 years ago
Make to_tuple a private member. More... over 10 years ago
Move Apply functions in unnamed namespace. More... over 10 years ago
Clean the variadic usages. More... over 10 years ago
Update parts of function to user variadic templates. (not done yet) More... over 10 years ago
Update some names and fix spaces. More... over 10 years ago
Use variadic template in sqlite3pp.h More... over 10 years ago
Removes constexpr usages, which some compilers (MSVC2013) don't support yet. More... over 10 years ago
Uses alias declarations. More... over 10 years ago
Uses nullptr instead of 0. More... over 10 years ago
More autos.. More... over 10 years ago
Merge branch 'master' of https://github.com/iwongu/sqlite3pp More... over 10 years ago
More autos. More... over 10 years ago
Update README.md More... over 10 years ago
Swap boost and noboost directories. The noboost files are in src/ to promote it. More... over 10 years ago
Removes the last bits of boost from sqlite3ppext files. More... over 10 years ago
Replaces boost::function_traits with the one found in https://functionalcpp.wordpress.com/2013/08/05/function-traits/ More... over 10 years ago
Use auto in sqlite3ppext files. More... over 10 years ago
Use auto in sqlite3pp files. More... over 10 years ago
Use existing formatting. More... over 10 years ago