0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 14, 2023 — Jun 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
r174: Added start of doxygen documentation for image classes More... over 21 years ago
r173: First commit of configuration file for generating doxygen documentation More... over 21 years ago
r172: Everytime you list the contents of a directory you can now choose whether the result should be in alphabetical order. More... over 21 years ago
r171: replaced set methods in Size by static constructor functions. More... over 21 years ago
r170: Removed FsObjectHandle. We don't need it anymore as we are constructing the Dir and File objects directly. More... over 21 years ago
r169: Removed static construct method. More... over 21 years ago
r168: Taken tests that were in testFsObject and moved them to testDir and testFile. I'm slowly trying to remove the direct references to FsObject from the code. More... over 21 years ago
r167: The one method ls() in Dir has been replaced by two: listFiles() and listDirs(). These don't return pointers to FsObject's anymore rather actual File or Dir objects. More... over 21 years ago
r166: FsObject::construct does not construct an image object anymore. More... over 21 years ago
r165: Put all the classes (except for the test classes) into their own namespace Sp. More... over 21 years ago
r164: Project builder got a little confused with adding and removing files. Doing it by hand here. More... over 21 years ago
r163: Removed Sp prefix from filenames. Also, changed Time class to DateTime in order to avoid name conflict of header files between Time.h and the system time.h under OS X. Remember that OS X ignores case while at the same time preserving it. This can catch you out and it just did! More... over 21 years ago
r162: Removed Sp from filenames. Also renamed Time class to DateTime to avoid header file naming conflict between Time.h and the system time.h. Remember, under OS X, the files ignore the case (but preserve it)! More... over 21 years ago
r161: Removed Sp from filenames for tests More... over 21 years ago
r160: Updates to Project Builder project file. I am doing these commits slower than the others as you currently have to do this from the command line. So, apologies if this lags a little behind the other changes! More... over 21 years ago
r159: Added a bit of extra error checking (of the assert variety) More... over 21 years ago
r158: Recommitted the bug fixes for the memory errors discovered with Valgrind. I accidently undid the changes by overwriting files with a different editor. I think the underlying problem was a couple of machines times were out. That's fixed now. Also, renamed files in imageFormats to remove Sp prefix. More... over 21 years ago
r157: Removed Sp prefix from all class names More... over 21 years ago
r156: changed static method name to fix broken compile on Red Hat More... over 21 years ago
r155: Replaced set methods by static methods that you use to construct an object. More... over 21 years ago
r154: Replaced set methods by static methods that you use to construct an object. More... over 21 years ago
r153: Replaced set methods by static methods that you use to construct an object. More... over 21 years ago
r152: Put tests for SpTime back in. More... over 21 years ago
r151: Removed classes and tests for partially implemented directory monitoring. We will bring these back after the first milestone has been reached. More... over 21 years ago
r150: Updated year on copyright statement More... over 21 years ago
r149: Fixed typo More... over 21 years ago
r148: Added #ifdef's so that code is unchanged on Linux but might just make the OS X version work without the plugin support. This is a short-term solution. Avoid #ifdef's for long-term solutions. More... over 21 years ago
r147: Added Mac OS X Project Builder setup More... over 21 years ago
r146: Fixed memory leak found with Valgrind. More... over 21 years ago
r145: I'll say it again. I love Valgrind. It's one fantastic memory debugger. These are some problems that I found using it. More... over 21 years ago