| ../ | 
  | vec |  | 7d61d1c | 6 years | Thierry Delisle | Fixed returning address to local object bug | 
  | stdhdr |  | c960331 | 5 years | ajbeach | Attempt to clean-up the exception headers. I think this is easier to … | 
  | containers |  | e857743 | 5 years | Thierry Delisle | Forgot to commit the missing 'pragma once' in list.hfa | 
  | concurrency |  | 4fc3343 | 5 years | Thierry Delisle | Fix race with memory reclamation of io_context. | 
  | bits |  | a7aea7d | 5 years | Thierry Delisle | Fixed abandon function and futures and added test for it. | 
  | virtual.h | 1.1 KB
     | bf71cfd | 7 years | Thierry Delisle | Moved up many directories in source | 
  | virtual.c | 854 bytes
     | bf71cfd | 7 years | Thierry Delisle | Moved up many directories in source | 
  | time_t.hfa | 1.1 KB
     | e0c235c | 6 years | pabuhr | move clock.hfa into time.hfa, add getCPUTime, rename duration and time … | 
  | time.hfa | 10.6 KB
     | 030653a | 5 years | pabuhr | add unit conversions from duration to double | 
  | time.cfa | 5.3 KB
     | e3fea42 | 6 years | pabuhr | change "const char *" to "const char []" | 
  | stdlib.hfa | 15.7 KB
     | 03ecdcf | 5 years | m3zulfiq | Ignored array-bounds and stringop-overflow= warnings in alloc_internal … | 
  | stdlib.cfa | 7.0 KB
     | 94429f8 | 5 years | pabuhr | formatting, simplify "free" with multiple arguments, make "delete" inline | 
  | startup.hfa | 944 bytes
     | 73abe95 | 7 years | Thierry Delisle | Replace extension-less headers with .hfa | 
  | startup.cfa | 1.5 KB
     | e112a24 | 5 years | pabuhr | add setlocale( LC_NUMERIC, getenv("LANG") ) to startup allowing … | 
  | rational.hfa | 3.8 KB
     | 0087e0e | 7 years | pabuhr | add rational exponentiation, code clean up | 
  | rational.cfa | 7.4 KB
     | f00b2c2c | 6 years | pabuhr | defined rational constructor from 0 [fixes #117] | 
  | parseargs.hfa | 2.0 KB
     | 80d3b1b | 5 years | Thierry Delisle | Libcfa parseargs now supports arguments that don't have short options | 
  | parseargs.cfa | 7.5 KB
     | 6f94958 | 5 years | Thierry Delisle | fix usage printing | 
  | memory.hfa | 2.5 KB
     | aabb846 | 5 years | ajbeach | Added a first draft of the memory management library module. | 
  | memory.cfa | 4.0 KB
     | 09da82d | 5 years | f37yu | workaround for a ttype resolve time issue | 
  | memcheck.awk | 325 bytes
     | bf71cfd | 7 years | Thierry Delisle | Moved up many directories in source | 
  | math.hfa | 20.9 KB
     | 7cfef0d | 5 years | pabuhr | move routines floor, ceiling, ceiling_div from bitmanip.hfa to math.hfa | 
  | Makefile.am | 6.1 KB
     | 70f8bcd2 | 5 years | Thierry Delisle | Added new future types | 
  | lsda.h | 6.8 KB
     | bf71cfd | 7 years | Thierry Delisle | Moved up many directories in source | 
  | limits.hfa | 5.3 KB
     | 6fbe9a5 | 5 years | mlbrooks | Fixing code-gen of constants.  Fixes #182  Removes workaround … | 
  | limits.cfa | 6.1 KB
     | 6fbe9a5 | 5 years | mlbrooks | Fixing code-gen of constants.  Fixes #182  Removes workaround … | 
  | iterator.hfa | 1.6 KB
     | 73abe95 | 7 years | Thierry Delisle | Replace extension-less headers with .hfa | 
  | iterator.cfa | 1.0 KB
     | 167d5ae | 7 years | pabuhr | update file suffix in emacs compile-command | 
  | iostream.hfa | 19.0 KB
     | 51230f1b | 5 years | pabuhr | remove special print for zero_t and one_t | 
  | iostream.cfa | 40.2 KB
     | 7cfef0d | 5 years | pabuhr | move routines floor, ceiling, ceiling_div from bitmanip.hfa to math.hfa | 
  | interpose.cfa | 11.1 KB
     | 804c0ff | 5 years | Thierry Delisle | Simplified abort handling in the case of concurrent abort.
I used to … | 
  | heap.hfa | 1.5 KB
     | 92aca37 | 5 years | pabuhr | formatting, temporarily remove default_heap_exhausted called when … | 
  | heap.cfa | 54.7 KB
     | 709b812 | 5 years | pabuhr | add separate statistics counters for zero allocations and nullptr … | 
  | gmp.hfa | 16.8 KB
     | d231700 | 6 years | pabuhr | remove zero_t/one_t constructor because of relationship with … | 
  | fstream.hfa | 3.3 KB
     | 8d321f9 | 5 years | pabuhr | adjust / comments, change exception name from IO_OPEN_FAILURE to … | 
  | fstream.cfa | 8.2 KB
     | 8d321f9 | 5 years | pabuhr | adjust / comments, change exception name from IO_OPEN_FAILURE to … | 
  | executor.cfa | 5.9 KB
     | a51c0c0 | 5 years | pabuhr | formatting, change buffer remove to not block for empty buffer so … | 
  | exception.hfa | 12.6 KB
     | 8fc9a5f | 5 years | ajbeach | Did some work the exception header to better fake associated types. | 
  | exception.h | 4.7 KB
     | c960331 | 5 years | ajbeach | Attempt to clean-up the exception headers. I think this is easier to … | 
  | exception.c | 21.9 KB
     | c960331 | 5 years | ajbeach | Attempt to clean-up the exception headers. I think this is easier to … | 
  | common.hfa | 2.9 KB
     | 6553828 | 5 years | pabuhr | add specialized char, intptr_t, uintptr_t definitions for min and max | 
  | common.cfa | 1.1 KB
     | 58b6d1b | 7 years | Thierry Delisle | Fixed tests after headers change | 
  | clock.hfa | 2.7 KB
     | 4834563 | 6 years | pabuhr | refactor clock out of time because time.hfa too large for 32-bit build | 
  | bitmanip.hfa | 8.0 KB
     | 7cfef0d | 5 years | pabuhr | move routines floor, ceiling, ceiling_div from bitmanip.hfa to math.hfa | 
  | assert.cfa | 1.6 KB
     | e3fea42 | 6 years | pabuhr | change "const char *" to "const char []" |