source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5f31bf0   10 months pabuhr simplify 32/64-bit random-number constructors
(edit) @3ef5905   10 months pabuhr add get_seed for thread random numbers
(edit) @6e93819   10 months pabuhr use arm64 to select 64-bit random numbers
(edit) @4b30318b   10 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @389fbf5   10 months pabuhr test reading fixed strings
(edit) @34c6e1e6   10 months pabuhr add string output manipulators, third attempt at input manipulators …
(edit) @0f107e4   10 months pabuhr add reading fixed strings, seperate skip input manipulator, getline …
(edit) @8a9a3ab   10 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4269d1b   10 months caparson fixed unhandled exception bug causing deleted memory to be accessed …
(edit) @4c0fa03   10 months ajbeach Removed extra copy in FixInitNew?.
(edit) @950c58e   10 months ajbeach The invariant flags on the test script were set up incorrectly. They …
(edit) @2a301ff   10 months j82liang Resolve conflict
(edit) @92355883   10 months j82liang Array can use enum instance with explicit initializer as designator. …
(edit) @686912c   10 months pabuhr third attempt at input manipulators for strings
(edit) @0b8c951d   10 months pabuhr more rename directories containers to collections
(edit) @55b060d   10 months pabuhr rename directories containers to collections
(edit) @38de914   10 months pabuhr second attempt at input manipulators for strings
(edit) @7e1dbd7   10 months pabuhr first attempt at input manipulators for strings
(edit) @0926487   10 months pabuhr formatting, use C-style compound literal
(edit) @4aaac8a   10 months ajbeach Cleaning old box pass for easier translation. Factored out a helper …
(edit) @8f2aa3c   10 months ajbeach Fixing space/tabs confusion in ExceptDeclNew?.cpp.
(edit) @aa25216   10 months pabuhr remove special case for getline in C-string input
(edit) @88001dd   10 months pabuhr first attempt reading strings in chunks using C strings
(edit) @5ad2c6c7   10 months pabuhr update reading C strings with size check
(edit) @d0cfcbe1   10 months pabuhr change setter routines in basic_i/ostream to return previous state
(edit) @18ebc28   10 months pabuhr create MMath thesis macros for Jiada
(edit) @082510e   10 months pabuhr create a glossary example
(edit) @3fdf2b7   10 months pabuhr add files Makefile and .gitignore
(edit) @bcbc7e4   10 months pabuhr fix printing of decimal point when manipulator nodp is on
(edit) @329487c   10 months pabuhr change examples to use the new wdi manipulator for C-strings to …
(edit) @6264087   10 months pabuhr formatting
(edit) @b5e725a   10 months pabuhr move setting the default random-generator size from PRNG.cfa to …
(edit) @7baff35   10 months pabuhr formatting
(edit) @2f34fde   10 months pabuhr add new wdi manipulator for C-strings to specify string and read size
(edit) @3543e99   10 months pabuhr move exception macros from common.hfa to their own include file …
(edit) @8d96dee   10 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @89bef959   10 months caparson made generated vtable functions link-once
(edit) @d32679d5   10 months mlbrooks String input operator with chunked memory management.
(edit) @9ca5e56   10 months pabuhr formatting, remove superfluous space at end of string when printing, …
(edit) @43109ce   10 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @f259682   10 months pabuhr remove timeout clause from waituntil statement
(edit) @25d32e7   10 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @279f8df   10 months pabuhr another .expect change to match with the iostream formatting changes
(edit) @2137eb7   10 months pabuhr ARM .expect change due to iostream formatting changes
(edit) @f045f34   10 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @409bb8f   10 months pabuhr rename file to fix build
(edit) @c1f502c   10 months ajbeach Fixed whitespace in last commit, removed extra use of static.
(edit) @7156c46   10 months caparson added code to copy attributes from vtable decl to generated decl
(edit) @b2ab352   10 months pabuhr add missing .expect file
(edit) @09a767e   10 months pabuhr fix incorrect location of decimal point for floating-point value in …
(edit) @13600e8   10 months pabuhr fix error when exception propagation does not find a handler and print …
(edit) @7839f78   10 months pabuhr update documentation about changes to I/O
(edit) @9ff71ff   10 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @23edb61   10 months caparson added warning message and cleanup for unhandled pending non-local …
(edit) @74c6748   10 months pabuhr change test programs to reflect input changes for C strings
(edit) @e7a8f65   10 months pabuhr force all input of C strings to specify a maximum length for the …
(edit) @3318dff   10 months caparson fixed non-local ehm issue and added no arg resumer routine
(edit) @57fd66d   10 months caparson exposed some exception routines to use for non local ehm in coroutines
(edit) @7c2820e   10 months caparson added exception thrown at main to the cor_resumer test
(edit) @c34bb1f   10 months caparson fixed nonlocal exception edge case for program main and added poll() …
(edit) @27f2bef   10 months caparson added comment explaining test
(edit) @c3e510b   10 months caparson added support for resuming at resumer, added test for support and …
(edit) @ff7f6d07   10 months pabuhr formatting
(edit) @bc9f84a   10 months pabuhr add missing slicing routine with one argument
(edit) @3c82bf6   10 months pabuhr update exception macros
(edit) @6d5790d   10 months pabuhr formatting
(edit) @76acb60   10 months pabuhr remove static from Exception macro
(edit) @419985c   10 months pabuhr add macros Exception and Throw to simplify using exceptions
(edit) @502a107   10 months pabuhr add comment on lock$ in i/ofstream indicating used by trait is_lock …
(edit) @a47fe52   10 months pabuhr missing add of terminating thread-heap statistics to master heap, …
(edit) @028c2c6   11 months pabuhr fix line break in conclusion
(edit) @a867622   11 months pabuhr fix figure 7.12 placement
(edit) @d54ede6   11 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d5f5eb7   11 months pabuhr fussed with Figure 7.3
(edit) @2cb15b0   11 months caparson fixed bad page break and made figure location better
(edit) @210c737   11 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @afb3d68   11 months pabuhr final proofread of waituntil chapter
(edit) @2e7a299   11 months pabuhr change code listing to figure
(edit) @9171456b   11 months pabuhr fix bad line break
(edit) @56eb7f8   11 months pabuhr fix number of examples
(edit) @5d8cc96   11 months pabuhr move figure
(edit) @b3ac8ce3   11 months pabuhr fix month in citation
(edit) @d987881   11 months pabuhr update empty thesis directory for Fangren
(edit) @28c2933   11 months pabuhr formatting
(edit) @07b59ec   11 months pabuhr change startup sequence by adding back heapManagerBootFlag, add build …
(edit) @c68f6e6   11 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2e94f3e7   11 months pabuhr add empty thesis directory for Fangren
(edit) @4852232   11 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @000d68f   11 months caparson various small changes across entire thesis
(edit) @17c13b9   11 months ajbeach Update indentation in FinitTweak/FixInitNew?.cpp. Lowered indentation …
(edit) @d3c3261   11 months caparson fleshed out conclusion
(edit) @f496046   11 months caparson incorporated actor and waituntil comments
(edit) @14c0f7b   11 months ajbeach Added invariant to check that referenced declarations are in scope. …
(edit) @e0332dd   11 months ajbeach Modified the dimexpr-match tests. This is because dimexpr-match-cfa …
(edit) @66d878a   11 months pabuhr change lstlisting in common macros from belowskip=2pt to belowskip=0pt …
(edit) @33e9b87   11 months pabuhr remove spurious .section from exception assembler code, which is …
(edit) @7882c58   11 months pabuhr change old trait syntax to use new forall syntax
(edit) @6a4dae6   11 months ajbeach Clean-up some white spaces, spaces to tabs.
(edit) @378096a   11 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a59e338   11 months pabuhr small wording changes
Note: See TracRevisionLog for help on using the revision log.