Search:
Login
Preferences
Help/Guide
Home
Search
Community
Blog
About
Support
Download
Documentation
Development
Timeline
Browse Source
Context Navigation
View Latest Revision
source:
trunk
/
src
/
array.h
Tweet
Revision Log Mode:
Stop on copy
Follow copies
Show only adds and deletes
View log starting at
and back to
Show at most
revisions per page.
Show full log messages
Legend:
Added
Modified
Copied or renamed
Diff
Rev
Age
Author
Log Message
(edit)
@1381
9 years
sam
core: some clang and g++ 4.7 compilation fixes.
(edit)
@1345
9 years
sam
core: allow to concatenate arrays, and add unit tests for that.
(edit)
@1331
9 years
sam
core: add Last() and Pop() methods to the Array class.
(edit)
@1329
9 years
sam
core: convert some realloc() calls to our nice dynamic Array class.
(edit)
@1328
9 years
sam
core: the Array class now properly works with non-POD types.
(edit)
@1326
9 years
sam
core: rename Array::Append() to Array::Push() for brevity and …
(edit)
@1295
9 years
sam
core: fix a bug in the Array class copy constructor, found thanks to …
(edit)
@1293
9 years
sam
core: dynamic arrays can now have up to 8 typed members.
(edit)
@1285
9 years
sam
core: add copy constructor and assignment operator to Array.
(edit)
@1269
9 years
sam
core: use operator<< instead of operator+= to append stuff to arrays, …
(edit)
@1261
9 years
sam
core: Append() was missing for arrays of single element structs.
(edit)
@1252
9 years
sam
core: fix a bug in the Array class where we would corrupt the data …
(edit)
@1244
9 years
sam
core: add a dynamic Array class.
(add)
@1243
9 years
sam
core: add a simple Array template class.
Note:
See
TracRevisionLog
for help on using the revision log.
Download in other formats:
RSS Feed
ChangeLog