1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 10 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove unused "mode" parameter from unique_ptr<> load() and resolve() More... almost 5 years ago
Use latest Forge with toolsets and global functions More... over 5 years ago
Conditionally use std::filesystem only on Windows More... over 5 years ago
Add template keyword in unique_ptr<> load() More... over 5 years ago
Assume that hexadecimal addresses in text archives don't start with "0x" More... over 5 years ago
Remove auto_ptr.hpp, add unique_ptr.hpp More... over 5 years ago
Fix warnings about implicit size_t to int conversion More... over 5 years ago
Remove pragma lib linking from persist.hpp More... over 5 years ago
Use unique_ptr<> instead of auto_ptr<> creating objects in Reader.ipp More... over 5 years ago
Use c++17 std::filesystem instead of boost::filesystem More... over 5 years ago
Rename *.build to *.forge More... over 5 years ago
Specify “${obj}/%1” as replacement pattern for C/C++ targets More... over 5 years ago
Use parser table source files without generating from grammar More... almost 6 years ago
Explicitly specify bin, lib, platform, and architecture in build target identifiers More... almost 6 years ago
Fix warnings about ParserNode and ParserEventSink being aliased by typedefs. More... about 7 years ago
Ignore *.o. More... about 7 years ago
Update to lua_parser.hpp generated with deterministic parser generator. More... over 7 years ago
Identify C/C++ builds with "cc_" prefix. More... over 7 years ago
Use build.default_settings() iterator to build all platforms. More... over 7 years ago
Use colon syntax in buildfiles and build scripts. More... over 7 years ago
Update lua_parser.hpp and xml_parser.hpp after regeneration. More... over 7 years ago
Use parser generator that generates both source and header files. More... over 7 years ago
Add missing includes to ObjectGuard.ipp. More... over 7 years ago
Explicitly build executables to the bin directory. More... over 7 years ago
Explicitly add executable targets as dependencies of all. More... over 7 years ago
Compile persist library using boost::filesystem::path. More... over 8 years ago
Remove include of sweet/fs/fs.hpp from filters.hpp. More... over 8 years ago
Replace use of fs::Path with boost::filesystem::path. More... over 8 years ago
Rename 'fsys' to 'fs'. More... over 8 years ago
Rename 'path' to 'phases'. More... over 8 years ago