Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
49 ancestors of [d22509b5]
2018-08-22
| ||
04:58 |
Commit 2018-08-21 - Minmax: Min corrections and Max namespacing
| |
2018-08-17
| ||
04:41 |
Commit 2018-08-17 - Corrections for MSVC 2010/2012 compat.
| |
2018-07-03
| ||
03:05 |
Commit 2018-07-01 - Forward with library improvements, <numeric> and build logs.
| |
2017-12-24
| ||
20:55 |
Commit 2017-12-24 - Multuple [sic] improvements with a byte of Saturnalia.
| |
2017-12-19
| ||
03:32 |
Commit 2017-12-19 - Transparent headers and typesafe enum.
| |
2017-08-11
| ||
18:12 |
Commit 2017-08-11 - Emulation detection fixes (c++0x, c++1y).
| |
2017-07-30
| ||
16:55 |
Commit 2017-07-30 - Future version preparation; Library additions.
| |
2017-04-23
| ||
04:44 |
Commit 2017-04-22 - Future version preparation, Proposal additions
| |
2016-04-18
| ||
00:34 |
Commit 2016-04-14 - Organizational fixes and 'common_type' goodies.
| |
2015-09-09
| ||
15:01 |
Commit 2015-09-09 - Proposal additions and MSVC.related fixes
| |
2015-08-03
| ||
04:22 |
Commit 2015-08-02 - Proposal additions and MSVC.related fixes
| |
2015-06-30
| ||
14:58 |
Commit 2015-06-30 - Transparent headers and namespace std.
| |
2015-01-05
| ||
18:46 |
Commit 2015-01-05 - Project reorganization part kvin, beta 2.
| |
16:51 | (no comment) check-in: c3c1bd71 user: luismachuca tags: trunk | |
16:46 | (no comment) check-in: e21b4077 user: luismachuca tags: trunk | |
16:11 | (no comment) check-in: d6608835 user: luismachuca tags: trunk | |
16:06 |
Commit 2015-01-05 - Project reorganization part kvin, beta 1.
| |
16:05 | (no comment) check-in: f120530d user: luismachuca tags: trunk | |
16:04 |
Commit 2015-01-05 - Project reorganization part kvin, beta 1.
| |
16:02 |
Commit 2015-01-05 - Project reorganization part kvin, beta 1.
| |
15:54 |
Commit 2015-01-05 - Project reorganization part kvin, beta 1.
| |
15:45 |
Commit 2015-01-05 - Project reorganization part kvin, beta 1.
| |
2014-12-30
| ||
20:50 |
Commit 2014-12-29 - Project reorganization part kvin, beta 1.
| |
2014-12-24
| ||
02:34 |
Commit 2014-12-22 - Project reorganization part quattro.
| |
2014-11-22
| ||
20:21 |
Commit 2014-11-21 - Project reorganization part three.
Wiki-side: enumeration of proposals implemented and fixing organization on Features and Features/Extras. check-in: 7572bcb9 user: luismachuca tags: trunk | |
2014-10-28
| ||
21:09 |
Commit 2014-10-28 - Project reorganization part deux.
| |
2014-10-24
| ||
00:27 |
Commit 2014-10-23 - Project reorganization
| |
2013-12-12
| ||
13:10 |
Commit 2013.12.12 - MSVC fixes.
| |
2013-12-09
| ||
03:19 |
Commit 2013.12.08 - Immaculate Comfort Redux
| |
2013-11-30
| ||
02:22 |
Commit 2013.11.29 - Documenting
| |
2013-11-26
| ||
19:00 | Backported names of new C++11 traits in GCC emulation mode check-in: d8b97055 user: luismachuca tags: trunk | |
06:49 |
Commit 2013.11.24 - Emulation preparations
| |
2013-11-20
| ||
15:32 |
Commit 2013.11.20 - Explicit assistance
| |
2013-11-08
| ||
19:57 |
Commit 2013.11.09 - Options and Optionals.
| |
2013-10-21
| ||
23:37 |
Commit 2013.10.20 - Standards and Extras.
| |
2013-10-09
| ||
02:31 |
Commit 2013.10.08 - Fixing macro derp
Corrected a typo in a . check-in: c8a1184a user: luismachuca tags: trunk | |
01:30 |
Commit 2013.10.08 - Separation of Concerns.
Other minor issues might be pending. check-in: d769b354 user: luismachuca tags: trunk | |
2013-10-03
| ||
23:07 |
Commit 2013.10.03 - More warning-aware.
| |
16:30 |
Commit 2013.10.03 - auto/decltype emulation.
Adds | |
2013-10-02
| ||
21:52 |
Commit .25 - adding allocator traits
| |
2013-09-28
| ||
13:57 |
Commit .24 - reorganizing files.
| |
2013-09-23
| ||
01:26 |
| |
2013-09-03
| ||
17:21 | Corrective edit to iterator.hpp - cbegin() and cend() were not using'd to namespace std. check-in: eb0d56d8 user: luismachuca tags: trunk | |
16:34 |
Updated library version to .20 with internal type_traits utility and minor changes to other components to use this implementation where possible.
Other additions include: * iterator.hpp : Added C++14's proposed std::cbegin, std::cend . * unique_ptr.hpp : Reference detection is done by internal type_traits. * algorithms.hpp : the partition_copy algorithm is added. * extras/14-functors.hpp : Added <void> specializations to namespace std:: by default. check-in: 7e316f56 user: luismachuca tags: trunk | |
2013-08-27
| ||
02:49 |
| |
2013-08-05
| ||
07:08 |
Fossil repo update from local testing branch.
| |
2012-05-26
| ||
02:39 |
Version 0.12
This version is already "usable" and works well with eg.: Boost.Tr1 or another C++ TR1 wrapper. Added are a version file, iterator accessors and configuration macros (some documentation is still pending). check-in: 83adbb73 user: luismachuca tags: trunk | |
02:35 | Testing commit check-in: ad4c629e user: luismachuca tags: trunk | |
2012-04-05
| ||
03:42 |
Initial version of cxxomfort, with license and minimal features.
This does not much else than carry the "it works on my machine" seal. check-in: 53edfccf user: luismachuca tags: trunk | |
2012-04-04
| ||
17:22 | initial empty check-in check-in: 5d00066e user: luismachuca tags: trunk | |