openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
L
LibSylph
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Dec 12, 2024 — Dec 12, 2025
Showing page 11 of 11
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Developers.sh now is 'gitified'
Frank Erens
More...
over 16 years ago
* Extracted GC headers for you :) * Added testcases * added sylphparams script for helping with compiling user apps
Frank Erens
More...
over 16 years ago
* Added new GC stuff
Frank Erens
More...
over 16 years ago
Removed gc stuff
Frank Erens
More...
over 16 years ago
* Added File IO * Everything compiles, links, and hopefully works now :)
Frank Erens
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
Frank Erens
More...
over 16 years ago
* Everything modified so it compiles
Frank Erens
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!
Frank Erens
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!
Frank Erens
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
Frank Erens
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.
Frank Erens
More...
over 16 years ago
* HashMap should work * All classes now use a completely new Iterator framework that is compatible with STL iterators
Frank Erens
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!
Frank Erens
More...
over 16 years ago
* Final draft of Vector. No documentation yet. * Bugfix in Array, fixed a few typos
Frank Erens
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
Frank Erens
More...
over 16 years ago
* Now 4 classes compile :)
Frank Erens
More...
over 16 years ago
* Various bugfixes
Frank Erens
More...
over 16 years ago
Started mayor "clean up"
Frank Erens
More...
over 16 years ago
* Did some bugfixes
Frank Erens
More...
over 16 years ago
* Minor bugfixes
Frank Erens
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
Frank Erens
More...
over 16 years ago
* Added documentation to Sylph.h
Frank Erens
More...
over 16 years ago
* Added a little bit documentation to Iterator
Frank Erens
More...
over 16 years ago
* Checked in new documentation
Frank Erens
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
Frank Erens
More...
over 16 years ago
Added documentation, various bugfixes
Frank Erens
More...
over 16 years ago
Added documentation for ArrayIterator
Frank Erens
More...
over 16 years ago
Added test cases, did some random bugfixes, added DictionaryIterator, documented Object and Array
Frank Erens
More...
over 16 years ago
Added Vector::deepCopy, added some more implementation to Dictionary
Frank Erens
More...
almost 17 years ago
Added trunk,tags,branches to svn
Frank Erens
More...
almost 17 years ago
←
1
2
3
4
5
6
7
8
9
10
11
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree