0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 11 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix the wrong return type introduced four days ago. More... over 7 years ago
Make minor adjustments. More... over 7 years ago
Use generic lambda and perfect forwarding to simplify code. More... over 7 years ago
Rewrite optional and implement most of the C++17 std::optional interface. More... over 7 years ago
Rename fmap functions on optionals to apply. More... over 7 years ago
Use forwarding references and perfect forwarding where appropriate. More... over 7 years ago
Make the code more robust and work on both containers and arrays. More... over 7 years ago
Add C++14 operator delete overloads to suppress GCC warnings. More... over 7 years ago
Change `apply' to `pipeline' to avoid potential conflict with C++17 std::apply. More... over 7 years ago
Change `item' to `element' in comments. More... over 7 years ago
Resolve a potential overload ambiguity. More... over 7 years ago
Mark functions as constexpr where appropriate. More... over 7 years ago
Rename some internal names for consistency; remove an unnecessary indirection. More... over 7 years ago
Add new global swap function for file_line_reader::iterator. More... over 7 years ago
Rename wrapper to ref_wrapper. More... over 7 years ago
Add file_line_reader. More... over 7 years ago
Correct a wrong use of NVWA_CXX11_MODE. More... over 7 years ago
Add detection and workaround for C++11 deleted function. More... over 7 years ago
Remove the blank line at end of file. More... over 7 years ago
Use iterator_traits to make the reduce function more generic. More... over 7 years ago
Fix a type error. More... over 7 years ago
Fix two type issues found in testing. More... over 7 years ago
Fix an issue of insufficient memory allocation. More... over 7 years ago
Fix compilation problems with newer compilers and libraries. More... almost 8 years ago
Add code and test for optionals. More... almost 8 years ago
Make minor adjustments. More... almost 8 years ago
Adjust for Doxygen output. More... over 8 years ago
Add whitelist check functionality. More... over 8 years ago
Format code properly. More... over 8 years ago
Allow users to override the stack trace printing behaviour. More... over 8 years ago