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
/
src
/
libraries
/
core
/
input
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)
@10919
9 years
landauf
use range-based for-loop where it makes sense (e.g. ObjectList)
(edit)
@10918
9 years
muemart
Use emplace_back instead of push_back if beneficial
(edit)
@10917
9 years
landauf
made mapEntry const& wherever possible
(edit)
@10916
9 years
landauf
use actual types instead of 'auto'. only exception is for complicated …
(edit)
@10845
9 years
landauf
always use 'virtual' in the declaration of virtual functions even if …
(edit)
@10829
9 years
landauf
replace all remaining usages of SharedPtr with std::shared_ptr
(edit)
@10825
9 years
landauf
use std::shared_ptr instead of orxonox::SharedPtr for FunctorPtr and …
(edit)
@10821
9 years
muemart
Run clang-modernize -loop-convert - Again, not all possible loops were …
(edit)
@10817
9 years
muemart
Run clang-modernize -add-override A few notes: - There are probably …
(edit)
@10778
9 years
landauf
use range-based-for-loop instead of BOOST_FOREACH
(edit)
@10775
9 years
landauf
using std::bind and std::function instead of boost::bind and …
(edit)
@10772
9 years
landauf
use std::make_shared for better performance with shared_ptr
(edit)
@10771
9 years
landauf
using std::shared_ptr instead of boost::shared_ptr (same for weak_ptr)
(edit)
@10769
9 years
landauf
no space needed anymore between closing template brackets ('> >' → '>>')
(edit)
@10768
9 years
landauf
replace '0' by 'nullptr'
(edit)
@10765
9 years
landauf
replace 'NULL' by 'nullptr'
(copy)
@10732
9 years
landauf
created new branch for cpp11
copied from
code/trunk/src/libraries/core/input
:
(edit)
@10624
9 years
landauf
merged branch core7 back to trunk
Note:
See
TracRevisionLog
for help on using the revision log.
Download in other formats:
RSS Feed
ChangeLog