Removed extraneous declaration which is shadowe...
Fixed home page issues.
Added tag autoc-1.4 for changeset b8c6e93b39da
Changes to the build environment.
Started to extract common functionality in inte...
Added extremal elements retreival for TreeMap.
Added TreeSet documentation.
Seeded the tree-based TreeMap type.
Minor changes.
Switched over to another TreeSet implementation.
Implemented getters for lowest/highest elements...
Fixed a bug in TreeSet#replace which prevented ...
Wrapped flag manipulation statements into macro...
Seeded the integer tree set unit test.
Got rid of function-local references to nil ant...
Seeded the unit tests for the tree set container.
Seeded the red-black tree set implementation. W...
Version bump.
Added tag autoc-1.3 for changeset 60f0500bff8f
Got rid of the old test suite.
Removed stray files.
Small fixes.
Fixed Makefile to match the changes made to the...
Corrected the description of HashMap#Replace() ...
Test updates.
Test updates.
Reverted to unsigned index type in list copy.
Reduced the visibility of acidentally visible f...
Fixed a bug in the list copy function due to th...
Merged two accidentally diverged branches.
Switched to the value type for the list support...
Fixed missing destructor for the string list's ...
Fixed a bug with memory access beyond allocated...
Fixed a bug in the string join code.
Completed the vector test.
Fixed a bug in the value vector test.
Seeded the test value type.
Completed the string test.
Added missing String#CopyRange().
Added emptiness test for strings.
Seeded the auto-generated unit test suite.
Fixed a bunch of non-fatal warnings as detected...
Made generated function definition to specify (...
Changed default string buffer size.
Switched over to memcpy() for string copying.
Implemented iteration over string's characters.
Fixed a bug in string size setting upon constru...
Implemented the substring copy operation.
Code cleanup & doc updates.
Implemented sprintf() wrapper.
Made the leading underscore in generated names ...
Made use of snprintf() when possible.
Turned join/split front functions into macros f...
Fixed wrong chunks merge direction.
Laid down the documentation and the unit testin...
Started moving the unit tests into the generator.
Added missing stubs for required methods in the...
Reworked the types capability infrastructure.
Minor code cleanup.
Fixed misbehavior of the user-defined type in c...
Added more values append functions.
Implemented lazy strings appending.
(Partially) implemented the String's builder fu...
Minor code fixes.
Fixed incorrect redirector initialization.
Seeded a basic String type implementation.
Set index type in the HashSet's iterator to a s...
Added changelog to the gemspec.
Version bump.
Doc updates.
More doc updates.
Added tag autoc-1.2 for changeset 71e1b6cdba85
Hid the ParameterArray inside the Dispatcher as...
Added more type capability checking.
Added some C identifier checking.
Fixed a (long-standing) bug where eql? aliasing...
Completed the implementation of counted referen...
Fixed a bug in Reference class which led to inc...
Added a sketch of a test of complex nested coll...
Fxied incorrect placement of redirection code.
Made Function accept parameters for Signature.
Rolled out the first fairly working implementat...
Streamlined the UserDefinedType class.
Updated all existing collections to employ the ...
Initiated transition to the new dispatcher code.
Implemented the method definition metaprogrammi...
Introduced function signature class.
Renamed excessively long method names.
Introduced counted reference type.
Introducted prefix for collections' functions.
Enabled the use of value type collections as pa...
Introduced type capabilities and optional opera...
Included .yardopts to the gem in hope it will r...
Добавлена метка autoc-1.1 для набора изменений ...
Added tag autoc-1.0 for changeset 18561bdb7b34
Doc updates.