source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7edf912   12 months pabuhr formatting, replace constructor calls with set_allocation calls
(edit) @50be8af   12 months pabuhr clean up command-line handling and I/O
(edit) @697c957   12 months pabuhr add uC++toCFA document
(edit) @3df4cd9   12 months ajbeach Some mistakes in isPolyType found while working on the box pass. There …
(edit) @a738c68   12 months ajbeach Update max/min so n-ary version doesn't match against the 2 argument …
(edit) @efe420f3   12 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @f64cc42   12 months caparson committed makefile change for cofor include
(edit) @bfeb37a6   12 months ajbeach Added another check to the invariants for SizeofExpr/AlignofExpr?.
(edit) @1ed5e9e   12 months caparson Added cfa equivalent of cofor/cobegin/coend
(edit) @c0035fc   12 months caparson Added references when incorporating Trevor's comments
(edit) @c8ec58e   12 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @9509d67a   12 months caparson Incorporated changes in response to Trevor's comments.
(edit) @73d0a84c   12 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c58ead7   12 months pabuhr add malloc_stats_clear routine to zero the heap master and all active …
(edit) @fc9f514   12 months pabuhr formatting
(edit) @ba068c0   12 months pabuhr rename clock routines processor and program to processor_cpu and …
(edit) @5cfb8b1   12 months pabuhr add getenv, strlen, strcmp, strncmp to extras
(edit) @553f032f   13 months ajbeach Insert additional checks so that impossible, or just unimplemented, …
(edit) @2fa0237   13 months mlbrooks Fix cstring input length interpretation issue that had a buffer …
(edit) @3ee8853   13 months caparson made some small formatting changes
(edit) @0f8b1a7   13 months caparson merged in Peter's edits with a few small changes
(edit) @154672d   13 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @79b05224   13 months pabuhr proofread chapters CFA_concurrency, intro, and conclusion
(edit) @416b443   13 months mlbrooks Implement full set of relational operators for strings
(edit) @01510fe   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @f3f009f   13 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4894239   13 months j82liang Allow uninitialized enum value as designators
(edit) @cb0bcf1   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @9d47c1f   13 months caparson changes over all usages of uC++ collections to use dlist instead
(edit) @4a40fca7   13 months ajbeach Clean-up in MultiLevelExit?. Primary purpose is to remove some uneeded …
(edit) @92d8cda   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1f10959   13 months caparson expanded upon intro and conclusion
(edit) @1fc111c   13 months j82liang Bug fix
(edit) @efe39bb   13 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @aae9c17   13 months caparson edited thesis to incorporate Gregors comments
(edit) @737988b   13 months mlbrooks Deduplicate manipulator read-to-string by delegating from string to …
(edit) @ff56dd2e   13 months mlbrooks Duplicate manipulator read-to-string code for string_res, and test.
(edit) @3c7e3c4   13 months mlbrooks formatting
(edit) @f54e6ec   13 months mlbrooks Port basic input-manipulator test from cstring to string and fix …
(edit) @acafba4   13 months mlbrooks Rename internal macro away from TYPE, which is a cs343 name collision.
(edit) @0ac8d07   13 months pabuhr remove empty rule in cfa_abstract_parameter_declaration to remove conflicts
(edit) @555af62   13 months pabuhr add include bits/sequence.hfa to pthread.cfa after removing it from …
(edit) @43eb8e9   13 months pabuhr remove unnecessary include bits/sequence.hfa
(edit) @4b78d25   13 months pabuhr Revert "remove ucpp-style collections used before Mike's lists" This …
(edit) @b388d1ba   13 months pabuhr remove ucpp-style collections used before Mike's lists
(edit) @16e6905   13 months pabuhr fix get_seed signature
(edit) @5f31bf0   13 months pabuhr simplify 32/64-bit random-number constructors
(edit) @3ef5905   13 months pabuhr add get_seed for thread random numbers
(edit) @6e93819   13 months pabuhr use arm64 to select 64-bit random numbers
(edit) @4b30318b   13 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @389fbf5   13 months pabuhr test reading fixed strings
(edit) @34c6e1e6   13 months pabuhr add string output manipulators, third attempt at input manipulators …
(edit) @0f107e4   13 months pabuhr add reading fixed strings, seperate skip input manipulator, getline …
(edit) @8a9a3ab   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4269d1b   13 months caparson fixed unhandled exception bug causing deleted memory to be accessed …
(edit) @4c0fa03   13 months ajbeach Removed extra copy in FixInitNew?.
(edit) @950c58e   13 months ajbeach The invariant flags on the test script were set up incorrectly. They …
(edit) @2a301ff   13 months j82liang Resolve conflict
(edit) @92355883   13 months j82liang Array can use enum instance with explicit initializer as designator. …
(edit) @686912c   13 months pabuhr third attempt at input manipulators for strings
(edit) @0b8c951d   13 months pabuhr more rename directories containers to collections
(edit) @55b060d   13 months pabuhr rename directories containers to collections
(edit) @38de914   13 months pabuhr second attempt at input manipulators for strings
(edit) @7e1dbd7   13 months pabuhr first attempt at input manipulators for strings
(edit) @0926487   13 months pabuhr formatting, use C-style compound literal
(edit) @4aaac8a   13 months ajbeach Cleaning old box pass for easier translation. Factored out a helper …
(edit) @8f2aa3c   13 months ajbeach Fixing space/tabs confusion in ExceptDeclNew?.cpp.
(edit) @aa25216   13 months pabuhr remove special case for getline in C-string input
(edit) @88001dd   13 months pabuhr first attempt reading strings in chunks using C strings
(edit) @5ad2c6c7   13 months pabuhr update reading C strings with size check
(edit) @d0cfcbe1   13 months pabuhr change setter routines in basic_i/ostream to return previous state
(edit) @18ebc28   13 months pabuhr create MMath thesis macros for Jiada
(edit) @082510e   13 months pabuhr create a glossary example
(edit) @3fdf2b7   13 months pabuhr add files Makefile and .gitignore
(edit) @bcbc7e4   13 months pabuhr fix printing of decimal point when manipulator nodp is on
(edit) @329487c   13 months pabuhr change examples to use the new wdi manipulator for C-strings to …
(edit) @6264087   13 months pabuhr formatting
(edit) @b5e725a   13 months pabuhr move setting the default random-generator size from PRNG.cfa to …
(edit) @7baff35   13 months pabuhr formatting
(edit) @2f34fde   13 months pabuhr add new wdi manipulator for C-strings to specify string and read size
(edit) @3543e99   13 months pabuhr move exception macros from common.hfa to their own include file …
(edit) @8d96dee   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @89bef959   13 months caparson made generated vtable functions link-once
(edit) @d32679d5   13 months mlbrooks String input operator with chunked memory management.
(edit) @9ca5e56   13 months pabuhr formatting, remove superfluous space at end of string when printing, …
(edit) @43109ce   13 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @f259682   13 months pabuhr remove timeout clause from waituntil statement
(edit) @25d32e7   13 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @279f8df   13 months pabuhr another .expect change to match with the iostream formatting changes
(edit) @2137eb7   13 months pabuhr ARM .expect change due to iostream formatting changes
(edit) @f045f34   13 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @409bb8f   13 months pabuhr rename file to fix build
(edit) @c1f502c   13 months ajbeach Fixed whitespace in last commit, removed extra use of static.
(edit) @7156c46   13 months caparson added code to copy attributes from vtable decl to generated decl
(edit) @b2ab352   13 months pabuhr add missing .expect file
(edit) @09a767e   13 months pabuhr fix incorrect location of decimal point for floating-point value in …
(edit) @13600e8   13 months pabuhr fix error when exception propagation does not find a handler and print …
(edit) @7839f78   13 months pabuhr update documentation about changes to I/O
(edit) @9ff71ff   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @23edb61   13 months caparson added warning message and cleanup for unhandled pending non-local …
Note: See TracRevisionLog for help on using the revision log.