1
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Dec 03, 2024 — Dec 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
issue #4 Compiler fully implemented. More... almost 12 years ago
Issue #4 Or expression added. More... almost 12 years ago
2014 added to copyright notice. More... almost 12 years ago
All of the copyright notices had some syntax errors! I also add 2014 to the copyright notice. More... almost 12 years ago
Issue #4 Structure of expr classes completed. Next step is to complete the compiler implementation. More... almost 12 years ago
Authors file created. More... almost 12 years ago
Issue #4 In And::compile method, I was forgot to add the AND itself to the result. More... almost 12 years ago
Issue #4 Basic functionality of And, Title, and Tag expressions are implemented. More... almost 12 years ago
Issue #4 Basic classes of database expressions added. Though they still need lot of works, I committed them so I can keep a history of changed. More... almost 12 years ago
LIBTOCC added to the beginning of all of the Header Guard macros, to ensure they never conflicts with macros defined on third-party applications/libraries. More... almost 12 years ago
Issue #3 Now scripts can set `error' variable to sendout their errors. More... almost 12 years ago
Issue #3 Creating the database, and its tests are implemented. More... almost 12 years ago
Length of file ID changed from 8 to 7. So it can be stored in an unsigned long when converting to base 10. More... almost 12 years ago
Closes Issue #1 Two functions for converting to/from base 23 implemented. More... almost 12 years ago
ReadOnlyFileSystemError added. More... almost 12 years ago
Issue #6 It now passes the file path to the `handle_errno' function, when facing an error. More... almost 12 years ago
Corrected, so it won't re-compile whole files everytime. More... almost 12 years ago
Issue #6 and Issue #2 1) errors of `copy' method are fixed. 2) exceptions are revised and tested. More... almost 12 years ago
Make file corrected, so it won't re-compile everything everytime. More... almost 12 years ago
Issue #5 1) Implementation of all exceptions moved to a cpp file. 2) A base is defined for all file system exceptions, and `errno' moved to them. NOTE: These are not completed, and not tested yet! More... almost 12 years ago
Issue #2 `copy' method added, but it's not working correctly yet. I also removed a debugging code, and added another exception class to file_system_excedptions. More... almost 12 years ago
Issue #2 `remove' method and its relative test implemented. More... almost 12 years ago
Issue #2 `open' method implemented in FileManager class. Corresponding exceptions and tests are added. More... almost 12 years ago
Now catches exceptions and shows the error message. More... almost 12 years ago
issue #2 1) Exceptions are defined. 2) Now FileSystemManager throws exceptions in case of errors. More... almost 12 years ago
issue #2 More tests added. And now it prints messages in colors! More... almost 12 years ago
Files that ends with "~" (backup files) will be ignored. More... almost 12 years ago
`bin' and `build' directories added. More... almost 12 years ago
Two make files for compiling libtocc and its test. Though, it doesn't work correctly! Need some improvement. More... almost 12 years ago
Basic test for FileManager::create method. More... almost 12 years ago