source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @0a55a53   3 years ajbeach Andrew MMath: Implement chapter updated from Peter's focused review. ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @13afd0c   3 years ajbeach Andrew MMath: Features chapter updated from Peter's focused review. ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @b041f11   3 years ajbeach Andrew MMath: Saved and reverting updates on the new syntax. ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @f93d7fc   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @3548ddb   3 years pabuhr remove extra "head" label in figure ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @4805bfc   3 years pabuhr proofread sections 4.1.4 and 4.2 ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @2a3f0d9   3 years pabuhr proofread sections 3.2 and 3.3 ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @01f78e0   3 years pabuhr add code to prevent tail recursion optimization ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @0477127   3 years ajbeach Andrew MMath: More updates to the performance chapter. ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @7737c29   3 years ajbeach Revert "proofread chapter performance.tex", updates have been saved. … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @9cb6514   3 years pabuhr proofread chapter performance.tex ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @0be463c   3 years ajbeach Hopefully removing -f means I'll never have to recover from that again. ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @75f8e04   3 years ajbeach Andrew MMath: Fix \input to point at the new file name (file renamed a … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @eaeca5f   3 years ajbeach Merge branch 'andrew-mmath' into 'master', latest round of updates to … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @cfbab07   3 years ajbeach Andrew MMath: Updated performance chapter, using Peter's feedback and … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @1d402be   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc 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) @52fad0c   3 years y58xue Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @6c2dc00   3 years y58xue Convert makeLibCfa to use new AST ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @702839bb   3 years caparson hopefully fixed build ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @6f2033f   3 years caparson 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) @e8bad5c8   3 years ajbeach Andrew MMath: Added implementation notes for the new virtual and … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @ba2e8f0   3 years ajbeach Andrew MMath: Folded in Peter's updates to the implement chapter. ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @9f5a19fa   3 years y58xue Enable expandMemberTuples new AST pass Other work still needs to be … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @d249e0b   3 years y58xue Add expandMemberTuples pass to use new AST ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @9cd37d9   3 years ajbeach Andrew MMath: Folded in Peter's feedback on the Future Work chapter. ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @c2a9d88   3 years ajbeach Andrew MMath: Folded in Peter's changes to conclusion. ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @7372065   3 years ajbeach Saved and reverted another set of Peter's changes. ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @d8f8d08   3 years ajbeach Merge branch 'master' into 'andrew-mmath', collecting Peter's updates. ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @e56eabac   3 years pabuhr proofread implement chapter ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @32b7f54   3 years pabuhr update figures to use LaTeX fonts ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @3a3f396   3 years pabuhr added more to conclusion ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @1a6a6f2   3 years ajbeach Merge branch 'master' into 'andrew-mmath', collecting updates. ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @315e5e3   3 years pabuhr proofread conclusion chapter ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @7620e5d   3 years pabuhr proofread future chapter ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @fe8aa21   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @262deda0   3 years pabuhr proofread performance chapter and add local bibliography entry ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @f79ee0d   3 years pabuhr update exception benchmarks ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @ed4d7c1   3 years ajbeach Andrew MMath: Updated features to include the new exception syntax. ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @e3984a68   3 years ajbeach Andrew MMath: Added in Peter's feedback to the feature's chapter. ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.