../
|
stdhdr
|
|
d46ed6e
|
6 years
|
pabuhr |
first attempt for new thread-safe heap
|
containers
|
|
b1672e1
|
6 years
|
Thierry Delisle |
Changed plan-9 syntax to new inline syntax
|
concurrency
|
|
c29c342
|
6 years
|
Thierry Delisle |
Reduced visibility of internal functions in runtime
|
bits
|
|
b1672e1
|
6 years
|
Thierry Delisle |
Changed plan-9 syntax to new inline syntax
|
virtual.h
|
1.1 KB
|
0cf5b79
|
7 years
|
Thierry Delisle |
Added generic containers for runtime.
Moved some internal code to bits …
|
virtual.c
|
854 bytes
|
a5f0529
|
7 years
|
ajbeach |
Virtual casts have been added. They still require a lot of hand coded …
|
time_t.h
|
1.1 KB
|
07b8001
|
7 years
|
pabuhr |
adjust size of "time"
|
time.c
|
5.1 KB
|
b6d7f44
|
6 years
|
pabuhr |
adjust compiler specific #if
|
time
|
9.7 KB
|
bbe1a87
|
6 years
|
pabuhr |
use distribution for SC qualifiers, and inline routines
|
stdlib.c
|
7.9 KB
|
0fc52b6
|
6 years
|
pabuhr |
first attmept to refactor common routines between stdlib and math
|
stdlib
|
9.6 KB
|
d46ed6e
|
6 years
|
pabuhr |
first attempt for new thread-safe heap
|
startup.h
|
942 bytes
|
891790ef
|
6 years
|
pabuhr |
make memory highest priority boot constructor, add pre/post …
|
startup.c
|
1.2 KB
|
891790ef
|
6 years
|
pabuhr |
make memory highest priority boot constructor, add pre/post …
|
rational.c
|
6.8 KB
|
3ce0d440
|
6 years
|
pabuhr |
more push/pop updates
|
rational
|
3.6 KB
|
3ce0d440
|
6 years
|
pabuhr |
more push/pop updates
|
memcheck.awk
|
325 bytes
|
fb114fa1
|
8 years
|
pabuhr |
more refactoring of parser code
|
math
|
19.4 KB
|
6b8b767
|
6 years
|
pabuhr |
add math routines lerp, step, smoothstep
|
Makefile.in
|
137.8 KB
|
891790ef
|
6 years
|
pabuhr |
make memory highest priority boot constructor, add pre/post …
|
Makefile.am
|
3.7 KB
|
891790ef
|
6 years
|
pabuhr |
make memory highest priority boot constructor, add pre/post …
|
lsda.h
|
6.8 KB
|
307a732
|
7 years
|
ajbeach |
The exception handling code compilers and translates, but the …
|
limits.c
|
6.1 KB
|
2701c91
|
7 years
|
pabuhr |
add more limit variables for floating point
|
limits
|
5.3 KB
|
2701c91
|
7 years
|
pabuhr |
add more limit variables for floating point
|
iterator.c
|
1.0 KB
|
53a6c2a
|
7 years
|
pabuhr |
change meaning of sepOn, and replace #if with #pragma once in include files
|
iterator
|
1.6 KB
|
533804b
|
7 years
|
Rob Schluntz |
Remove lvalue keyword from the parser
|
iostream.c
|
11.3 KB
|
3ce0d440
|
6 years
|
pabuhr |
more push/pop updates
|
iostream
|
6.1 KB
|
9428d52
|
6 years
|
pabuhr |
more fixes for 32-bit build problem
|
interpose.c
|
8.7 KB
|
ad64520
|
6 years
|
Thierry Delisle |
Now loading libgcc_s at startup to help avoid problems on abort
|
heap.c
|
33.3 KB
|
d46ed6e
|
6 years
|
pabuhr |
first attempt for new thread-safe heap
|
gmp
|
18.5 KB
|
09687aa
|
7 years
|
pabuhr |
complete conversion of iostream/fstream to use references
|
fstream.c
|
6.4 KB
|
91d766d
|
6 years
|
pabuhr |
use size_t
|
fstream
|
2.2 KB
|
91d766d
|
6 years
|
pabuhr |
use size_t
|
expat.h
|
1.2 KB
|
d3b7937
|
9 years
|
pabuhr |
building runtime library (first attempt)
|
exception.h
|
2.3 KB
|
0304215a
|
7 years
|
pabuhr |
add missing files from previous commit
|
exception.c
|
17.1 KB
|
0304215a
|
7 years
|
pabuhr |
add missing files from previous commit
|
common.c
|
1.1 KB
|
0fc52b6
|
6 years
|
pabuhr |
first attmept to refactor common routines between stdlib and math
|
common
|
2.4 KB
|
0fc52b6
|
6 years
|
pabuhr |
first attmept to refactor common routines between stdlib and math
|
clock
|
2.8 KB
|
bbe1a87
|
6 years
|
pabuhr |
use distribution for SC qualifiers, and inline routines
|
assert.c
|
1.5 KB
|
f5883bd
|
7 years
|
Rob Schluntz |
Fix CFA assert functions to use the assertion string
|