source: libcfa/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @e74ba77   3 years jafprudhomme Switched to allocating KVPairs on heap ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @ad8072c   3 years jafprudhomme Fixed type warning ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @c58c65a   3 years jafprudhomme Began using new math.trait.hfa ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @716e4e6   3 years jafprudhomme Added missing includes ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @930609e2   3 years jafprudhomme Added some basic examples of validation functions And rearranged the … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @6604ea1   3 years jafprudhomme Added optional validation step when parsing values ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @80ae121   3 years jafprudhomme Added exception that will be used to signal failed validation ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @e54654e   3 years jafprudhomme Added ability to specify optional validation function ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @4cc6c7d   3 years jafprudhomme Fixed compiler error around type of generic parse function ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @8f01cb04   3 years jafprudhomme Switched to importing default parsing functions from parseargs ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @58ebd78   3 years jafprudhomme Made some small changes Comments, spacing, etc. ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @7582458   3 years jafprudhomme Changed descriptive comment for parse_config ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @33800ac8   3 years jafprudhomme Broke apart reading to intermediate format and parsing from intermediate ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @602e8d5   3 years jafprudhomme Fixed error setting size of list of KVPs ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @b1eeb3aa   3 years jafprudhomme Added default parse function signatures to header file ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @eb2413d3   3 years jafprudhomme Removed old config parameters ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @e7e5b81   3 years jafprudhomme Added code to parse values ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @d5cfc7e   3 years jafprudhomme Began using intermediate format ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @b532fcf   3 years jafprudhomme Removed old validation code ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @5e0e488   3 years jafprudhomme Created array to hold intermediate format (string, string) ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @4df8fef5   3 years jafprudhomme Restructured parseconfig to work like parseargs ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @31337d8   3 years jafprudhomme Removed old comments ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @ff3be413   3 years jafprudhomme Removed code specific to CS 343 assignment ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @50dcfad   3 years jafprudhomme Removed useless finally block ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @07b0c91   3 years jafprudhomme Changed name of function exposed in parseconfig header ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @26b9e71   3 years jafprudhomme Removed checking for a specific number of entries in the config file ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @3c124da   3 years jafprudhomme Closed ifstream before exiting prematurely ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @c2016b6   3 years jafprudhomme Declared ifstream before try block ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @2c2d32b   3 years jafprudhomme Removed remaining bits of C++ code ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @a01404e   3 years jafprudhomme Removed bit of C++ code ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @181ef73   3 years jafprudhomme Began using CFA loop constructs ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @e658f5d   3 years jafprudhomme Removed unneeded include ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @dac3455   3 years jafprudhomme Converted += 1 to ++ ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @c3c76cd   3 years jafprudhomme Coalesced all file closes to one location ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @1896c1f   3 years jafprudhomme Convert to using CFA file stream I/O ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @16f9aca   3 years jafprudhomme Created new library with code directly from CS 343 A6 ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @5b7c8b5   3 years caparson small changes and hopefully fixed build ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @702839bb   3 years caparson hopefully fixed build ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @1b97976c   3 years caparson added in file I forgot and added test expect for locks ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @af67ee1   3 years caparson Added support for locks as parameters to mutex stmt ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @6cebfef   3 years caparson added mutex stmt monitor ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b42d0ea   3 years pabuhr do not print unfreed-storage message if program exits ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @d874f59   3 years Thierry Delisle Fixed crash from get_cpu ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @0a061c0   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ba0d2ea   3 years pabuhr add exceptions Close_Failure, Write_Failure, Read_Failure to fstream ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @d83b266   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @a5a6a1a8   3 years pabuhr replace fstream macro EHM_VIRTUAL_TABLE with new vtable declaration ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @f9d8755   3 years pabuhr replace fstream macro EHM_EXCEPTION(Open_Failure) with new exception … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @86fc350   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @5dc4c7e   3 years pabuhr formatting, use new math trait in rational numbers ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @08bc3e7   3 years pabuhr first draft of math trait ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @f9b68d6   3 years caparson made spacing consistent ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @12a1013   3 years caparson fixed wait counter ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @6ff08d8   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @eba9d27   3 years caparson fixed incorrect copy ctor ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @55ad35c   3 years caparson removed print and deleted equal operator for lock ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c86ee4c   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @1f45c7d   3 years Thierry Delisle Now tracking cpu migrations using push_stat. Some minor fixes to the … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @d1ecd39   3 years Thierry Delisle Removd debug print failing the build ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @8f1a99e   3 years Thierry Delisle Step 3 Fixed tests ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e84ab3d   3 years Thierry Delisle Step 1 of changing $thread to thread$ ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b7763da   3 years caparson added martin lock and improvement ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @dcad80a   3 years caparson fixed bug with locks ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @660665f   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.