source: libcfa/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @0da9475   22 months caparson fixed bug where cofor runner could derefence a null pointer
(edit) @8c13ca8   22 months pabuhr raise exception missing_data when read fails to find value, initial …
(edit) @decd4a6   22 months pabuhr formatting
(edit) @8d182b1   22 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cce0807   22 months caparson Fixed non-local ehm memory leak that occurs when a coroutine is …
(edit) @3e4bf0d   22 months pabuhr input manipulators for getline, excl, and incl reset argument to null …
(edit) @c46c999   22 months caparson forgot to include in last push. Added a get_proc_count that doesn't …
(edit) @fe293bf   22 months caparson removed fences for ARM that are likely not needed, insertion of fences …
(edit) @ba0e1bc   23 months caparson Added supporting library routines for cofor impl
(edit) @be3f163   23 months pabuhr rename files gcc-builtins.cf builtins.cf extras.cf bootloader.cf and …
(edit) @7b84d3e   23 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2ad5e1d5   23 months caparson added missing semicolons
(edit) @8df19af   23 months caparson added WO fences for mcs spin lock to fix failing arm test
(edit) @3f0b062   23 months caparson ifdef'd the arm fences that were added to channels so that they only …
(edit) @1b0184b   23 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @f842032   23 months pabuhr remove ISTYPE_VOID and ISTYPE_VOID_IMPL, and ends for input
(edit) @e0dc038   2 years pabuhr first attempt at new C string input
(edit) @ca995e3   2 years caparson added missing ARM fence on the signallee side of channel handoff
(edit) @37ceccb   2 years mlbrooks Change string-read semantics so that reading nothing leaves the …
(edit) @02c5880   2 years caparson Added fence after channel handoff to prevent reordering on the arm …
(edit) @ee9ad40   2 years caparson Changed cofor files to support the corun statement
(edit) @0d49efb   2 years pabuhr allow precision < 3 for manipulator eng
(edit) @8bc67cf   2 years pabuhr formatting, SKULLDUGGERY to remove spurious free-nonheap-object warning
(edit) @3770b87   2 years pabuhr formatting, add PRNG copy to checkpoint PRNG state, remove autogen …
(edit) @92211d9   2 years pabuhr formatting
(edit) @0860d9c   2 years mlbrooks Fix read-to-variable-length-string cases when internal buffer fills. …
(edit) @8cffa4f   2 years mlbrooks Support match-failure reporting for string input. On failed match, …
(edit) @bf1cbde   2 years mlbrooks Implement "scanset" semantics for manipulator skip, in place of …
(edit) @11ab0b4a   2 years pabuhr add corun/cofor statement, update old cofor
(edit) @147a137   2 years caparson added enable/disable ehm with no params for coroutines
(edit) @1e7a765   2 years pabuhr fix lock/unlock for heap statistic-mode
(edit) @60f69f0   2 years pabuhr formatting
(edit) @e4c3819   2 years pabuhr refactor cofor.hfa into cofor.cfa, adjust Makefile.am to handle cofor.cfa
(edit) @a2c2363   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @334e0cf2   2 years caparson added cofor macro
(edit) @a738c68   2 years ajbeach Update max/min so n-ary version doesn't match against the 2 argument …
(edit) @f64cc42   2 years caparson committed makefile change for cofor include
(edit) @1ed5e9e   2 years caparson Added cfa equivalent of cofor/cobegin/coend
(edit) @73d0a84c   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c58ead7   2 years pabuhr add malloc_stats_clear routine to zero the heap master and all active …
(edit) @ba068c0   2 years pabuhr rename clock routines processor and program to processor_cpu and …
(edit) @2fa0237   2 years mlbrooks Fix cstring input length interpretation issue that had a buffer …
(edit) @416b443   2 years mlbrooks Implement full set of relational operators for strings
(edit) @9d47c1f   2 years caparson changes over all usages of uC++ collections to use dlist instead
(edit) @737988b   2 years mlbrooks Deduplicate manipulator read-to-string by delegating from string to …
(edit) @ff56dd2e   2 years mlbrooks Duplicate manipulator read-to-string code for string_res, and test.
(edit) @f54e6ec   2 years mlbrooks Port basic input-manipulator test from cstring to string and fix …
(edit) @acafba4   2 years mlbrooks Rename internal macro away from TYPE, which is a cs343 name collision.
(edit) @555af62   2 years pabuhr add include bits/sequence.hfa to pthread.cfa after removing it from …
(edit) @43eb8e9   2 years pabuhr remove unnecessary include bits/sequence.hfa
(edit) @4b78d25   2 years pabuhr Revert "remove ucpp-style collections used before Mike's lists" This …
(edit) @b388d1ba   2 years pabuhr remove ucpp-style collections used before Mike's lists
(edit) @16e6905   2 years pabuhr fix get_seed signature
(edit) @5f31bf0   2 years pabuhr simplify 32/64-bit random-number constructors
(edit) @3ef5905   2 years pabuhr add get_seed for thread random numbers
(edit) @6e93819   2 years pabuhr use arm64 to select 64-bit random numbers
(edit) @4b30318b   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @34c6e1e6   2 years pabuhr add string output manipulators, third attempt at input manipulators …
(edit) @0f107e4   2 years pabuhr add reading fixed strings, seperate skip input manipulator, getline …
(edit) @8a9a3ab   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4269d1b   2 years caparson fixed unhandled exception bug causing deleted memory to be accessed …
(edit) @686912c   2 years pabuhr third attempt at input manipulators for strings
(edit) @55b060d   2 years pabuhr rename directories containers to collections
(edit) @38de914   2 years pabuhr second attempt at input manipulators for strings
(edit) @7e1dbd7   2 years pabuhr first attempt at input manipulators for strings
(edit) @0926487   2 years pabuhr formatting, use C-style compound literal
(edit) @aa25216   2 years pabuhr remove special case for getline in C-string input
(edit) @88001dd   2 years pabuhr first attempt reading strings in chunks using C strings
(edit) @5ad2c6c7   2 years pabuhr update reading C strings with size check
(edit) @d0cfcbe1   2 years pabuhr change setter routines in basic_i/ostream to return previous state
(edit) @bcbc7e4   2 years pabuhr fix printing of decimal point when manipulator nodp is on
(edit) @329487c   2 years pabuhr change examples to use the new wdi manipulator for C-strings to …
(edit) @6264087   2 years pabuhr formatting
(edit) @b5e725a   2 years pabuhr move setting the default random-generator size from PRNG.cfa to …
(edit) @7baff35   2 years pabuhr formatting
(edit) @2f34fde   2 years pabuhr add new wdi manipulator for C-strings to specify string and read size
(edit) @3543e99   2 years pabuhr move exception macros from common.hfa to their own include file …
(edit) @d32679d5   2 years mlbrooks String input operator with chunked memory management.
(edit) @9ca5e56   2 years pabuhr formatting, remove superfluous space at end of string when printing, …
(edit) @09a767e   2 years pabuhr fix incorrect location of decimal point for floating-point value in …
(edit) @13600e8   2 years pabuhr fix error when exception propagation does not find a handler and print …
(edit) @9ff71ff   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @23edb61   2 years caparson added warning message and cleanup for unhandled pending non-local …
(edit) @74c6748   2 years pabuhr change test programs to reflect input changes for C strings
(edit) @e7a8f65   2 years pabuhr force all input of C strings to specify a maximum length for the …
(edit) @3318dff   2 years caparson fixed non-local ehm issue and added no arg resumer routine
(edit) @57fd66d   2 years caparson exposed some exception routines to use for non local ehm in coroutines
(edit) @c34bb1f   2 years caparson fixed nonlocal exception edge case for program main and added poll() …
(edit) @c3e510b   2 years caparson added support for resuming at resumer, added test for support and …
(edit) @ff7f6d07   2 years pabuhr formatting
(edit) @bc9f84a   2 years pabuhr add missing slicing routine with one argument
(edit) @3c82bf6   2 years pabuhr update exception macros
(edit) @76acb60   2 years pabuhr remove static from Exception macro
(edit) @419985c   2 years pabuhr add macros Exception and Throw to simplify using exceptions
(edit) @502a107   2 years pabuhr add comment on lock$ in i/ofstream indicating used by trait is_lock …
(edit) @a47fe52   2 years pabuhr missing add of terminating thread-heap statistics to master heap, …
(edit) @28c2933d   2 years pabuhr formatting
(edit) @07b59ec   2 years pabuhr change startup sequence by adding back heapManagerBootFlag, add build …
(edit) @33e9b87   2 years pabuhr remove spurious .section from exception assembler code, which is …
(edit) @7882c58   2 years pabuhr change old trait syntax to use new forall syntax
Note: See TracRevisionLog for help on using the revision log.