source: libcfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @a1574e2   2 years Thierry Delisle Forgot this was needed for the non-VLA commit. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7dd98b6   2 years Thierry Delisle Moved cfa_main_returned to libcfa so it works when the main is written … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @e58e423   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @c2ba08a   2 years Thierry Delisle Added missing io_future_t reset function. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @e8ac228   2 years Thierry Delisle Fix major bug where to few items were submitted. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @eb9c2dc   2 years caparson trimmed down includes more ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @52e311a   2 years caparson fixed merge conflict ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @441d11c   2 years caparson trimmed down includes ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a2e4b0c   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a51a02d   2 years caparson fstream mutexstmt lock/unlock ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @1ed9cb63   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @321a1b15   2 years pabuhr change getANL to getANL$ (private), change eof to return bool versus … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @c8371b5   2 years pabuhr change getANL to getANL$ (private) ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @8dcb832   2 years pabuhr remove mutual-exclusion acquire for streams, add EINTR restarts for C … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7ce2483   2 years pabuhr formatting, remove release, and update lock/unlock for use with mutex … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @45c9441   2 years Thierry Delisle Fix lock in io.cfa ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @c33c2af   2 years Thierry Delisle Made some of the schedule locking more fine grain. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @f93c50a   3 years caparson fixed merge ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7e7a076   3 years caparson added routines so fstreams could be acquired with the mutex stmt ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @75c7252   3 years Thierry Delisle CPU workstealing now has correct remote unpark. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @24e321c   3 years Thierry Delisle Unpark now takes a hint on locality. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @fcd65ca   3 years Thierry Delisle Fixed incorrect access into lanes.help ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @089d30c   3 years Thierry Delisle Changed cpu schedulig to use moving average. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @bc4a433   3 years Thierry Delisle Diabled epoll aproach by default. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @4500e52   3 years Thierry Delisle Added cfathread version that uses epoll ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @db614d0   3 years Thierry Delisle Added stats for epoll ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @420b498   3 years Thierry Delisle Moved cfathread to Colby's new lock. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @abcae55   3 years Thierry Delisle Removed last_cpu (and small spacing changes) ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @ec421636   3 years Thierry Delisle No longer using eventfd_read to avoid the poor interrupt handling. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @cf78319   3 years Thierry Delisle removed unnecessary local variable ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3bf3b6b   3 years pabuhr clean code, add fix that might deal with the I/O acquire timeout ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @6cc87c0   3 years mlbrooks String bug fixes and new tests. Enabled white-box visibility (DEBUG_ … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @4d8fbf4   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a8367eb   3 years caparson fixed mutexStmt bug related to pointers/references ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @72bd9cd   3 years Thierry Delisle No idea why this worked on nasus without this change. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @445f984   3 years Thierry Delisle Forgot to commit changes to include. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @56e5b24   3 years Thierry Delisle Manually read from event fd instead of calling eventfd_read, which … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @5a40e4e   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @fdc3f9d   3 years Thierry Delisle Added rule to remake call.cfa when the in-file is changed ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @d8d512e   3 years mlbrooks Reorganizing string constructor/assignment overload calls for better … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @031453c   3 years Thierry Delisle Forgot to change memory.hfa ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @2bfee8e   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @1341ce1   3 years Thierry Delisle Simple release function on unique_ptrs ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @0156cdd   3 years Thierry Delisle Initial fix to fstreams not throwing in release ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @f450f2f   3 years mlbrooks Baseline of the string implementation. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @180f249   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @bbe3719   3 years caparson cleaned up some mutex stmt related code ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a3cadfc   3 years jafprudhomme Removed default parser argument ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @81e0c61   3 years jafprudhomme Reverted to using English-speaking-order syntax ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @761e146   3 years jafprudhomme Merge branch 'master' into jacob/cs343-translation ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @24ebddac   3 years jafprudhomme Added default argument ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @3ad9097   3 years Thierry Delisle Minor fixes to makefiles for mutex stmt ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @b0f225f   3 years jafprudhomme Used in-English-order declaration syntax in header file too ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @ca83227   3 years jafprudhomme Changed API of parse_config to accept parse function ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @45b772c   3 years jafprudhomme Added some clarifying Peter Buhr-style comments ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @dd698b4   3 years jafprudhomme Added more TODOs ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @4a1bc44   3 years jafprudhomme Used in-English-order variable declaration syntax ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @e22c841   3 years jafprudhomme Fixed message function for Missing_Config_Entries ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @32913bc   3 years jafprudhomme Fixed up comments ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @692db791   3 years jafprudhomme Made little changes and added comments ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @a75cd3d   3 years jafprudhomme Added message function for exceptions I've created Also removed … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @dcf792a   3 years jafprudhomme Added more information to exceptions ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @3be4078   3 years jafprudhomme Added more info to "missing config entry" exception ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @e1e506b   3 years jafprudhomme Added exception for when there are missing config entries ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @c166f4e   3 years jafprudhomme Fixed spelling mistake ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @a3f2a3e   3 years jafprudhomme Simplified validation logic ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @1764a63   3 years jafprudhomme Removed printing of errors in library code Bad practice, I believe? … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @247d4ac   3 years jafprudhomme Removed error for unknown config format Since we're using an enum, we … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @5993b6a   3 years jafprudhomme Removed old comment ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @a0d6987   3 years jafprudhomme Cleaned up and un-nested code ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @6d8e1ab   3 years jafprudhomme Improved EHM code Added more exceptions, and removed forced exits … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @cac1d52   3 years jafprudhomme Fixed realloc error ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @4bdb7bf   3 years jafprudhomme Fixed some issues with unfreed memory Was calling destructor on … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @5241ec2   3 years jafprudhomme Freed space allocated for strings ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @f62e741   3 years jafprudhomme Added spaces ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @d322f62   3 years jafprudhomme Used more modern built-in EHM ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @57dff2f   3 years jafprudhomme Changed unsigned int to size_t It made more semantic sense ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @f03b1db   3 years jafprudhomme Removed warning ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @d120290   3 years jafprudhomme Added comments where I'm having problems ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @a434e92   3 years jafprudhomme Changed quotes used for clarity ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @d8db0af   3 years jafprudhomme Allowed config format to be specified ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @ad78e08   3 years jafprudhomme Added case to handle initial allocation for KVP array ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @e4b37a1   3 years jafprudhomme Switched to allocating array of KVPs on heap ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @12b5b226   3 years jafprudhomme Removed redundant reinitialization of buffers ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @82820da   3 years jafprudhomme Fixed issue caused by reuse of string buffers ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @c1dafea   3 years jafprudhomme Cleaned up ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @1e05e09   3 years jafprudhomme Reverted to using long form of opening file ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @f789b82   3 years jafprudhomme Removed old string builder code ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @cfadd08   3 years jafprudhomme Slimmed down copied code ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @8e0f2db   3 years jafprudhomme Ripped out old code for new one provided by Prof. Buhr ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @ecfa760   3 years jafprudhomme Re-simplified code to detect lines with comments ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @09fda91   3 years jafprudhomme Used constructor to open file ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @0cfa768   3 years jafprudhomme Switched to using fixed-size buffers ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @a0e142f   3 years jafprudhomme Ignored more types of whitespace ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @c80ac84   3 years jafprudhomme Added temporary code to read in config file ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @45729a8   3 years jafprudhomme Just realized this isn't bash-style config! ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @ba61cd9   3 years jafprudhomme Added string builder-like struct ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @02a22a2   3 years jafprudhomme Reverted to using reference to KVPairs This will have to be changed … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @98d6b744   3 years jafprudhomme Removed warnings ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @52c6891   3 years jafprudhomme Freed KVPairs in case of error ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.