../
|
bits
|
|
c1ee231
|
4 years
|
pabuhr |
remove extern "C" from include files protected in CFA stdhdr directory
|
concurrency
|
|
c1ee231
|
4 years
|
pabuhr |
remove extern "C" from include files protected in CFA stdhdr directory
|
containers
|
|
c1ee231
|
4 years
|
pabuhr |
remove extern "C" from include files protected in CFA stdhdr directory
|
stdhdr
|
|
109c916
|
4 years
|
pabuhr |
add include file time.h to directory stdhdr/sys/ so extern "C" is not …
|
assert.cfa
|
1.6 KB
|
e3fea42
|
5 years
|
pabuhr |
change "const char *" to "const char []"
|
bitmanip.hfa
|
10.2 KB
|
ee06db5c
|
4 years
|
pabuhr |
change algorithm for computing all0s in the bit-manipulation routines
|
clock.hfa
|
2.7 KB
|
4834563
|
5 years
|
pabuhr |
refactor clock out of time because time.hfa too large for 32-bit build
|
common.cfa
|
1.1 KB
|
58b6d1b
|
6 years
|
Thierry Delisle |
Fixed tests after headers change
|
common.hfa
|
2.4 KB
|
73abe95
|
6 years
|
Thierry Delisle |
Replace extension-less headers with .hfa
|
exception.c
|
20.7 KB
|
8ad5752
|
4 years
|
ajbeach |
Added tests for default exception handlers. Fixed a memory leak they …
|
exception.h
|
3.6 KB
|
046a890
|
4 years
|
ajbeach |
That should get default operations working for throws. More tests to come.
|
exception.hfa
|
5.3 KB
|
046a890
|
4 years
|
ajbeach |
That should get default operations working for throws. More tests to come.
|
executor.cfa
|
5.9 KB
|
a51c0c0
|
4 years
|
pabuhr |
formatting, change buffer remove to not block for empty buffer so …
|
fstream.cfa
|
8.2 KB
|
8d321f9
|
4 years
|
pabuhr |
adjust / comments, change exception name from IO_OPEN_FAILURE to …
|
fstream.hfa
|
3.3 KB
|
8d321f9
|
4 years
|
pabuhr |
adjust / comments, change exception name from IO_OPEN_FAILURE to …
|
gmp.hfa
|
16.8 KB
|
d231700
|
5 years
|
pabuhr |
remove zero_t/one_t constructor because of relationship with …
|
heap.cfa
|
49.6 KB
|
c45d2fa
|
4 years
|
pabuhr |
refactor declaration qualifiers with distribution
|
heap.hfa
|
1.3 KB
|
4e7c0fc0
|
4 years
|
pabuhr |
comment random function about returning int, and reduce includes for …
|
interpose.cfa
|
10.5 KB
|
851fd92
|
5 years
|
ajbeach |
The requested addition of groups to debug printing. Tested in exception.c.
|
iostream.cfa
|
35.6 KB
|
8d321f9
|
4 years
|
pabuhr |
adjust / comments, change exception name from IO_OPEN_FAILURE to …
|
iostream.hfa
|
18.9 KB
|
8d321f9
|
4 years
|
pabuhr |
adjust / comments, change exception name from IO_OPEN_FAILURE to …
|
iterator.cfa
|
1.0 KB
|
167d5ae
|
6 years
|
pabuhr |
update file suffix in emacs compile-command
|
iterator.hfa
|
1.6 KB
|
73abe95
|
6 years
|
Thierry Delisle |
Replace extension-less headers with .hfa
|
limits.cfa
|
6.1 KB
|
58b6d1b
|
6 years
|
Thierry Delisle |
Fixed tests after headers change
|
limits.hfa
|
5.3 KB
|
73abe95
|
6 years
|
Thierry Delisle |
Replace extension-less headers with .hfa
|
lsda.h
|
6.8 KB
|
bf71cfd
|
6 years
|
Thierry Delisle |
Moved up many directories in source
|
Makefile.am
|
4.8 KB
|
aabb846
|
4 years
|
ajbeach |
Added a first draft of the memory management library module.
|
Makefile.in
|
35.7 KB
|
aabb846
|
4 years
|
ajbeach |
Added a first draft of the memory management library module.
|
math.hfa
|
19.4 KB
|
e3fea42
|
5 years
|
pabuhr |
change "const char *" to "const char []"
|
memcheck.awk
|
325 bytes
|
bf71cfd
|
6 years
|
Thierry Delisle |
Moved up many directories in source
|
memory.cfa
|
3.9 KB
|
aabb846
|
4 years
|
ajbeach |
Added a first draft of the memory management library module.
|
memory.hfa
|
2.5 KB
|
aabb846
|
4 years
|
ajbeach |
Added a first draft of the memory management library module.
|
rational.cfa
|
7.4 KB
|
f00b2c2c
|
5 years
|
pabuhr |
defined rational constructor from 0 [fixes #117]
|
rational.hfa
|
3.8 KB
|
0087e0e
|
6 years
|
pabuhr |
add rational exponentiation, code clean up
|
startup.cfa
|
1.5 KB
|
6e33a2d
|
4 years
|
Thierry Delisle |
Setting numeric locale to avoid complaints about memory leaks
|
startup.hfa
|
944 bytes
|
73abe95
|
6 years
|
Thierry Delisle |
Replace extension-less headers with .hfa
|
stdlib.cfa
|
9.5 KB
|
aabb846
|
4 years
|
ajbeach |
Added a first draft of the memory management library module.
|
stdlib.hfa
|
13.3 KB
|
aabb846
|
4 years
|
ajbeach |
Added a first draft of the memory management library module.
|
time.cfa
|
5.3 KB
|
e3fea42
|
5 years
|
pabuhr |
change "const char *" to "const char []"
|
time.hfa
|
10.6 KB
|
030653a
|
4 years
|
pabuhr |
add unit conversions from duration to double
|
time_t.hfa
|
1.1 KB
|
e0c235c
|
5 years
|
pabuhr |
move clock.hfa into time.hfa, add getCPUTime, rename duration and time …
|
virtual.c
|
854 bytes
|
bf71cfd
|
6 years
|
Thierry Delisle |
Moved up many directories in source
|
virtual.h
|
1.1 KB
|
bf71cfd
|
6 years
|
Thierry Delisle |
Moved up many directories in source
|