source: libcfa/src @ 3e4bf0d

Name Size Rev Age Author Last Change
../
vec 7882c58   11 months pabuhr change old trait syntax to use new forall syntax
stdhdr 301071a   20 months pabuhr formatting
device 72b5805e   20 months Thierry Delisle Fixed device/cpu to support systems without caches
concurrency c46c999   7 months caparson forgot to include in last push. Added a get_proc_count that doesn't …
collections f842032   8 months pabuhr remove ISTYPE_VOID and ISTYPE_VOID_IMPL, and ends for input
bits acafba4   9 months mlbrooks Rename internal macro away from TYPE, which is a cs343 name collision.
algorithms 5e4a830   15 months pabuhr add #pragma once to .h and .hfa files
virtual_dtor.hfa 2.0 KB a1f0cb6   12 months caparson added pragma once
virtual.h 1.3 KB 8f910430   3 years ajbeach Updated the virtual module to prefix the names with the new convention …
virtual.c 876 bytes 8108ba8   2 years Thierry Delisle Started to add basic visibility control to libcfa
time_t.hfa 1.1 KB e0c235c   4 years pabuhr move clock.hfa into time.hfa, add getCPUTime, rename duration and time …
time.hfa 11.3 KB 95bda0a   21 months pabuhr add attribute always_inline to many CFA-library cover-routines to …
time.cfa 5.2 KB 5454d77   11 months pabuhr update types to use new void-creation stream macros
strstream.hfa 2.6 KB d0cfcbe1   10 months pabuhr change setter routines in basic_i/ostream to return previous state
strstream.cfa 5.7 KB d0cfcbe1   10 months pabuhr change setter routines in basic_i/ostream to return previous state
stdlib.hfa 21.2 KB 3770b87   8 months pabuhr formatting, add PRNG copy to checkpoint PRNG state, remove autogen …
stdlib.cfa 7.9 KB b5e725a   10 months pabuhr move setting the default random-generator size from PRNG.cfa to …
startup.hfa 944 bytes 73abe95   6 years Thierry Delisle Replace extension-less headers with .hfa
startup.cfa 3.0 KB 4020f09   19 months pabuhr formatting, switch to typedef for PRNG complex state
rational.hfa 3.1 KB 92211d9   8 months pabuhr formatting
rational.cfa 6.8 KB 92211d9   8 months pabuhr formatting
parseconfig.hfa 3.4 KB b5e725a   10 months pabuhr move setting the default random-generator size from PRNG.cfa to …
parseconfig.cfa 6.1 KB b5e725a   10 months pabuhr move setting the default random-generator size from PRNG.cfa to …
parseargs.hfa 2.8 KB d1abc63c   20 months Thierry Delisle Change parse args to use new arrays instead of C arrays. Also added …
parseargs.cfa 10.5 KB f02f546   12 months mlbrooks Implement new rules for array dimension expression matching. Core …
memory.hfa 2.8 KB 031453c   3 years Thierry Delisle Forgot to change memory.hfa
memory.cfa 4.0 KB 789f279   2 years Thierry Delisle More standard lib visibility
memcheck.awk 325 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
math.trait.hfa 1.4 KB 6a93e4d   12 months pabuhr make trait names not, equality, relational, additive, inc_dec, …
math.hfa 25.5 KB 7c012e8   12 months pabuhr simplify computation for ceiling, add unsigned qualifiers on one_t …
Makefile.am 6.9 KB be3f163   8 months pabuhr rename files gcc-builtins.cf builtins.cf extras.cf bootloader.cf and …
lsda.h 6.8 KB bf71cfd   6 years Thierry Delisle Moved up many directories in source
limits.hfa 5.3 KB 6fbe9a5   4 years mlbrooks Fixing code-gen of constants. Fixes #182? Removes workaround …
limits.cfa 6.1 KB 43f29f6   16 months pabuhr formatting
iterator.hfa 1.5 KB 8a97248   17 months pabuhr switch from old trait syntax to new trait syntax using forall clause
iterator.cfa 1.0 KB fd54fef   3 years mlbrooks Converting the project to use the new syntax for otype, dtype and …
iostream.hfa 21.0 KB f842032   8 months pabuhr remove ISTYPE_VOID and ISTYPE_VOID_IMPL, and ends for input
iostream.cfa 39.2 KB 3e4bf0d   7 months pabuhr input manipulators for getline, excl, and incl reset argument to null …
interpose_thread.cfa 4.7 KB e10714a   15 months pabuhr update interpose code, and document 32-bit interpose bug in glibc
interpose.cfa 12.5 KB e10714a   15 months pabuhr update interpose code, and document 32-bit interpose bug in glibc
heap.hfa 1.7 KB c58ead7   9 months pabuhr add malloc_stats_clear routine to zero the heap master and all active …
heap.cfa 68.3 KB 1e7a765   9 months pabuhr fix lock/unlock for heap statistic-mode
gmp.hfa 16.8 KB c635047   11 months pabuhr more convertion to new void-creation stream macros
fstream.hfa 4.9 KB f842032   8 months pabuhr remove ISTYPE_VOID and ISTYPE_VOID_IMPL, and ends for input
fstream.cfa 11.5 KB f842032   8 months pabuhr remove ISTYPE_VOID and ISTYPE_VOID_IMPL, and ends for input
executor.cfa 6.0 KB 55b060d   10 months pabuhr rename directories containers to collections
executor.baseline.txt 5.9 KB 55b060d   10 months pabuhr rename directories containers to collections
Exception.hfa 225 bytes 3543e99   10 months pabuhr move exception macros from common.hfa to their own include file …
exception.hfa 1.4 KB c3b9d639   2 years ajbeach Clean-up the exception interface. It should be slightly more like the …
exception.h 4.8 KB 57fd66d   10 months caparson exposed some exception routines to use for non local ehm in coroutines
exception.c 21.7 KB 13600e8   10 months pabuhr fix error when exception propagation does not find a handler and print …
common.hfa 3.9 KB a738c68   9 months ajbeach Update max/min so n-ary version doesn't match against the 2 argument …
common.cfa 1.1 KB 0aa4beb   2 years Thierry Delisle Visibility of some of the stdlib
clock.hfa 4.5 KB ba068c0   9 months pabuhr rename clock routines processor and program to processor_cpu and …
bitmanip.hfa 8.1 KB 531c3d5   16 months pabuhr add include bits/debug.hfa for verify function
assert.cfa 2.5 KB 77125cc   21 months Thierry Delisle Added support for warnf, like verifyf but doesn't abort. Will not warn …
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.