summaryrefslogtreecommitdiffstats
path: root/libdimensionxx/dimensionxx/array.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix Array's of objects which wrap their C types by value.Tavian Barnes2009-07-121-3/+56
|
* Allow Array's of non-POD types through specialized Array_Element class.Tavian Barnes2009-07-111-18/+194
|
* Update license copyrights to 2009.Tavian Barnes2009-07-081-1/+1
|
* Remove thread-synchronization from arrays, which was way too slow, andTavian Barnes2009-06-291-58/+3
| | | | only really needed for dmnsn_progress anyway.
* Add lots of comments, and some code fixes discovered in the process.Tavian Barnes2009-06-261-2/+5
|
* New C++ dmnsn_progress* wrapper.Tavian Barnes2009-06-241-2/+2
|
* Finish C++ dmnsn_array* wrapper.Tavian Barnes2009-06-241-10/+90
|
* New C++ dmnsn_array* and dmnsn_object* wrappers.Tavian Barnes2009-06-201-0/+108