source: libcfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8a9a3ab   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4269d1b   13 months caparson fixed unhandled exception bug causing deleted memory to be accessed …
(edit) @686912c   13 months pabuhr third attempt at input manipulators for strings
(edit) @55b060d   13 months pabuhr rename directories containers to collections
(edit) @38de914   13 months pabuhr second attempt at input manipulators for strings
(edit) @7e1dbd7   13 months pabuhr first attempt at input manipulators for strings
(edit) @0926487   13 months pabuhr formatting, use C-style compound literal
(edit) @aa25216   13 months pabuhr remove special case for getline in C-string input
(edit) @88001dd   13 months pabuhr first attempt reading strings in chunks using C strings
(edit) @5ad2c6c7   13 months pabuhr update reading C strings with size check
(edit) @d0cfcbe1   13 months pabuhr change setter routines in basic_i/ostream to return previous state
(edit) @bcbc7e4   13 months pabuhr fix printing of decimal point when manipulator nodp is on
(edit) @329487c   13 months pabuhr change examples to use the new wdi manipulator for C-strings to …
(edit) @6264087   13 months pabuhr formatting
(edit) @b5e725a   13 months pabuhr move setting the default random-generator size from PRNG.cfa to …
(edit) @7baff35   13 months pabuhr formatting
(edit) @2f34fde   13 months pabuhr add new wdi manipulator for C-strings to specify string and read size
(edit) @3543e99   13 months pabuhr move exception macros from common.hfa to their own include file …
(edit) @d32679d5   13 months mlbrooks String input operator with chunked memory management.
(edit) @9ca5e56   13 months pabuhr formatting, remove superfluous space at end of string when printing, …
(edit) @09a767e   13 months pabuhr fix incorrect location of decimal point for floating-point value in …
(edit) @13600e8   13 months pabuhr fix error when exception propagation does not find a handler and print …
(edit) @9ff71ff   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @23edb61   13 months caparson added warning message and cleanup for unhandled pending non-local …
(edit) @74c6748   13 months pabuhr change test programs to reflect input changes for C strings
(edit) @e7a8f65   13 months pabuhr force all input of C strings to specify a maximum length for the …
(edit) @3318dff   13 months caparson fixed non-local ehm issue and added no arg resumer routine
(edit) @57fd66d   13 months caparson exposed some exception routines to use for non local ehm in coroutines
(edit) @c34bb1f   14 months caparson fixed nonlocal exception edge case for program main and added poll() …
(edit) @c3e510b   14 months caparson added support for resuming at resumer, added test for support and …
(edit) @ff7f6d07   14 months pabuhr formatting
(edit) @bc9f84a   14 months pabuhr add missing slicing routine with one argument
(edit) @3c82bf6   14 months pabuhr update exception macros
(edit) @6d5790d   14 months pabuhr formatting
(edit) @76acb60   14 months pabuhr remove static from Exception macro
(edit) @419985c   14 months pabuhr add macros Exception and Throw to simplify using exceptions
(edit) @502a107   14 months pabuhr add comment on lock$ in i/ofstream indicating used by trait is_lock …
(edit) @a47fe52   14 months pabuhr missing add of terminating thread-heap statistics to master heap, …
(edit) @28c2933   14 months pabuhr formatting
(edit) @07b59ec   14 months pabuhr change startup sequence by adding back heapManagerBootFlag, add build …
(edit) @33e9b87   14 months pabuhr remove spurious .section from exception assembler code, which is …
(edit) @7882c58   14 months pabuhr change old trait syntax to use new forall syntax
(edit) @88f2f0f   14 months pabuhr change zeroing of individual statistics fields to memset
(edit) @d9b7b66   14 months pabuhr change C style for-loops to CFA-style for-loops
(edit) @f898983   14 months pabuhr add missing #include <string.h>
(edit) @0a2e0e21   14 months pabuhr add FIX-ME comment for forall-void routine in iostream
(edit) @374cdb66   14 months pabuhr use memset to initialize struct io_uring_sqe to zero in routine zero_sqe
(edit) @7a2c6b18   14 months caparson did some cleanup in locks.hfa and fixed seg fault bug in channel …
(edit) @d3b8752   14 months ajbeach Added min/max for 3+ argument cases.
(edit) @8a1d62b6   14 months ajbeach Reorganize ?\? operator to shorten it a bit and move lines of code …
(edit) @49caf644   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c635047   14 months pabuhr more convertion to new void-creation stream macros
(edit) @db94b5d   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c44705c   14 months caparson fixed remove ambiguity issue
(edit) @5454d77   14 months pabuhr update types to use new void-creation stream macros
(edit) @94d2544   14 months pabuhr formatting, create macros OSTYPE_VOID, OSTYPE_VOID_IMPL. ISTYPE_VOID, …
(edit) @ca22a7c   14 months caparson removed ambiguous waituntil remove support
(edit) @a1467c1   14 months caparson added support for remove and insert calls in waituntils
(edit) @bf55f32   14 months caparson added support for general channel operators
(edit) @f3c02ea   14 months caparson reverted addition of channel operators since it broke the waituntil …
(edit) @a0b59ed   14 months caparson added support for go style channel operators
(edit) @bdbb448   14 months caparson updated documentation related to waituntil changes
(edit) @bbecdd4   14 months caparson missed two files with previous commit
(edit) @b93bf85   14 months caparson fixed spurious channel close waituntil error case. Was caused by a …
(edit) @2fe64ba   15 months caparson added support for non-local exceptions
(edit) @9235192c   15 months caparson added support for missed gulps benchmark
(edit) @00b046f   15 months caparson very slim race condition between a channel closing and a waituntil …
(edit) @7d25f44   15 months pabuhr update files from old separator manipulator names to new names
(edit) @f5d9c37   15 months pabuhr harmonize separator manipulators names with newline names: change from …
(edit) @2dfdae3   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @508671e   15 months caparson added termination check for non-stealing actor system
(edit) @a1f0cb6   15 months caparson added pragma once
(edit) @b9c06b98   15 months pabuhr formatting, change set_allocation to return previous value, add …
(edit) @1fbf481   15 months caparson more actor changes and touchups
(edit) @97b47ec   15 months ajbeach The 'sized' trait is now implemented on top of 'T *' declarations and …
(edit) @f02f546   15 months mlbrooks Implement new rules for array dimension expression matching. Core …
(edit) @70d8e2f2   15 months caparson added extra poll point to check for termination in actor system
(edit) @b065dbb   15 months caparson refactored actors to not need base pointers in envelopes
(edit) @1e538fb   15 months caparson added a comment
(edit) @e39cfb9   15 months caparson various cleanups and improvements (shutdown flags, automatic processor …
(edit) @ca0c311   15 months caparson added ability to get number of processors constructed on a cluster …
(edit) @7c012e8   15 months pabuhr simplify computation for ceiling, add unsigned qualifiers on one_t …
(edit) @97453ce   15 months pabuhr add length qualifiers on one_t constants in ceiling_div
(edit) @600478d   15 months pabuhr change ceiling function to work with negative values
(edit) @dc9dd94   15 months pabuhr formatting
(edit) @bbdf954   15 months pabuhr fix end-of-file bug when checking for I/O errors
(edit) @4f9d75d   15 months pabuhr formatting
(edit) @4dbdd1d   15 months pabuhr add comments for attomic pointer types
(edit) @e172f42   15 months caparson Merge branch 'ast-experimental'
(edit) @a0bd9a2   15 months ajbeach Lifted _Ostream_Flags out of _Ostream_Manip, so the bitfields do not …
(edit) @1e940de0   15 months caparson cleanup/bugfix actors and fix virtual dtor bug
(edit) @62d62db   15 months caparson Merge branch 'master' into ast-experimental ast-experimental
(edit) @24d6572   15 months f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @38e266ca   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @1db6d70   15 months caparson removed unneeded fstream include from locks.hfa ast-experimental
(edit) @0658672   16 months ajbeach Improved hoisting. However, I had to change some code because of other … ast-experimental
(edit) @e6c9115   16 months pabuhr update short atomic macros ast-experimental
(edit) @541dbc09   16 months pabuhr make type names arithmetic, rational, rat_int lower-case ast-experimental
(edit) @6a93e4d   16 months pabuhr make trait names not, equality, relational, additive, inc_dec, … ast-experimental
(edit) @874b16e   16 months pabuhr lower case type names open_failure, close_failure, write_failure, … ast-experimental
Note: See TracRevisionLog for help on using the revision log.