1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 12, 2024 — Dec 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Developers.sh now is 'gitified' More... over 16 years ago
* Extracted GC headers for you :) * Added testcases * added sylphparams script for helping with compiling user apps More... over 16 years ago
* Added new GC stuff More... over 16 years ago
Removed gc stuff More... over 16 years ago
* Added File IO * Everything compiles, links, and hopefully works now :) More... over 16 years ago
* Updated readme * Added File IO * Did a few linking updates * Array and String proven to work now :) * Object now correctly starts GC when first invoked More... over 16 years ago
* Everything modified so it compiles More... over 16 years ago
* Added CMake support * New license added, please use in all header files! * README adjusted to reflect new changes * developers.sh now has CMake support * Added some fixes in Sylph.h * AppType is now a serperate header * Added several fixes in Application * Added several fixes in Array * BoolConvertible now compiles :) * Added serparate Foreach header * Added new File class, still needs some testing * Added i18n support :) * Iterator is in the process of being seriously reshaped, do not touch! * Few modifications to String * Util.cpp got removed (templates should be defined in headers). Do not rely on Util.h either, it will get replaced by Algorithm.h soon * Buffered streams added * File streams interface added * ScanReader now officially removed * Few modifications to GuessOS.h and OS.h, new support for non-SylphMain programs added. * AppSelfs got serious facelifting and now have an API that makes use of them at least worthy. * Removed WindowsAppSelf support. Will be readded in future versions once a directory standard has been created on Windows. * Officially removed csylph. Just freaking use the C++ API, hmmkay? * That's all, folks! More... over 16 years ago
* Added CMake support * New license added, please use in all header files! * README adjusted to reflect new changes * developers.sh now has CMake support * Added some fixes in Sylph.h * AppType is now a serperate header * Added several fixes in Application * Added several fixes in Array * BoolConvertible now compiles :) * Added serparate Foreach header * Added new File class, still needs some testing * Added i18n support :) * Iterator is in the process of being seriously reshaped, do not touch! * Few modifications to String * Util.cpp got removed (templates should be defined in headers). Do not rely on Util.h either, it will get replaced by Algorithm.h soon * Buffered streams added * File streams interface added * ScanReader now officially removed * Few modifications to GuessOS.h and OS.h, new support for non-SylphMain programs added. * AppSelfs got serious facelifting and now have an API that makes use of them at least worthy. * Removed WindowsAppSelf support. Will be readded in future versions once a directory standard has been created on Windows. * Officially removed csylph. Just freaking use the C++ API, hmmkay? * That's all, folks! More... over 16 years ago
* Corrected macro on Sylph.h * Documentation for Any added * Bugfixes in Application.h/cpp * Array now has clear() function. * Array takes no longer ownership of pointers, PointerManager added instead * Bytebuffer implemented * BoolConvertible implements Safe Bool Idiom * String now completely implemented (except for i18n) to meet 0.1 requirements. * StringBuffer now has clear() function. * UncaughtExceptionHandler updated, now uses StringBuffer to print trace info. * InputStream and OutputStream completed * PrintWriter completely implemented. * ScanReader is going to be removed from 0.1, will be added in 0.2 More... over 16 years ago
* New documentation added to several classes * GC functions in Sylph.h corrected, now they use variadic templates * Array fully documented * Removed old include from Common.h * Added CurrentFunction.h (from boost) * Exception uses subclasses (again) * Exception now supports a new 'trace info' system, documentation added * Fixed some documentation of Object * Fixed some operators on Object * New "formatting" macros in Primtives.h * String almost fully implemented (still requires ICU) * New class: StringBuffer, fully implemented, needs docs * UncaughtExceptionHandler updated for the new Exception classes, still needs StringBuffer support. More... over 16 years ago
* HashMap should work * All classes now use a completely new Iterator framework that is compatible with STL iterators More... over 16 years ago
* Added and renewed newgc(), deletegc() and cleanupgc() in Sylph.h * Some bugfixes in Array * Array now supports copy() and filter() functions * Collection now supports filter() function * HashIterator now part of HashMap.h * HashMap should be the final draft, not yet syntax-tested/bug-tested. No docs atm. * New macro for easier extern template specialisation * Added class Ptr : smart poiter class, similar to std::auto_ptr but less complex. Read: to lazy to read docs of auto_ptr * Range now supports any type, through a stl-like basic_range class. The 'classic' range is now a typedef. * Vector should be in its final draft status. Not yet syntax-tested. * Added very small C interface. Not yet usable! More... over 16 years ago
* Final draft of Vector. No documentation yet. * Bugfix in Array, fixed a few typos More... over 16 years ago
* Final draft of Iterator * Final draft of Iterable * Final draft of Array * Final draft of Object * Created IO subsection * First FD candidate for Any * Skeleton for Bytebuffer provided * Removed boost predefs * Added Common.h * Fixed Hash and Equals * The old Dictionary class is now called HashMap; Dictionary is a typedef of HashMap<String, Any> * Added Primitives.h * Added Range class * No documentation included in this release More... over 16 years ago
* Now 4 classes compile :) More... over 16 years ago
* Various bugfixes More... over 16 years ago
Started mayor "clean up" More... over 16 years ago
* Did some bugfixes More... over 16 years ago
* Minor bugfixes More... over 16 years ago
* Added new documentation to Collection, Iterator, Iterable, Array, ArrayIterator * Added new stylesheet for documentation * Added new option to turn SylphMain off * Added Serialization framework, no implementation yet * Did some const-correctness modifications to various classes More... over 16 years ago
* Added documentation to Sylph.h More... over 16 years ago
* Added a little bit documentation to Iterator More... over 16 years ago
* Checked in new documentation More... over 16 years ago
* Added various bugfixes * Added documentation to Array * Added documentation to Exception * Cleaned up old String, and added interface for new String * Added documentation to Comparable * Finished Dictionary * Removed Wrapper, replaced by Any More... over 16 years ago
Added documentation, various bugfixes More... over 16 years ago
Added documentation for ArrayIterator More... over 16 years ago
Added test cases, did some random bugfixes, added DictionaryIterator, documented Object and Array More... over 16 years ago
Added Vector::deepCopy, added some more implementation to Dictionary More... almost 17 years ago
Added trunk,tags,branches to svn More... almost 17 years ago