0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 9 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Run bat scripts through cmd instead of directly trying to run them. More... about 13 years ago
Run bat scripts through cmd instead of directly trying to run them. More... about 13 years ago
Replaced bool ItemStruct::check_equals(startup::Item const&) with the macro CHECK_ITEM_EQUALS(itemstruct, startitem); a macro makes it easier to locate a failure. More... about 13 years ago
Updated cli to reflect exception model update. More... about 13 years ago
Fixed resource leak and added unit test for const registry iterators. More... about 13 years ago
- Updated delayed launcher tests More... about 13 years ago
Updated readme file. More... about 13 years ago
Typo More... about 13 years ago
Updated settings. More... about 13 years ago
Updated delayed launcher test. More... about 13 years ago
Updated ignore list. More... about 13 years ago
Use ShellExecute and WaitForSingleObject instead of System. More... about 13 years ago
Opacity animation for logo in about box. More... about 13 years ago
some updates More... about 13 years ago
Added more debug output. More... about 13 years ago
Added more debug output. More... about 13 years ago
Fixed duplicated code in util::string::string_cast implementation. More... about 13 years ago
Core classes unit tests: use util::string::string_cast. More... about 13 years ago
Attach some extra information to exceptions thrown by utilities. More... about 13 years ago
Extended exception model by adding means to attach extra information when throwing exceptions. (TODO: Insert the extra information.) More... about 13 years ago
Updated core classes unit tests. More... about 13 years ago
Updated core classes exception model (todo: adapt unit tests). More... about 13 years ago
Updated utility classes exceptions mechanism to fit boost exception. More... about 13 years ago
Use std::back_inserter(iterator) to construct a back insert iterator instead of using std::back_insert_iterator<Container>(iterator) directly. More... about 13 years ago
Updated readme. More... about 13 years ago
Updated readme. More... about 13 years ago
- Updated readme file More... about 13 years ago
Updated reg files that setup/teardown test environment to regedit 5 and unicode. More... about 13 years ago
Updated readme file. More... about 13 years ago
- Unit tests: use BOOST_TEST_MODULE test_suite_name instead of the deprecated BOOST_TEST_MAIN More... about 13 years ago