Search:
Login
Preferences
Lost Password?
Help/Guide
Wiki
Home
Index
Recent Changes
Tickets
Reports
Query
New Ticket
Defect
Enhancement
Feature
Task
Recent Changes
Code
Browse
Recent Changes
Timeline
Roadmap
Doxygen
Jenkins
Mail
Search
Context Navigation
View Latest Revision
source:
code
/
branches
/
cpp11_v2
/
test
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)
@10989
10 years
landauf
using the c++11 chrono library to add milliseconds to the timestamp in …
(edit)
@10986
10 years
landauf
use the existing class 'FunctorPointer' to store the callable object. …
(edit)
@10984
10 years
landauf
fixed warnings in test (msvc)
(edit)
@10983
10 years
landauf
added a bunch of unit tests for Functor
(edit)
@10975
10 years
muemart
Extend Functor to handle any callable objects (lambdas!). Had to …
(edit)
@10922
10 years
landauf
moved functor-tests to new file
(edit)
@10920
10 years
landauf
no static functions anymore in ObjectList. you need to instantiate an …
(edit)
@10919
10 years
landauf
use range-based for-loop where it makes sense (e.g. ObjectList)
(edit)
@10865
10 years
muemart
Add some more tests for Functor(Ptr)
(edit)
@10846
10 years
landauf
added 'override' to inherited virtual functions in unittests
(edit)
@10830
10 years
landauf
removed SharedPtr (use std::shared_ptr instead)
(edit)
@10829
10 years
landauf
replace all remaining usages of SharedPtr with std::shared_ptr
(edit)
@10825
10 years
landauf
use std::shared_ptr instead of orxonox::SharedPtr for FunctorPtr and …
(edit)
@10822
10 years
landauf
added tests for FunctorPtr and ExecutorPtr
(edit)
@10770
10 years
landauf
made conversion to bool operators explicit
(edit)
@10769
10 years
landauf
no space needed anymore between closing template brackets ('> >' → '>>')
(edit)
@10768
10 years
landauf
replace '0' by 'nullptr'
(edit)
@10765
10 years
landauf
replace 'NULL' by 'nullptr'
(edit)
@10744
10 years
landauf
added tests and fixed constructors of StrongPtr and WeakPtr
(edit)
@10736
10 years
landauf
fixed range based for-loop: ObjectList now returns an iterator added …
(copy)
@10732
10 years
landauf
created new branch for cpp11
copied from
code/trunk/test
:
(edit)
@10712
10 years
landauf
fixed build with MSVC14
Note:
See
TracRevisionLog
for help on using the revision log.
Download in other formats:
RSS Feed
ChangeLog