source: libcfa/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7b0e8b7   4 years mlbrooks String heap growth implemented ADT ast-experimental enum pthread-emulation qualifiedEnum
(edit) @804bf677   4 years mlbrooks String hybrid: Basic cases of solo alloc now working ADT ast-experimental enum pthread-emulation qualifiedEnum
(edit) @4b3b352   4 years mlbrooks String hybrid has working separated sharing contexts ADT ast-experimental enum pthread-emulation qualifiedEnum
(edit) @0f781fb8   4 years mlbrooks Refactoring of string internals. Existing tests pass. Adding … ADT ast-experimental enum pthread-emulation qualifiedEnum
(edit) @218096f   4 years mlbrooks String performance improvements ADT ast-experimental enum pthread-emulation qualifiedEnum
(edit) @f93c50a   4 years caparson fixed merge ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @7e7a076   4 years caparson added routines so fstreams could be acquired with the mutex stmt ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @75c7252   4 years Thierry Delisle CPU workstealing now has correct remote unpark. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @24e321c   4 years Thierry Delisle Unpark now takes a hint on locality. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @fcd65ca   4 years Thierry Delisle Fixed incorrect access into lanes.help ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @089d30c   4 years Thierry Delisle Changed cpu schedulig to use moving average. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @bc4a433   4 years Thierry Delisle Diabled epoll aproach by default. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @4500e52   4 years Thierry Delisle Added cfathread version that uses epoll ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @db614d0   4 years Thierry Delisle Added stats for epoll ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @420b498   4 years Thierry Delisle Moved cfathread to Colby's new lock. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @abcae55   4 years Thierry Delisle Removed last_cpu (and small spacing changes) ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @ec421636   4 years Thierry Delisle No longer using eventfd_read to avoid the poor interrupt handling. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @cf78319   4 years Thierry Delisle removed unnecessary local variable ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @3bf3b6b   4 years pabuhr clean code, add fix that might deal with the I/O acquire timeout ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @6cc87c0   4 years mlbrooks String bug fixes and new tests. Enabled white-box visibility (DEBUG_ … ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @4d8fbf4   4 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @a8367eb   4 years caparson fixed mutexStmt bug related to pointers/references ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @72bd9cd   4 years Thierry Delisle No idea why this worked on nasus without this change. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @445f984   4 years Thierry Delisle Forgot to commit changes to include. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @56e5b24   4 years Thierry Delisle Manually read from event fd instead of calling eventfd_read, which … ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @5a40e4e   4 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @fdc3f9d   4 years Thierry Delisle Added rule to remake call.cfa when the in-file is changed ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @d8d512e   4 years mlbrooks Reorganizing string constructor/assignment overload calls for better … ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @031453c   4 years Thierry Delisle Forgot to change memory.hfa ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @2bfee8e   4 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @1341ce1   4 years Thierry Delisle Simple release function on unique_ptrs ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @0156cdd   4 years Thierry Delisle Initial fix to fstreams not throwing in release ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @f450f2f   4 years mlbrooks Baseline of the string implementation. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @180f249   4 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @bbe3719   4 years caparson cleaned up some mutex stmt related code ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @a3cadfc   4 years jafprudhomme Removed default parser argument ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @81e0c61   4 years jafprudhomme Reverted to using English-speaking-order syntax ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @761e146   4 years jafprudhomme Merge branch 'master' into jacob/cs343-translation ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @24ebddac   4 years jafprudhomme Added default argument ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @3ad9097   4 years Thierry Delisle Minor fixes to makefiles for mutex stmt ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @b0f225f   4 years jafprudhomme Used in-English-order declaration syntax in header file too ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @ca83227   4 years jafprudhomme Changed API of parse_config to accept parse function ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @45b772c   4 years jafprudhomme Added some clarifying Peter Buhr-style comments ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @dd698b4   4 years jafprudhomme Added more TODOs ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @4a1bc44   4 years jafprudhomme Used in-English-order variable declaration syntax ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @e22c841   4 years jafprudhomme Fixed message function for Missing_Config_Entries ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @32913bc   4 years jafprudhomme Fixed up comments ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @692db791   4 years jafprudhomme Made little changes and added comments ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @a75cd3d   4 years jafprudhomme Added message function for exceptions I've created Also removed … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @dcf792a   4 years jafprudhomme Added more information to exceptions ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @3be4078   4 years jafprudhomme Added more info to "missing config entry" exception ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @e1e506b   4 years jafprudhomme Added exception for when there are missing config entries ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @c166f4e   4 years jafprudhomme Fixed spelling mistake ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @a3f2a3e   4 years jafprudhomme Simplified validation logic ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @1764a63   4 years jafprudhomme Removed printing of errors in library code Bad practice, I believe? … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @247d4ac   4 years jafprudhomme Removed error for unknown config format Since we're using an enum, we … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @5993b6a   4 years jafprudhomme Removed old comment ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @a0d6987   4 years jafprudhomme Cleaned up and un-nested code ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @6d8e1ab   4 years jafprudhomme Improved EHM code Added more exceptions, and removed forced exits … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @cac1d52   4 years jafprudhomme Fixed realloc error ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @4bdb7bf   4 years jafprudhomme Fixed some issues with unfreed memory Was calling destructor on … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @5241ec2   4 years jafprudhomme Freed space allocated for strings ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @f62e741   4 years jafprudhomme Added spaces ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @d322f62   4 years jafprudhomme Used more modern built-in EHM ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @57dff2f   4 years jafprudhomme Changed unsigned int to size_t It made more semantic sense ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @f03b1db   4 years jafprudhomme Removed warning ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @d120290   4 years jafprudhomme Added comments where I'm having problems ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @a434e92   4 years jafprudhomme Changed quotes used for clarity ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @d8db0af   4 years jafprudhomme Allowed config format to be specified ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @ad78e08   4 years jafprudhomme Added case to handle initial allocation for KVP array ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @e4b37a1   4 years jafprudhomme Switched to allocating array of KVPs on heap ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @12b5b226   4 years jafprudhomme Removed redundant reinitialization of buffers ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @82820da   4 years jafprudhomme Fixed issue caused by reuse of string buffers ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @c1dafea   4 years jafprudhomme Cleaned up ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @1e05e09   4 years jafprudhomme Reverted to using long form of opening file ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @f789b82   4 years jafprudhomme Removed old string builder code ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @cfadd08   4 years jafprudhomme Slimmed down copied code ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @8e0f2db   4 years jafprudhomme Ripped out old code for new one provided by Prof. Buhr ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @ecfa7607   4 years jafprudhomme Re-simplified code to detect lines with comments ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @09fda91   4 years jafprudhomme Used constructor to open file ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @0cfa768   4 years jafprudhomme Switched to using fixed-size buffers ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @a0e142f   4 years jafprudhomme Ignored more types of whitespace ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @c80ac84   4 years jafprudhomme Added temporary code to read in config file ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @45729a8   4 years jafprudhomme Just realized this isn't bash-style config! ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @ba61cd9   4 years jafprudhomme Added string builder-like struct ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @02a22a2   4 years jafprudhomme Reverted to using reference to KVPairs This will have to be changed … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @98d6b744   4 years jafprudhomme Removed warnings ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @52c6891   4 years jafprudhomme Freed KVPairs in case of error ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @e74ba77   4 years jafprudhomme Switched to allocating KVPairs on heap ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @ad8072c   4 years jafprudhomme Fixed type warning ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @c58c65a   4 years jafprudhomme Began using new math.trait.hfa ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @716e4e6   4 years jafprudhomme Added missing includes ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @930609e2   4 years jafprudhomme Added some basic examples of validation functions And rearranged the … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @6604ea1   4 years jafprudhomme Added optional validation step when parsing values ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @80ae121   4 years jafprudhomme Added exception that will be used to signal failed validation ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @e54654e   4 years jafprudhomme Added ability to specify optional validation function ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @4cc6c7d   4 years jafprudhomme Fixed compiler error around type of generic parse function ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @8f01cb04   4 years jafprudhomme Switched to importing default parsing functions from parseargs ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @58ebd786   4 years jafprudhomme Made some small changes Comments, spacing, etc. ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @7582458   4 years jafprudhomme Changed descriptive comment for parse_config ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
Note: See TracRevisionLog for help on using the revision log.