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
Using readdir() instead of readdir_r() as the latter is not fully compatible More... about 16 years ago
Fixed the problem wiht readdir_r() on Solaris, where dirent is defined More... about 16 years ago
Added copying and cloning processors. Added ability to copy sk::io::FileInfo. More... about 16 years ago
Added class methods to sk::io::Dir and sk::io::File to perform different More... about 16 years ago
Returned operator=() for sk::rt::Scope as it turned out to be used in some More... about 16 years ago
Fixing compile on non-mac platforms. More... about 16 years ago
Fixed ordering for sk::rt::Time. Added tests for ordering and sorting. More... about 16 years ago
Added ability to specify a sort ordering checker for array lists. More... about 16 years ago
Added ability to go through directory items of a particular type. More... about 16 years ago
Added processors for type mapping and for selecting or rejecting objects based More... about 16 years ago
Tweaked sk::io::FileInfo's inspect() output. More... about 16 years ago
Using sk::rt::Time instead of raw values for file accessed, modified and More... about 16 years ago
A little twead for Time's inspect() output. More... about 16 years ago
Added ability to create a time object for a particular moment. More... about 16 years ago
Added a test program demostrating how to produce a directory listing with More... about 16 years ago
Added ability to inspect sk::io::FileInfo. More... about 16 years ago
Eliminating "." and ".." from directory entries and prepending the direcotry More... about 16 years ago
Implemented missing methods for a directory class. More... about 16 years ago
Added missing methods to file info class. More... about 16 years ago
Introduced classes for directory and file status handing. More... about 16 years ago
Long standing clean-up -- replaced "long long" and off_t in stemkit api calls More... about 16 years ago
A fix for possible symlinks. More... over 16 years ago
Added conversion to roman numerals. More... over 16 years ago
[Merge] svn merge -r1556:1595 %r/stemkit-cpp/0.18/trunk . More... over 16 years ago
Added YAML representation of probe's config file. More... over 16 years ago
Removing accidently added folder after it had been moved. More... over 16 years ago
Added examples of YAML generation and fixed yaml-cpp include file referencing. More... over 16 years ago
Temporarily commented out warning on unused parameters as it prevents SWIG More... over 16 years ago
Split a big switch statement in two because of a weird compile problem in More... over 16 years ago
Added Jamfiles to build yaml-cpp. More... over 16 years ago