| 
              ../
             | 
          
  | 
    stdhdr
   | 
  
   | 
  
    0304215a
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    add missing files from previous commit
   | 
  | 
    containers
   | 
  
   | 
  
    6b0b624
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    change #ifndef to #pragma once
   | 
  | 
    concurrency
   | 
  
   | 
  
    1f81d61
     
   | 
  
    7 years
   | 
  Thierry Delisle | 
  
    Fixed several build failures for 32-bit
   | 
  | 
    bits
   | 
  
   | 
  
    13073be
     
   | 
  
    7 years
   | 
  Thierry Delisle | 
  
    Fix atomic builtins in libcfa and prelude
   | 
  | 
    virtual.h
   | 
  
    1.1 KB
    
   | 
  
    0cf5b79
     
   | 
  
    8 years
   | 
  Thierry Delisle | 
  
    Added generic containers for runtime.
Moved some internal code to bits …
   | 
  | 
    virtual.c
   | 
  
    854 bytes
    
   | 
  
    a5f0529
     
   | 
  
    8 years
   | 
  ajbeach | 
  
    Virtual casts have been added. They still require a lot of hand coded …
   | 
  | 
    time_t.h
   | 
  
    1.1 KB
    
   | 
  
    07b8001
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    adjust size of "time"
   | 
  | 
    time.c
   | 
  
    5.1 KB
    
   | 
  
    b6d7f44
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    adjust compiler specific #if
   | 
  | 
    time
   | 
  
    10.6 KB
    
   | 
  
    b1a4300
     
   | 
  
    7 years
   | 
  Thierry Delisle | 
  
    Added assert for set_timer for duration < 1us && != 0.
Preemption now …
   | 
  | 
    stdlib.c
   | 
  
    10.0 KB
    
   | 
  
    bbf3fda
     
   | 
  
    8 years
   | 
  Rob Schluntz | 
  
    Use ForallFixer on every FunctionType
   | 
  | 
    stdlib
   | 
  
    11.8 KB
    
   | 
  
    e9a7e90b
     
   | 
  
    7 years
   | 
  pabuhr | 
  
    remove USE_ISOC11 as handled by -std=gnu11
   | 
  | 
    startup.h
   | 
  
    865 bytes
    
   | 
  
    ed9c0a8
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    #pragma once
   | 
  | 
    rational.c
   | 
  
    7.9 KB
    
   | 
  
    09687aa
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    complete conversion of iostream/fstream to use references
   | 
  | 
    rational
   | 
  
    4.9 KB
    
   | 
  
    09687aa
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    complete conversion of iostream/fstream to use references
   | 
  | 
    memcheck.awk
   | 
  
    325 bytes
    
   | 
  
    fb114fa1
     
   | 
  
    9 years
   | 
  pabuhr | 
  
    more refactoring of parser code
   | 
  | 
    math
   | 
  
    18.8 KB
    
   | 
  
    43f8fd8
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    div is not remquo, rewrite
   | 
  | 
    Makefile.in
   | 
  
    121.9 KB
    
   | 
  
    10a97adb
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    reduce size of "time"
   | 
  | 
    Makefile.am
   | 
  
    3.7 KB
    
   | 
  
    10a97adb
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    reduce size of "time"
   | 
  | 
    lsda.h
   | 
  
    6.8 KB
    
   | 
  
    307a732
     
   | 
  
    8 years
   | 
  ajbeach | 
  
    The exception handling code compilers and translates, but the …
   | 
  | 
    limits.c
   | 
  
    6.1 KB
    
   | 
  
    2701c91
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    add more limit variables for floating point
   | 
  | 
    limits
   | 
  
    5.3 KB
    
   | 
  
    2701c91
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    add more limit variables for floating point
   | 
  | 
    iterator.c
   | 
  
    1.0 KB
    
   | 
  
    53a6c2a
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    change meaning of sepOn, and replace #if with #pragma once in include files
   | 
  | 
    iterator
   | 
  
    1.6 KB
    
   | 
  
    533804b
     
   | 
  
    8 years
   | 
  Rob Schluntz | 
  
    Remove lvalue keyword from the parser
   | 
  | 
    iostream.c
   | 
  
    13.0 KB
    
   | 
  
    b6dc097
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    temporarily remove printing of char16_t, char_32_t and wchar_t until …
   | 
  | 
    iostream
   | 
  
    8.1 KB
    
   | 
  
    b6dc097
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    temporarily remove printing of char16_t, char_32_t and wchar_t until …
   | 
  | 
    interpose.c
   | 
  
    8.5 KB
    
   | 
  
    de94a60
     
   | 
  
    7 years
   | 
  Thierry Delisle | 
  
    some more work on kernel doubly linked lists and fixed segfault in …
   | 
  | 
    gmp
   | 
  
    18.5 KB
    
   | 
  
    09687aa
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    complete conversion of iostream/fstream to use references
   | 
  | 
    fstream.c
   | 
  
    6.4 KB
    
   | 
  
    8da74119
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    additional constructors and opens
   | 
  | 
    fstream
   | 
  
    2.2 KB
    
   | 
  
    8da74119
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    additional constructors and opens
   | 
  | 
    expat.h
   | 
  
    1.2 KB
    
   | 
  
    d3b7937
     
   | 
  
    10 years
   | 
  pabuhr | 
  
    building runtime library (first attempt)
   | 
  | 
    exception.h
   | 
  
    2.3 KB
    
   | 
  
    0304215a
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    add missing files from previous commit
   | 
  | 
    exception.c
   | 
  
    17.1 KB
    
   | 
  
    0304215a
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    add missing files from previous commit
   | 
  | 
    clock
   | 
  
    2.7 KB
    
   | 
  
    10a97adb
     
   | 
  
    8 years
   | 
  pabuhr | 
  
    reduce size of "time"
   | 
  | 
    assert.c
   | 
  
    1.5 KB
    
   | 
  
    f5883bd
     
   | 
  
    8 years
   | 
  Rob Schluntz | 
  
    Fix CFA assert functions to use the assertion string
   |