source: libcfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @710d0c8c   2 days pabuhr formatting, add missing CFA reallocarray routine
(edit) @feb999f   6 days pabuhr formatting, change free null statistic to also count malloc(0), remove …
(edit) @6dd4091   6 days pabuhr comment out asserts that fail when malloc(0) returns non-null
(edit) @b6a71bc   6 days pabuhr formatting
(edit) @8f650f0   5 weeks pabuhr remove isspace-like routines for C arrays, and replace with general …
(edit) @54af365   5 weeks pabuhr fix convert function for float-point values, add isspace-like routines …
(edit) @77bc259   2 months pabuhr move exception macro to general location, update more code to use macros
(edit) @6b228cae   2 months pabuhr more testing for missing data when reading
(edit) @7b93027e   2 months pabuhr remove unnecessary code, start missing values for C strings
(edit) @714e206   2 months pabuhr more cleanup, changes related to detection of missing values during input
(edit) @211def2   2 months pabuhr omnibus I/O changes to get quoted manipulator to work
(edit) @b08ab18   2 months pabuhr formatting
(edit) @63e129c   3 months pabuhr cleanup, fix bug for input manipulator nl
(edit) @baa1d5d   3 months pabuhr update testing for manipulators
(edit) @5764204   3 months pabuhr restrict nesting of manipulators and update manipulator test
(edit) @64c4b4d   3 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @3db78b89   3 months mlbrooks Fix string reading bug: Manipulator ignore should not write to its …
(edit) @8abe4090   3 months pabuhr switch C designators for initialization
(edit) @f2898df   3 months mlbrooks Implement string initialization and assignment from various numeric types
(edit) @dd10bf4   3 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @45d1ab9   3 months pabuhr revert interpose experiment for build failure, not the cause
(edit) @b1eefe50   3 months mlbrooks Adjust string assignment declarations for consistent/standard return type.
(edit) @e8b3717   3 months mlbrooks Modify substring interface from start-end to start-len, and add a …
(edit) @906d8fa   3 months mlbrooks tidy a string-library unhelpful comment
(edit) @7abc3de   3 months mlbrooks Harmonize string constructors with assignments, refactor …
(edit) @e891349   3 months mlbrooks Tweak string assignment-strcpy-strncpy and concatenate-strcat-strncat …
(edit) @06280ad   3 months pabuhr formatting
(edit) @38951c31   3 months mlbrooks Add missing test for string *= and refactor */*= to follow +/+= …
(edit) @479fbe3   3 months pabuhr formatting, add string constructor for char, add string *= operator, …
(edit) @a3f820b   3 months pabuhr interpose experiment to see if it is causing the build failure
(edit) @7db39f7   3 months pabuhr second attempt to interpose dl_iterate_phdr with disable/enable …
(edit) @cfbc56ec   3 months mlbrooks Enable array RAII and provide uninit(-), a uNoCtor equivalent. Enable …
(edit) @e0cc9e0   3 months pabuhr first attempt to interpose dl_iterate_phdr with disable/enable …
(edit) @4aae2bd   3 months pabuhr continue to work on quoted formatting and generalization
(edit) @be10079   3 months pabuhr formatting
(edit) @681e12f   3 months pabuhr formatting, change cmp to strcmp, add strlen and strcat
(edit) @b7898ac   4 months ajbeach Another attempt at fixing execptions. It is very close to the last …
(edit) @142930b   4 months ajbeach A harder revert of exception changes, hopefully it will get the tests …
(edit) @c40157e   4 months ajbeach Minimal change to get exceptions running the old way while a fix is …
(edit) @2554f24   4 months ajbeach Try terminate now does not call the catch function, now they have the …
(edit) @33e4e8ef   4 months pabuhr change incorrect architecture name arm_64 to aarch64
(edit) @69e06ff   5 months pabuhr formatting
(edit) @0da9475   5 months caparson fixed bug where cofor runner could derefence a null pointer
(edit) @8c13ca8   5 months pabuhr raise exception missing_data when read fails to find value, initial …
(edit) @decd4a6   5 months pabuhr formatting
(edit) @8d182b1   5 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cce0807   5 months caparson Fixed non-local ehm memory leak that occurs when a coroutine is …
(edit) @3e4bf0d   5 months pabuhr input manipulators for getline, excl, and incl reset argument to null …
(edit) @c46c999   5 months caparson forgot to include in last push. Added a get_proc_count that doesn't …
(edit) @fe293bf   5 months caparson removed fences for ARM that are likely not needed, insertion of fences …
(edit) @ba0e1bc   5 months caparson Added supporting library routines for cofor impl
(edit) @be3f163   6 months pabuhr rename files gcc-builtins.cf builtins.cf extras.cf bootloader.cf and …
(edit) @7b84d3e   6 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2ad5e1d5   6 months caparson added missing semicolons
(edit) @8df19af   6 months caparson added WO fences for mcs spin lock to fix failing arm test
(edit) @3f0b062   6 months caparson ifdef'd the arm fences that were added to channels so that they only …
(edit) @1b0184b   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @f842032   6 months pabuhr remove ISTYPE_VOID and ISTYPE_VOID_IMPL, and ends for input
(edit) @e0dc038   6 months pabuhr first attempt at new C string input
(edit) @ca995e3   6 months caparson added missing ARM fence on the signallee side of channel handoff
(edit) @37ceccb   6 months mlbrooks Change string-read semantics so that reading nothing leaves the …
(edit) @02c5880   6 months caparson Added fence after channel handoff to prevent reordering on the arm …
(edit) @ee9ad40   6 months caparson Changed cofor files to support the corun statement
(edit) @0d49efb   6 months pabuhr allow precision < 3 for manipulator eng
(edit) @8bc67cf   6 months pabuhr formatting, SKULLDUGGERY to remove spurious free-nonheap-object warning
(edit) @3770b87   6 months pabuhr formatting, add PRNG copy to checkpoint PRNG state, remove autogen …
(edit) @92211d9   6 months pabuhr formatting
(edit) @0860d9c   7 months mlbrooks Fix read-to-variable-length-string cases when internal buffer fills. …
(edit) @8cffa4f   7 months mlbrooks Support match-failure reporting for string input. On failed match, …
(edit) @bf1cbde   7 months mlbrooks Implement "scanset" semantics for manipulator skip, in place of …
(edit) @11ab0b4a   7 months pabuhr add corun/cofor statement, update old cofor
(edit) @147a137   7 months caparson added enable/disable ehm with no params for coroutines
(edit) @1e7a765   7 months pabuhr fix lock/unlock for heap statistic-mode
(edit) @60f69f0   7 months pabuhr formatting
(edit) @e4c3819   7 months pabuhr refactor cofor.hfa into cofor.cfa, adjust Makefile.am to handle cofor.cfa
(edit) @a2c2363   7 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @334e0cf2   7 months caparson added cofor macro
(edit) @a738c68   7 months ajbeach Update max/min so n-ary version doesn't match against the 2 argument …
(edit) @f64cc42   7 months caparson committed makefile change for cofor include
(edit) @1ed5e9e   7 months caparson Added cfa equivalent of cofor/cobegin/coend
(edit) @73d0a84c   7 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c58ead7   7 months pabuhr add malloc_stats_clear routine to zero the heap master and all active …
(edit) @ba068c0   7 months pabuhr rename clock routines processor and program to processor_cpu and …
(edit) @5cfb8b1   7 months pabuhr add getenv, strlen, strcmp, strncmp to extras
(edit) @2fa0237   7 months mlbrooks Fix cstring input length interpretation issue that had a buffer …
(edit) @416b443   7 months mlbrooks Implement full set of relational operators for strings
(edit) @9d47c1f   7 months caparson changes over all usages of uC++ collections to use dlist instead
(edit) @737988b   8 months mlbrooks Deduplicate manipulator read-to-string by delegating from string to …
(edit) @ff56dd2e   8 months mlbrooks Duplicate manipulator read-to-string code for string_res, and test.
(edit) @f54e6ec   8 months mlbrooks Port basic input-manipulator test from cstring to string and fix …
(edit) @acafba4   8 months mlbrooks Rename internal macro away from TYPE, which is a cs343 name collision.
(edit) @555af62   8 months pabuhr add include bits/sequence.hfa to pthread.cfa after removing it from …
(edit) @43eb8e9   8 months pabuhr remove unnecessary include bits/sequence.hfa
(edit) @4b78d25   8 months pabuhr Revert "remove ucpp-style collections used before Mike's lists" This …
(edit) @b388d1ba   8 months pabuhr remove ucpp-style collections used before Mike's lists
(edit) @16e6905   8 months pabuhr fix get_seed signature
(edit) @5f31bf0   8 months pabuhr simplify 32/64-bit random-number constructors
(edit) @3ef5905   8 months pabuhr add get_seed for thread random numbers
(edit) @6e93819   8 months pabuhr use arm64 to select 64-bit random numbers
(edit) @4b30318b   8 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
Note: See TracRevisionLog for help on using the revision log.