source: libcfa/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5f5a729   4 years Thierry Delisle Mark idle now uses try_lock semantics ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @49599a3   4 years Thierry Delisle Removed unnecessary debug ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @ab4a595   4 years Thierry Delisle cpu.cfa now correctly uses "online" instead of "present" to check cpus. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @a1574e2   4 years Thierry Delisle Forgot this was needed for the non-VLA commit. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @7dd98b6   4 years Thierry Delisle Moved cfa_main_returned to libcfa so it works when the main is written … ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @e58e423   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) @c2ba08a   4 years Thierry Delisle Added missing io_future_t reset function. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @e8ac228   4 years Thierry Delisle Fix major bug where to few items were submitted. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @eb9c2dc   4 years caparson trimmed down includes more ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @52e311a   4 years caparson fixed merge conflict ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @441d11c   4 years caparson trimmed down includes ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @a2e4b0c   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) @a51a02d   4 years caparson fstream mutexstmt lock/unlock ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @1ed9cb63   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) @321a1b15   4 years pabuhr change getANL to getANL$ (private), change eof to return bool versus … ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @c8371b5   4 years pabuhr change getANL to getANL$ (private) ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @8dcb832   4 years pabuhr remove mutual-exclusion acquire for streams, add EINTR restarts for C … ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @7ce2483   4 years pabuhr formatting, remove release, and update lock/unlock for use with mutex … ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @45c9441   4 years Thierry Delisle Fix lock in io.cfa ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @c33c2af   4 years Thierry Delisle Made some of the schedule locking more fine grain. ADT ast-experimental enum forall-pointer-decay 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
Note: See TracRevisionLog for help on using the revision log.