| 
              ../
             | 
          
  | 
    bits
   | 
  
   | 
  
    f19497c
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Fixed missing try_lock in locks based on 'blocking_lock'
   | 
  | 
    concurrency
   | 
  
   | 
  
    9e27f69
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Fixed warnings and errors in cfathreads.cfa
   | 
  | 
    containers
   | 
  
   | 
  
    6f36dde
     
   | 
  
    5 years
   | 
  pabuhr | 
  
    formatting
   | 
  | 
    stdhdr
   | 
  
   | 
  
    fcd01432
     
   | 
  
    5 years
   | 
  pabuhr | 
  
    removed convert keyword exception to identifier, as exception variable …
   | 
  | 
    vec
   | 
  
   | 
  
    fd54fef
     
   | 
  
    5 years
   | 
  mlbrooks | 
  
    Converting the project to use the new syntax for otype, dtype and …
   | 
  | 
    assert.cfa
   | 
  
    1.6 KB
    
   | 
  
    e3fea42
     
   | 
  
    6 years
   | 
  pabuhr | 
  
    change "const char *" to "const char []"
   | 
  | 
    bitmanip.hfa
   | 
  
    8.0 KB
    
   | 
  
    fd54fef
     
   | 
  
    5 years
   | 
  mlbrooks | 
  
    Converting the project to use the new syntax for otype, dtype and …
   | 
  | 
    clock.hfa
   | 
  
    2.7 KB
    
   | 
  
    4834563
     
   | 
  
    6 years
   | 
  pabuhr | 
  
    refactor clock out of time because time.hfa too large for 32-bit build
   | 
  | 
    common.cfa
   | 
  
    1.1 KB
    
   | 
  
    fd54fef
     
   | 
  
    5 years
   | 
  mlbrooks | 
  
    Converting the project to use the new syntax for otype, dtype and …
   | 
  | 
    common.hfa
   | 
  
    2.9 KB
    
   | 
  
    fd54fef
     
   | 
  
    5 years
   | 
  mlbrooks | 
  
    Converting the project to use the new syntax for otype, dtype and …
   | 
  | 
    exception.c
   | 
  
    21.9 KB
    
   | 
  
    c960331
     
   | 
  
    5 years
   | 
  ajbeach | 
  
    Attempt to clean-up the exception headers. I think this is easier to …
   | 
  | 
    exception.h
   | 
  
    4.7 KB
    
   | 
  
    fd54fef
     
   | 
  
    5 years
   | 
  mlbrooks | 
  
    Converting the project to use the new syntax for otype, dtype and …
   | 
  | 
    exception.hfa
   | 
  
    12.6 KB
    
   | 
  
    8fc9a5f
     
   | 
  
    5 years
   | 
  ajbeach | 
  
    Did some work the exception header to better fake associated types.
   | 
  | 
    executor.cfa
   | 
  
    5.9 KB
    
   | 
  
    fd54fef
     
   | 
  
    5 years
   | 
  mlbrooks | 
  
    Converting the project to use the new syntax for otype, dtype and …
   | 
  | 
    fstream.cfa
   | 
  
    9.1 KB
    
   | 
  
    e474cf09
     
   | 
  
    5 years
   | 
  pabuhr | 
  
    add concurrency lock to IO stream and provide user interface to lock stream
   | 
  | 
    fstream.hfa
   | 
  
    3.9 KB
    
   | 
  
    e474cf09
     
   | 
  
    5 years
   | 
  pabuhr | 
  
    add concurrency lock to IO stream and provide user interface to lock stream
   | 
  | 
    gmp.hfa
   | 
  
    16.8 KB
    
   | 
  
    fd54fef
     
   | 
  
    5 years
   | 
  mlbrooks | 
  
    Converting the project to use the new syntax for otype, dtype and …
   | 
  | 
    heap.cfa
   | 
  
    54.7 KB
    
   | 
  
    d134b15
     
   | 
  
    5 years
   | 
  pabuhr | 
  
    remove inline from extern routine
   | 
  | 
    heap.hfa
   | 
  
    1.5 KB
    
   | 
  
    92aca37
     
   | 
  
    5 years
   | 
  pabuhr | 
  
    formatting, temporarily remove default_heap_exhausted called when …
   | 
  | 
    interpose.cfa
   | 
  
    11.5 KB
    
   | 
  
    92bfda0
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Revisited abort again to be more streamlined and simple.
   | 
  | 
    iostream.cfa
   | 
  
    42.8 KB
    
   | 
  
    e474cf09
     
   | 
  
    5 years
   | 
  pabuhr | 
  
    add concurrency lock to IO stream and provide user interface to lock stream
   | 
  | 
    iostream.hfa
   | 
  
    20.0 KB
    
   | 
  
    e474cf09
     
   | 
  
    5 years
   | 
  pabuhr | 
  
    add concurrency lock to IO stream and provide user interface to lock stream
   | 
  | 
    iterator.cfa
   | 
  
    1.0 KB
    
   | 
  
    fd54fef
     
   | 
  
    5 years
   | 
  mlbrooks | 
  
    Converting the project to use the new syntax for otype, dtype and …
   | 
  | 
    iterator.hfa
   | 
  
    1.5 KB
    
   | 
  
    fd54fef
     
   | 
  
    5 years
   | 
  mlbrooks | 
  
    Converting the project to use the new syntax for otype, dtype and …
   | 
  | 
    limits.cfa
   | 
  
    6.1 KB
    
   | 
  
    6fbe9a5
     
   | 
  
    5 years
   | 
  mlbrooks | 
  
    Fixing code-gen of constants.  Fixes #182  Removes workaround …
   | 
  | 
    limits.hfa
   | 
  
    5.3 KB
    
   | 
  
    6fbe9a5
     
   | 
  
    5 years
   | 
  mlbrooks | 
  
    Fixing code-gen of constants.  Fixes #182  Removes workaround …
   | 
  | 
    lsda.h
   | 
  
    6.8 KB
    
   | 
  
    bf71cfd
     
   | 
  
    7 years
   | 
  Thierry Delisle | 
  
    Moved up many directories in source
   | 
  | 
    Makefile.am
   | 
  
    6.1 KB
    
   | 
  
    ab1b971
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    blocking_lock & multiple_acquisition_lock can now be used without …
   | 
  | 
    math.hfa
   | 
  
    20.9 KB
    
   | 
  
    fd54fef
     
   | 
  
    5 years
   | 
  mlbrooks | 
  
    Converting the project to use the new syntax for otype, dtype and …
   | 
  | 
    memcheck.awk
   | 
  
    325 bytes
    
   | 
  
    bf71cfd
     
   | 
  
    7 years
   | 
  Thierry Delisle | 
  
    Moved up many directories in source
   | 
  | 
    memory.cfa
   | 
  
    3.8 KB
    
   | 
  
    85871478
     
   | 
  
    5 years
   | 
  ajbeach | 
  
    Forgot about a memory fix, don't decrement a new pointer before …
   | 
  | 
    memory.hfa
   | 
  
    2.7 KB
    
   | 
  
    8be729f
     
   | 
  
    5 years
   | 
  ajbeach | 
  
    That should fix the memory module. Simply removed all the special features.
   | 
  | 
    parseargs.cfa
   | 
  
    7.5 KB
    
   | 
  
    6f94958
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    fix usage printing
   | 
  | 
    parseargs.hfa
   | 
  
    2.0 KB
    
   | 
  
    fd54fef
     
   | 
  
    5 years
   | 
  mlbrooks | 
  
    Converting the project to use the new syntax for otype, dtype and …
   | 
  | 
    rational.cfa
   | 
  
    7.3 KB
    
   | 
  
    fd54fef
     
   | 
  
    5 years
   | 
  mlbrooks | 
  
    Converting the project to use the new syntax for otype, dtype and …
   | 
  | 
    rational.hfa
   | 
  
    3.8 KB
    
   | 
  
    fd54fef
     
   | 
  
    5 years
   | 
  mlbrooks | 
  
    Converting the project to use the new syntax for otype, dtype and …
   | 
  | 
    startup.cfa
   | 
  
    1.5 KB
    
   | 
  
    e112a24
     
   | 
  
    5 years
   | 
  pabuhr | 
  
    add setlocale( LC_NUMERIC, getenv("LANG") ) to startup allowing …
   | 
  | 
    startup.hfa
   | 
  
    944 bytes
    
   | 
  
    73abe95
     
   | 
  
    7 years
   | 
  Thierry Delisle | 
  
    Replace extension-less headers with .hfa
   | 
  | 
    stdlib.cfa
   | 
  
    6.9 KB
    
   | 
  
    fd54fef
     
   | 
  
    5 years
   | 
  mlbrooks | 
  
    Converting the project to use the new syntax for otype, dtype and …
   | 
  | 
    stdlib.hfa
   | 
  
    15.5 KB
    
   | 
  
    d1b70d4
     
   | 
  
    5 years
   | 
  pabuhr | 
  
    fix 32-bit memcpy size problem for stdlib fill
   | 
  | 
    time.cfa
   | 
  
    5.3 KB
    
   | 
  
    fd54fef
     
   | 
  
    5 years
   | 
  mlbrooks | 
  
    Converting the project to use the new syntax for otype, dtype and …
   | 
  | 
    time.hfa
   | 
  
    10.6 KB
    
   | 
  
    030653a
     
   | 
  
    5 years
   | 
  pabuhr | 
  
    add unit conversions from duration to double
   | 
  | 
    time_t.hfa
   | 
  
    1.1 KB
    
   | 
  
    e0c235c
     
   | 
  
    6 years
   | 
  pabuhr | 
  
    move clock.hfa into time.hfa, add getCPUTime, rename duration and time …
   | 
  | 
    virtual.c
   | 
  
    854 bytes
    
   | 
  
    bf71cfd
     
   | 
  
    7 years
   | 
  Thierry Delisle | 
  
    Moved up many directories in source
   | 
  | 
    virtual.h
   | 
  
    1.1 KB
    
   | 
  
    bf71cfd
     
   | 
  
    7 years
   | 
  Thierry Delisle | 
  
    Moved up many directories in source
   |