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
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)
@10813
9 years
muemart
Use new random number generation functions
(edit)
@10781
9 years
landauf
in C++11 it's now possible to define 'typedefs' for templates (called …
(edit)
@10778
9 years
landauf
use range-based-for-loop instead of BOOST_FOREACH
(edit)
@10777
9 years
landauf
replacing boost::scoped_ptr/array with 'const std::unique_ptr'
(edit)
@10776
9 years
landauf
using std::array instead of boost::array
(edit)
@10775
9 years
landauf
using std::bind and std::function instead of boost::bind and …
(edit)
@10774
9 years
landauf
using static_assert instead of BOOST_STATIC_ASSERT
(edit)
@10773
9 years
landauf
using std::unique_ptr instead of std::auto_ptr
(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)
@10770
9 years
landauf
made conversion to bool operators explicit
(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'
(edit)
@10745
9 years
landauf
added move-constructor for StrongPtr and SharedPtr. for WeakPtr this …
(edit)
@10744
9 years
landauf
added tests and fixed constructors of StrongPtr and WeakPtr
(edit)
@10736
9 years
landauf
fixed range based for-loop: ObjectList now returns an iterator added …
(edit)
@10733
9 years
landauf
merged branch cpp11 to cpp11_v2
(copy)
@10732
9 years
landauf
created new branch for cpp11
copied from
code/trunk/src/libraries/core
:
(edit)
@10693
9 years
landauf
fixed undefined reference with msvc14 (only occurred in buildmode …
Note:
See
TracRevisionLog
for help on using the revision log.
Download in other formats:
RSS Feed
ChangeLog