0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected 7 months ago.
Jul 05, 2024 — Jul 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added ability for C abstract handle template to "release" the managed object. More... over 16 years ago
Fixed check for sub-folder .svn in find as most 'find' implementations More... over 16 years ago
Added tests for all possible comparison combinations to get everything More... over 16 years ago
Added another block of operators to compare against std::string. More... over 16 years ago
Fixed compile after recent operator additions for sk::util::String. More... over 16 years ago
Added a vim plugin for condensing displayed file content based on patterns. More... over 16 years ago
Using sk::util::String instead of char* to hold a class name. More... over 16 years ago
Added abitlity to use HEAD revision in the range specification. More... over 16 years ago
Added remaining comparison operators to sk::util::Object and sk::util::String. More... over 16 years ago
Implemented ability to sort lists. Now list elements must define operator<() More... over 16 years ago
Introduced infrastructure for list sorting. More... over 16 years ago
Fixed abort tests. More... over 16 years ago
On linux abort tests looped as abort() processed in a different stack frame so More... over 16 years ago
Added tests for aborting on null handle and null or insufficient buffer when More... over 16 years ago
Added tests for the cases that must abort. More... over 16 years ago
Added check for prior error in C interface. More... over 16 years ago
Added installation of sk.C library. More... over 16 years ago
Fixed linking issues on Linux (library order). More... over 16 years ago
Added a test for a C wrapper over a C++ method that throws an exception. More... over 16 years ago
Propagating exception message from C to be printed in tests. More... over 16 years ago
Adjusted C tests to query for call errors via C bridge. More... over 16 years ago
Changed the probe C bridge implementation to exception mapping facility. More... over 16 years ago
Finished implementation of C++/C exception mappting facility. Tests for this More... over 16 years ago
Almost there -- the framework for exception mapping in C bridging is ready, More... over 16 years ago
Trying on new facility. Unfortunatelly, it requires too much to write yet. More... over 16 years ago
Implemented infrastructure for C bridging exception guards. More... over 16 years ago
Some refactorings towards error handling. More... over 16 years ago
Started adding infrastructure for propagating exception information via C/C++ More... over 16 years ago
Rearranged C bridging test code and adjusted namespaces. More... over 16 years ago
Renamed C bridging classes to match new namespace hierarchy and adjusted More... over 16 years ago