Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

49 ancestors of d22509b55b60dac8

2018-08-22
04:58
Commit 2018-08-21 - Minmax: Min corrections and Max namespacing check-in: d22509b5 user: luismachuca tags: trunk
2018-08-17
04:41
Commit 2018-08-17 - Corrections for MSVC 2010/2012 compat. check-in: 6fe18ebc user: luismachuca tags: trunk
2018-07-03
03:05
Commit 2018-07-01 - Forward with library improvements, <numeric> and build logs. check-in: 5862a10f user: luismachuca tags: trunk
2017-12-24
20:55
Commit 2017-12-24 - Multuple [sic] improvements with a byte of Saturnalia. check-in: 0c1dc33f user: luismachuca tags: trunk
2017-12-19
03:32
Commit 2017-12-19 - Transparent headers and typesafe enum. check-in: d2fcaba9 user: luismachuca tags: trunk
2017-08-11
18:12
Commit 2017-08-11 - Emulation detection fixes (c++0x, c++1y). check-in: ef968a6c user: luismachuca tags: trunk
2017-07-30
16:55
Commit 2017-07-30 - Future version preparation; Library additions. check-in: dc81f185 user: luismachuca tags: trunk
2017-04-23
04:44
Commit 2017-04-22 - Future version preparation, Proposal additions check-in: 93870e64 user: luismachuca tags: trunk
2016-04-18
00:34
Commit 2016-04-14 - Organizational fixes and 'common_type' goodies. check-in: def09e11 user: luismachuca tags: trunk
2015-09-09
15:01
Commit 2015-09-09 - Proposal additions and MSVC.related fixes check-in: 2654b55b user: luismachuca tags: trunk
2015-08-03
04:22
Commit 2015-08-02 - Proposal additions and MSVC.related fixes check-in: 19c89a45 user: luismachuca tags: trunk
2015-06-30
14:58
Commit 2015-06-30 - Transparent headers and namespace std. check-in: 067320ae user: luismachuca tags: trunk
2015-01-05
18:46
Commit 2015-01-05 - Project reorganization part kvin, beta 2. check-in: e57e681b user: luismachuca tags: trunk
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. check-in: 1af853d1 user: luismachuca tags: trunk
16:05
(no comment) check-in: f120530d user: luismachuca tags: trunk
16:04
Commit 2015-01-05 - Project reorganization part kvin, beta 1. check-in: e5c0826f user: luismachuca tags: trunk
16:02
Commit 2015-01-05 - Project reorganization part kvin, beta 1. check-in: 43b0aee6 user: luismachuca tags: trunk
15:54
Commit 2015-01-05 - Project reorganization part kvin, beta 1. check-in: b1357585 user: luismachuca tags: trunk
15:45
Commit 2015-01-05 - Project reorganization part kvin, beta 1. check-in: 9f271949 user: luismachuca tags: trunk
2014-12-30
20:50
Commit 2014-12-29 - Project reorganization part kvin, beta 1. check-in: f92ab155 user: luismachuca tags: trunk
2014-12-24
02:34
Commit 2014-12-22 - Project reorganization part quattro. check-in: d8862997 user: luismachuca tags: trunk
2014-11-22
20:21
Commit 2014-11-21 - Project reorganization part three. check-in: 7572bcb9 user: luismachuca tags: trunk
2014-10-28
21:09
Commit 2014-10-28 - Project reorganization part deux. check-in: 6eb06440 user: luismachuca tags: trunk
2014-10-24
00:27
Commit 2014-10-23 - Project reorganization check-in: dda2e55a user: luismachuca tags: trunk
2013-12-12
13:10
Commit 2013.12.12 - MSVC fixes. check-in: 90d4e4fd user: luismachuca tags: trunk
2013-12-09
03:19
Commit 2013.12.08 - Immaculate Comfort Redux check-in: 48465c61 user: luismachuca tags: trunk
2013-11-30
02:22
Commit 2013.11.29 - Documenting check-in: 37afb66a user: luismachuca tags: trunk
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 check-in: bb3ca53b user: luismachuca tags: trunk
2013-11-20
15:32
Commit 2013.11.20 - Explicit assistance check-in: d1f68706 user: luismachuca tags: trunk
2013-11-08
19:57
Commit 2013.11.09 - Options and Optionals. check-in: 7be86be6 user: luismachuca tags: trunk
2013-10-21
23:37
Commit 2013.10.20 - Standards and Extras. check-in: 42346b8f user: luismachuca tags: trunk
2013-10-09
02:31
Commit 2013.10.08 - Fixing macro derp check-in: c8a1184a user: luismachuca tags: trunk
01:30
Commit 2013.10.08 - Separation of Concerns. check-in: d769b354 user: luismachuca tags: trunk
2013-10-03
23:07
Commit 2013.10.03 - More warning-aware. check-in: 73664c9b user: luismachuca tags: trunk
16:30
Commit 2013.10.03 - auto/decltype emulation. check-in: bc9c1726 user: luismachuca tags: trunk
2013-10-02
21:52
Commit .25 - adding allocator traits check-in: f79dc724 user: luismachuca tags: trunk
2013-09-28
13:57
Commit .24 - reorganizing files. check-in: e831ee40 user: luismachuca tags: trunk
2013-09-23
01:26
  • Added memtools.hpp with memory management tools and alignof, alignas macros.
  • Added portable stdint.h for usage with cstdint.hpp .
  • Addedd value-init.hpp with value initialization technique and macro from Boost.
  • Added utilities.hpp with various utilities not mapped to C++11 names.
  • Modified unique_ptr.hpp, iterator.hpp to use the internal traits from type_traits.hpp .
  • Added global cbegin(), cend() from C++14 to iterator.hpp .
  • Removed is_enum, is_union from the internal traits impl.
  • Updated version to 0.22.
check-in: 3282f41d user: luismachuca tags: trunk
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. check-in: 7e316f56 user: luismachuca tags: trunk
2013-08-27
02:49
  • Update to version 0.16
  • Added extras (i12n, auto and 14-functors)
  • Added algorithms header.
check-in: 01bb6e22 user: luismachuca tags: trunk
2013-08-05
07:08
Fossil repo update from local testing branch. check-in: e7738dad user: luismachuca tags: trunk
2012-05-26
02:39
Version 0.12 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. check-in: 53edfccf user: luismachuca tags: trunk
2012-04-04
17:22
initial empty check-in check-in: 5d00066e user: luismachuca tags: trunk