source: libcfa/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @737bf73   16 hours pabuhr correct check for EOF when reading character strings
(edit) @db19e1d   39 hours ajbeach Changed the interpritation of () to be no parameters instead of any …
(edit) @4b75ae9   12 days pabuhr second attempt to simplify ttype min/max functions
(edit) @26ee4b5   12 days pabuhr simplify ttype min/max functions
(edit) @df2e00f   2 weeks ajbeach Made heap pass the invariant check. We should be able to enable …
(edit) @3ac5fd8   3 weeks pabuhr first attempt changing end-of-file to an exception
(edit) @a51dc0d   3 weeks pabuhr add missing #ifdef to handle systems without io_uring
(edit) @4e09af2   4 weeks pabuhr update unfreed storage message from memory allocator
(edit) @e49c308   4 weeks pabuhr remove unused parameter name from function Countof, add period to end …
(edit) @c4d6c90   4 weeks pabuhr formatting, documentation
(edit) @4dab7e8   4 weeks pabuhr formatting, add str conversion routines, add more combinations of ?+? …
(edit) @7db4fcd4   4 weeks j82liang small fix
(edit) @5f210c0   4 weeks j82liang Change enum pos to signed int to avoid underflow; operator on enum …
(edit) @2dd5c6d   5 weeks j82liang Update +=/-= for enums
(edit) @1571e4d   5 weeks j82liang reinterpret loop start for enum type as the first enumerator
(edit) @4db0140   5 weeks pabuhr modify abort error message
(edit) @b12e4ad   5 weeks pabuhr add stream parameter to OSTYPE_VOID_IMPL macro and update all macro calls
(edit) @b8e047a   5 weeks pabuhr formatting
(edit) @fee4436   5 weeks pabuhr make subscript check DEBUG only, remove #include <assert.h>, which is …
(edit) @5ff721a   6 weeks pabuhr forgot period at end of error message.
(edit) @1bb0170   6 weeks pabuhr formatting, replace subscript-check asserts with error message
(edit) @876739f   6 weeks pabuhr formatting
(edit) @f90c092   7 weeks pabuhr formatting
(edit) @6804f38   7 weeks pabuhr formatting
(edit) @0097d08   7 weeks pabuhr formatting, comments, use break in for-else
(edit) @97f9619   7 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @68ea8d2   7 weeks j82liang Seperate CfaEnum? and Serial.
(edit) @d796be70   7 weeks pabuhr commenting
(edit) @a1a1f37d   7 weeks pabuhr change order of ungetc parameters to harmonize with C ungetc
(edit) @2e6b2a0   7 weeks pabuhr change assert to abort, second attempt to read enumerators
(edit) @0c327ce   8 weeks j82liang 1. Add bound check to Serial function: now compiler generates the …
(edit) @236f133   8 weeks j82liang Remove quasi_void for enums. The idea of quasi_void from Mike was to …
(edit) @2f4c910   2 months pabuhr set return argument for boolean read
(edit) @d287f3e   2 months pabuhr fix selecting wrong input operator for enumeration, first attempt at …
(edit) @c015e2d   2 months pabuhr update reading boolean and match text
(edit) @a4e1b09   2 months pabuhr formatting
(edit) @550afde2   2 months ajbeach Constant strings on input. The previous changes only effected …
(edit) @6d2b3dc   2 months j82liang Change (enum) range loop so that it works on any type that define …
(edit) @062467b   2 months pabuhr inline enum relational and increment operators, comment out loop …
(edit) @bc48c0d   2 months pabuhr fix enumeration input to use reference type
(edit) @64eeb06   2 months pabuhr change basic_ostream to ostream, first attempt of enumeration input
(edit) @73d0e3f4   2 months j82liang Current enum has bug when use as a reference as in ?++. Change …
(edit) @259012e   2 months pabuhr put back quasi_void print
(edit) @d5efcb7   2 months pabuhr first attempt at updating enum auxiliary operations
(edit) @5eb3f65   2 months pabuhr change enumeration function names labelE, valueE, posE to label, …
(edit) @525f7ad   3 months j82liang 1. Add count_e( enum_name ), a pseudo function that return the …
(edit) @85855b0   3 months j82liang 1. Implement enum cast; 2. Change valueE so that opague enum returns …
(edit) @bf4fe05   4 months pabuhr fix merge
(edit) @07e9df1   4 months pabuhr formatting
(edit) @41c8312   4 months pabuhr small cleanups
(edit) @03ac869   4 months j82liang Add GCC visibility push(default); Fix trait satisfaction problem
(edit) @c2a4b62   4 months j82liang Refactor based type from operator assertion
(edit) @983f486   4 months j82liang Reformat forall clause in enum.hfa
(edit) @0b6c1c9   4 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c333ed2   4 months j82liang Remove intermeidate type (enum attribute type); remove …
(edit) @0f4c513   4 months pabuhr gcc-13 include file problem in …
(edit) @72713e5   4 months j82liang Add libcfa/src/enum.hfa
(edit) @c5c123f   4 months j82liang Missing changes for the last commit
(edit) @4a3eb1c   4 months pabuhr add combinations of pointer/reference for memset and memcpy
(edit) @15215f02   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0fe07be   5 months pabuhr formatting, documentation refactor alloc code, remove annoying warnings
(edit) @c0363be   5 months pabuhr formatting
(edit) @358e1152   5 months pabuhr move attribute((unused)) so it applies to variable
(edit) @4e08a54   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d4264e8   5 months pabuhr formatting, add CFA versions of resize, realloc, and reallocarray
(edit) @da87eaf   5 months pabuhr remove spurious 'this' qualification
(edit) @fbe3f03   5 months pabuhr formatting
(edit) @710d0c8c   5 months pabuhr formatting, add missing CFA reallocarray routine
(edit) @feb999f   5 months pabuhr formatting, change free null statistic to also count malloc(0), remove …
(edit) @6dd4091   5 months pabuhr comment out asserts that fail when malloc(0) returns non-null
(edit) @b6a71bc   5 months pabuhr formatting
(edit) @8f650f0   6 months pabuhr remove isspace-like routines for C arrays, and replace with general …
(edit) @54af365   6 months pabuhr fix convert function for float-point values, add isspace-like routines …
(edit) @77bc259   7 months pabuhr move exception macro to general location, update more code to use macros
(edit) @6b228cae   7 months pabuhr more testing for missing data when reading
(edit) @7b93027e   7 months pabuhr remove unnecessary code, start missing values for C strings
(edit) @714e206   7 months pabuhr more cleanup, changes related to detection of missing values during input
(edit) @211def2   7 months pabuhr omnibus I/O changes to get quoted manipulator to work
(edit) @b08ab18   7 months pabuhr formatting
(edit) @63e129c   7 months pabuhr cleanup, fix bug for input manipulator nl
(edit) @baa1d5d   7 months pabuhr update testing for manipulators
(edit) @5764204   7 months pabuhr restrict nesting of manipulators and update manipulator test
(edit) @64c4b4d   7 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @3db78b89   7 months mlbrooks Fix string reading bug: Manipulator ignore should not write to its …
(edit) @8abe4090   8 months pabuhr switch C designators for initialization
(edit) @f2898df   8 months mlbrooks Implement string initialization and assignment from various numeric types
(edit) @dd10bf4   8 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @45d1ab9   8 months pabuhr revert interpose experiment for build failure, not the cause
(edit) @b1eefe50   8 months mlbrooks Adjust string assignment declarations for consistent/standard return type.
(edit) @e8b3717   8 months mlbrooks Modify substring interface from start-end to start-len, and add a …
(edit) @906d8fa   8 months mlbrooks tidy a string-library unhelpful comment
(edit) @7abc3de   8 months mlbrooks Harmonize string constructors with assignments, refactor …
(edit) @e891349   8 months mlbrooks Tweak string assignment-strcpy-strncpy and concatenate-strcat-strncat …
(edit) @06280ad   8 months pabuhr formatting
(edit) @38951c31   8 months mlbrooks Add missing test for string *= and refactor */*= to follow +/+= …
(edit) @479fbe3   8 months pabuhr formatting, add string constructor for char, add string *= operator, …
(edit) @a3f820b   8 months pabuhr interpose experiment to see if it is causing the build failure
(edit) @7db39f7   8 months pabuhr second attempt to interpose dl_iterate_phdr with disable/enable …
(edit) @cfbc56ec   8 months mlbrooks Enable array RAII and provide uninit(-), a uNoCtor equivalent. Enable …
(edit) @e0cc9e0   8 months pabuhr first attempt to interpose dl_iterate_phdr with disable/enable …
Note: See TracRevisionLog for help on using the revision log.