source: libcfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @60f69f0   3 days pabuhr formatting
(edit) @e4c3819   3 days pabuhr refactor cofor.hfa into cofor.cfa, adjust Makefile.am to handle cofor.cfa
(edit) @a2c2363   4 days caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @334e0cf2   4 days caparson added cofor macro
(edit) @a738c68   8 days ajbeach Update max/min so n-ary version doesn't match against the 2 argument …
(edit) @f64cc42   8 days caparson committed makefile change for cofor include
(edit) @1ed5e9e   9 days caparson Added cfa equivalent of cofor/cobegin/coend
(edit) @73d0a84c   11 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c58ead7   11 days pabuhr add malloc_stats_clear routine to zero the heap master and all active …
(edit) @ba068c0   13 days pabuhr rename clock routines processor and program to processor_cpu and …
(edit) @5cfb8b1   13 days pabuhr add getenv, strlen, strcmp, strncmp to extras
(edit) @2fa0237   2 weeks mlbrooks Fix cstring input length interpretation issue that had a buffer …
(edit) @416b443   2 weeks mlbrooks Implement full set of relational operators for strings
(edit) @9d47c1f   2 weeks caparson changes over all usages of uC++ collections to use dlist instead
(edit) @737988b   2 weeks mlbrooks Deduplicate manipulator read-to-string by delegating from string to …
(edit) @ff56dd2e   2 weeks mlbrooks Duplicate manipulator read-to-string code for string_res, and test.
(edit) @f54e6ec   2 weeks mlbrooks Port basic input-manipulator test from cstring to string and fix …
(edit) @acafba4   2 weeks mlbrooks Rename internal macro away from TYPE, which is a cs343 name collision.
(edit) @555af62   3 weeks pabuhr add include bits/sequence.hfa to pthread.cfa after removing it from …
(edit) @43eb8e9   3 weeks pabuhr remove unnecessary include bits/sequence.hfa
(edit) @4b78d25   3 weeks pabuhr Revert "remove ucpp-style collections used before Mike's lists" This …
(edit) @b388d1ba   3 weeks pabuhr remove ucpp-style collections used before Mike's lists
(edit) @16e6905   3 weeks pabuhr fix get_seed signature
(edit) @5f31bf0   3 weeks pabuhr simplify 32/64-bit random-number constructors
(edit) @3ef5905   3 weeks pabuhr add get_seed for thread random numbers
(edit) @6e93819   3 weeks pabuhr use arm64 to select 64-bit random numbers
(edit) @4b30318b   3 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @34c6e1e6   3 weeks pabuhr add string output manipulators, third attempt at input manipulators …
(edit) @0f107e4   3 weeks pabuhr add reading fixed strings, seperate skip input manipulator, getline …
(edit) @8a9a3ab   3 weeks caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4269d1b   3 weeks caparson fixed unhandled exception bug causing deleted memory to be accessed …
(edit) @686912c   3 weeks pabuhr third attempt at input manipulators for strings
(edit) @55b060d   3 weeks pabuhr rename directories containers to collections
(edit) @38de914   3 weeks pabuhr second attempt at input manipulators for strings
(edit) @7e1dbd7   3 weeks pabuhr first attempt at input manipulators for strings
(edit) @0926487   3 weeks pabuhr formatting, use C-style compound literal
(edit) @aa25216   4 weeks pabuhr remove special case for getline in C-string input
(edit) @88001dd   4 weeks pabuhr first attempt reading strings in chunks using C strings
(edit) @5ad2c6c   4 weeks pabuhr update reading C strings with size check
(edit) @d0cfcbe1   5 weeks pabuhr change setter routines in basic_i/ostream to return previous state
(edit) @bcbc7e4   5 weeks pabuhr fix printing of decimal point when manipulator nodp is on
(edit) @329487c   5 weeks pabuhr change examples to use the new wdi manipulator for C-strings to …
(edit) @6264087   5 weeks pabuhr formatting
(edit) @b5e725a   5 weeks pabuhr move setting the default random-generator size from PRNG.cfa to …
(edit) @7baff35   5 weeks pabuhr formatting
(edit) @2f34fde   5 weeks pabuhr add new wdi manipulator for C-strings to specify string and read size
(edit) @3543e99   5 weeks pabuhr move exception macros from common.hfa to their own include file …
(edit) @d32679d5   6 weeks mlbrooks String input operator with chunked memory management.
(edit) @9ca5e56   6 weeks pabuhr formatting, remove superfluous space at end of string when printing, …
(edit) @09a767e   6 weeks pabuhr fix incorrect location of decimal point for floating-point value in …
(edit) @13600e8   6 weeks pabuhr fix error when exception propagation does not find a handler and print …
(edit) @9ff71ff   6 weeks caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @23edb61   6 weeks caparson added warning message and cleanup for unhandled pending non-local …
(edit) @74c6748   6 weeks pabuhr change test programs to reflect input changes for C strings
(edit) @e7a8f65   6 weeks pabuhr force all input of C strings to specify a maximum length for the …
(edit) @3318dff   6 weeks caparson fixed non-local ehm issue and added no arg resumer routine
(edit) @57fd66d   6 weeks caparson exposed some exception routines to use for non local ehm in coroutines
(edit) @c34bb1f   7 weeks caparson fixed nonlocal exception edge case for program main and added poll() …
(edit) @c3e510b   7 weeks caparson added support for resuming at resumer, added test for support and …
(edit) @ff7f6d07   7 weeks pabuhr formatting
(edit) @bc9f84a   7 weeks pabuhr add missing slicing routine with one argument
(edit) @3c82bf6   7 weeks pabuhr update exception macros
(edit) @6d5790d   7 weeks pabuhr formatting
(edit) @76acb60   7 weeks pabuhr remove static from Exception macro
(edit) @419985c   7 weeks pabuhr add macros Exception and Throw to simplify using exceptions
(edit) @502a107   7 weeks pabuhr add comment on lock$ in i/ofstream indicating used by trait is_lock …
(edit) @a47fe52   7 weeks pabuhr missing add of terminating thread-heap statistics to master heap, …
(edit) @28c2933   7 weeks pabuhr formatting
(edit) @07b59ec   7 weeks pabuhr change startup sequence by adding back heapManagerBootFlag, add build …
(edit) @33e9b87   8 weeks pabuhr remove spurious .section from exception assembler code, which is …
(edit) @7882c58   8 weeks pabuhr change old trait syntax to use new forall syntax
(edit) @88f2f0f   2 months pabuhr change zeroing of individual statistics fields to memset
(edit) @d9b7b66   2 months pabuhr change C style for-loops to CFA-style for-loops
(edit) @f898983   2 months pabuhr add missing #include <string.h>
(edit) @0a2e0e21   2 months pabuhr add FIX-ME comment for forall-void routine in iostream
(edit) @374cdb66   2 months pabuhr use memset to initialize struct io_uring_sqe to zero in routine zero_sqe
(edit) @7a2c6b18   2 months caparson did some cleanup in locks.hfa and fixed seg fault bug in channel …
(edit) @d3b8752   2 months ajbeach Added min/max for 3+ argument cases.
(edit) @8a1d62b6   2 months ajbeach Reorganize ?\? operator to shorten it a bit and move lines of code …
(edit) @49caf644   2 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c635047   2 months pabuhr more convertion to new void-creation stream macros
(edit) @db94b5d   2 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c44705c   2 months caparson fixed remove ambiguity issue
(edit) @5454d77   2 months pabuhr update types to use new void-creation stream macros
(edit) @94d2544   2 months pabuhr formatting, create macros OSTYPE_VOID, OSTYPE_VOID_IMPL. ISTYPE_VOID, …
(edit) @ca22a7c   2 months caparson removed ambiguous waituntil remove support
(edit) @a1467c1   2 months caparson added support for remove and insert calls in waituntils
(edit) @bf55f32   2 months caparson added support for general channel operators
(edit) @f3c02ea   2 months caparson reverted addition of channel operators since it broke the waituntil …
(edit) @a0b59ed   2 months caparson added support for go style channel operators
(edit) @bdbb448   2 months caparson updated documentation related to waituntil changes
(edit) @bbecdd4   2 months caparson missed two files with previous commit
(edit) @b93bf85   2 months caparson fixed spurious channel close waituntil error case. Was caused by a …
(edit) @2fe64ba   3 months caparson added support for non-local exceptions
(edit) @9235192c   3 months caparson added support for missed gulps benchmark
(edit) @00b046f   3 months caparson very slim race condition between a channel closing and a waituntil …
(edit) @7d25f44   3 months pabuhr update files from old separator manipulator names to new names
(edit) @f5d9c37   3 months pabuhr harmonize separator manipulators names with newline names: change from …
(edit) @2dfdae3   3 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @508671e   3 months caparson added termination check for non-stealing actor system
Note: See TracRevisionLog for help on using the revision log.