source: libcfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @96ef156   5 days mlbrooks Fix IO stream to be warning-free.
(edit) @5db913f   5 days mlbrooks Work around #269 in array bound-check printing, to avoid …
(edit) @ad8b6df   6 days pabuhr formatting
(edit) @8ee211d   6 days mlbrooks Make array and list headers free of warnings upon include and as used …
(edit) @532c0cd   6 days ajbeach Small bit of clean-up on the enum functions in builtins. Mostly …
(edit) @5d3d281   7 days mlbrooks Remove autogen forward declarations, which are never needed, and cause …
(edit) @8e4f34e   8 days mlbrooks Allow builtin ++ from += overloads, and similar, to work on a type …
(edit) @283fbdd   9 days ajbeach Removed some unused (commented) code from the builtins.
(edit) @50be6444   9 days ajbeach Follow up reformatting to builtins. Just a few extra and missing spaces.
(edit) @9f7285e   10 days pabuhr formatting, temporarily remove quasi_void
(edit) @eae8b37   2 weeks j82liang Move enum.hfa/enum.cfa to prelude
(edit) @509ec82   2 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1c0a3a4   3 weeks pabuhr fix problem with future seperate compilation
(edit) @3e2e9b2   3 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @f5e37a4   3 weeks pabuhr small changes to rational
(edit) @71f3d45   3 weeks mlbrooks Remove unnecessary assertion: printing a rational doesn't require the …
(edit) @108b2c7   3 weeks ajbeach Moved the non-trivial bodies of the power (exponental) functions out …
(edit) @e25ef8c   3 weeks pabuhr formatting, first attempt to add priority order to waitfor selection, …
(edit) @10a9479d   3 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1cd2839   4 weeks pabuhr test patch for respecting lexical priority in waitfor statement
(edit) @95707a3   5 weeks pabuhr updates to barrier.hfa
(edit) @47174c4   5 weeks pabuhr formatting
(edit) @a3af522   5 weeks pabuhr first attempt at updating barrier lock
(edit) @105fb21   5 weeks pabuhr rename start_actor_system and stop_actor_system, add implicit messages …
(edit) @74cbaa3   6 weeks pabuhr formatting
(edit) @44e2a5a   6 weeks pabuhr remove assertions from rational structure declaration
(edit) @62595b31   6 weeks pabuhr temporary update of exponentiation operator due to possible bug in box-pass
(edit) @b006c51e   6 weeks j82liang Move enum trait declaration to builtin/c
(edit) @1a7203d   2 months pabuhr change CFA runtime libraries to use C designator syntax
(edit) @7968301   3 months pabuhr change "exit" stream to stderr from stdout
(edit) @cdf7d43   3 months mlbrooks Hopefully fix broken build, from multiple declarations of arrah.hfa's …
(edit) @1665ee5   3 months mlbrooks Add uArray delayed-initialization equivalent to CFA array
(edit) @9bb6c5f   3 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @737bf73   3 months pabuhr correct check for EOF when reading character strings
(edit) @db19e1d   4 months ajbeach Changed the interpritation of () to be no parameters instead of any …
(edit) @ad47ec4   4 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4b75ae9   4 months pabuhr second attempt to simplify ttype min/max functions
(edit) @26ee4b5   4 months pabuhr simplify ttype min/max functions
(edit) @960665c   4 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @df2e00f   4 months ajbeach Made heap pass the invariant check. We should be able to enable …
(edit) @3ac5fd8   4 months pabuhr first attempt changing end-of-file to an exception
(edit) @d1f5054   4 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @26d40a1   4 months j82liang add void to lowerBound() and upperBound() declaration, which is a …
(edit) @a51dc0d   4 months pabuhr add missing #ifdef to handle systems without io_uring
(edit) @4e09af2   4 months pabuhr update unfreed storage message from memory allocator
(edit) @e49c308   4 months pabuhr remove unused parameter name from function Countof, add period to end …
(edit) @c4d6c90   4 months pabuhr formatting, documentation
(edit) @4dab7e8   4 months pabuhr formatting, add str conversion routines, add more combinations of ?+? …
(edit) @7db4fcd4   5 months j82liang small fix
(edit) @5f210c0   5 months j82liang Change enum pos to signed int to avoid underflow; operator on enum …
(edit) @2dd5c6d   5 months j82liang Update +=/-= for enums
(edit) @1571e4d   5 months j82liang reinterpret loop start for enum type as the first enumerator
(edit) @4db0140   5 months pabuhr modify abort error message
(edit) @b12e4ad   5 months pabuhr add stream parameter to OSTYPE_VOID_IMPL macro and update all macro calls
(edit) @b8e047a   5 months pabuhr formatting
(edit) @fee4436   5 months pabuhr make subscript check DEBUG only, remove #include <assert.h>, which is …
(edit) @5ff721a   5 months pabuhr forgot period at end of error message.
(edit) @1bb0170   5 months pabuhr formatting, replace subscript-check asserts with error message
(edit) @876739f   5 months pabuhr formatting
(edit) @f90c092   5 months pabuhr formatting
(edit) @6804f38   5 months pabuhr formatting
(edit) @0097d08   5 months pabuhr formatting, comments, use break in for-else
(edit) @97f9619   5 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @68ea8d2   5 months j82liang Seperate CfaEnum? and Serial.
(edit) @d796be70   5 months pabuhr commenting
(edit) @a1a1f37d   5 months pabuhr change order of ungetc parameters to harmonize with C ungetc
(edit) @2e6b2a0   5 months pabuhr change assert to abort, second attempt to read enumerators
(edit) @0c327ce   5 months j82liang 1. Add bound check to Serial function: now compiler generates the …
(edit) @236f133   5 months j82liang Remove quasi_void for enums. The idea of quasi_void from Mike was to …
(edit) @2f4c910   5 months pabuhr set return argument for boolean read
(edit) @d287f3e   5 months pabuhr fix selecting wrong input operator for enumeration, first attempt at …
(edit) @c015e2d   5 months pabuhr update reading boolean and match text
(edit) @a4e1b09   5 months pabuhr formatting
(edit) @550afde2   6 months ajbeach Constant strings on input. The previous changes only effected …
(edit) @6d2b3dc   6 months j82liang Change (enum) range loop so that it works on any type that define …
(edit) @062467b   6 months pabuhr inline enum relational and increment operators, comment out loop …
(edit) @bc48c0d   6 months pabuhr fix enumeration input to use reference type
(edit) @64eeb06   6 months pabuhr change basic_ostream to ostream, first attempt of enumeration input
(edit) @73d0e3f4   6 months j82liang Current enum has bug when use as a reference as in ?++. Change …
(edit) @259012e   6 months pabuhr put back quasi_void print
(edit) @d5efcb7   6 months pabuhr first attempt at updating enum auxiliary operations
(edit) @5eb3f65   6 months pabuhr change enumeration function names labelE, valueE, posE to label, …
(edit) @525f7ad   6 months j82liang 1. Add count_e( enum_name ), a pseudo function that return the …
(edit) @85855b0   6 months j82liang 1. Implement enum cast; 2. Change valueE so that opague enum returns …
(edit) @bf4fe05   7 months pabuhr fix merge
(edit) @07e9df1   7 months pabuhr formatting
(edit) @41c8312   7 months pabuhr small cleanups
(edit) @03ac869   7 months j82liang Add GCC visibility push(default); Fix trait satisfaction problem
(edit) @c2a4b62   7 months j82liang Refactor based type from operator assertion
(edit) @983f486   7 months j82liang Reformat forall clause in enum.hfa
(edit) @0b6c1c9   7 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c333ed2   7 months j82liang Remove intermeidate type (enum attribute type); remove …
(edit) @0f4c513   7 months pabuhr gcc-13 include file problem in …
(edit) @f5cb7c2   7 months pabuhr add gcc builtin function builtin_dynamic_object_size for gcc-13
(edit) @72713e5   8 months j82liang Add libcfa/src/enum.hfa
(edit) @c5c123f   8 months j82liang Missing changes for the last commit
(edit) @4a3eb1c   8 months pabuhr add combinations of pointer/reference for memset and memcpy
(edit) @15215f02   8 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0fe07be   8 months pabuhr formatting, documentation refactor alloc code, remove annoying warnings
(edit) @c0363be   8 months pabuhr formatting
Note: See TracRevisionLog for help on using the revision log.