1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 12 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message ***
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
Moved idioskopos.h to header include root directory
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
Added an optional changed signal callback slot to constructors.
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
Renamed xml_*_factory() methods to xml_*_factory_create()
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
*** empty log message ***
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
Added support for releasing .zip and .gz files.
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
Removed the is_property(), is_introspectable() and size() virtual methods from all classes that descend from Object, which is almost everything.
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
Removed the is_property(), is_introspectable() and size() virtual methods from all classes that descend from Object, which is almost everything.
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
Removed the is_property(), is_introspectable() and size() virtual methods from all classes that descend from Object, which is almost everything.
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
*** empty log message ***
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
*** empty log message ***
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
*** empty log message ***
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
ReadOnlyPropertyBase: Added template specializations for std::vector and std::tr1::array (or boost::array) property types.
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
PropertyBase: Added template specializations for std::vector and std::tr1::array (or boost::array) property types.
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
WriteOnlyPropertyBase: Changed protected get_value() method to non-const
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
Factory: Changed registration parameter from function pointer to sigc++ slot
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
Cleaned up the .spec generation file thanks to feedback from Mamoru Tasaka
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
*** empty log message ***
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
*** empty log message ***
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
Introspectable: Changed default separator to . from :
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
Object: Added is_introspectable() and is_property() methods
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
Introspectable: Changed is_property(string_name) to has_property(string_name)
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
Added registration macro that accepts a registration name different from class name
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
*** empty log message ***
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
*** empty log message ***
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
ReadOnlyVirtualProperty: Changed parent to ReadOnlyPropertyBase from ReadOnlyProperty
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
ReadOnlyReferenceProperty: Changed parent to ReadOnlyPropertyBase from ReadOnlyProperty
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
Changed get accessor to return const reference to, rather than copy of value.
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
ReadOnlyProperty: Added create methods.
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago
Removed virtual interitance from ReadOnlyPropertyBase and WriteOnlyPropertyBase.
Rick L. Vinyard, Jr.
as rvinyard
More... over 17 years ago