Timeline
Sep 6, 2023:
- 3:45 PM Changeset [01510fe] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:44 PM Changeset [f3f009f] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:44 PM Changeset [4894239] by
- Allow uninitialized enum value as designators
- 3:44 PM Changeset [cb0bcf1] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:44 PM Changeset [9d47c1f] by
- changes over all usages of uC++ collections to use dlist instead
- 12:15 PM Changeset [4a40fca7] by
- Clean-up in MultiLevelExit?. Primary purpose is to remove some uneeded …
- 11:49 AM Changeset [92d8cda] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 11:48 AM Changeset [1f10959] by
- expanded upon intro and conclusion
- 1:30 AM Changeset [1fc111c] by
- Bug fix
Sep 5, 2023:
- 6:08 PM Changeset [efe39bb] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 5:48 PM Changeset [aae9c17] by
- edited thesis to incorporate Gregors comments
- 4:22 PM Changeset [737988b] by
- Deduplicate manipulator read-to-string by delegating from string to …
- 4:08 PM Changeset [ff56dd2e] by
- Duplicate manipulator read-to-string code for string_res, and test.
- 3:28 PM Changeset [3c7e3c4] by
- formatting
- 2:57 PM Changeset [f54e6ec] by
- Port basic input-manipulator test from cstring to string and fix …
- 1:20 PM Changeset [acafba4] by
-
Rename internal macro away from
TYPE
, which is a cs343 name collision.
Sep 4, 2023:
- 6:34 PM Changeset [0ac8d07] by
- remove empty rule in cfa_abstract_parameter_declaration to remove conflicts
- 3:49 PM Changeset [555af62] by
- add include bits/sequence.hfa to pthread.cfa after removing it from …
- 3:27 PM Changeset [43eb8e9] by
- remove unnecessary include bits/sequence.hfa
- 3:26 PM Changeset [4b78d25] by
- Revert "remove ucpp-style collections used before Mike's lists" This …
Sep 3, 2023:
- 11:36 AM Changeset [b388d1ba] by
- remove ucpp-style collections used before Mike's lists
- 8:35 AM Changeset [16e6905] by
- fix get_seed signature
- 8:22 AM Changeset [5f31bf0] by
- simplify 32/64-bit random-number constructors
- 8:20 AM Changeset [3ef5905] by
- add get_seed for thread random numbers
- 8:19 AM Changeset [6e93819] by
- use arm64 to select 64-bit random numbers
Sep 2, 2023:
- 3:07 PM Changeset [4b30318b] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:03 PM Changeset [389fbf5] by
- test reading fixed strings
- 3:01 PM Changeset [34c6e1e6] by
- add string output manipulators, third attempt at input manipulators …
- 2:57 PM Changeset [0f107e4] by
- add reading fixed strings, seperate skip input manipulator, getline …
Sep 1, 2023:
- 3:54 PM Changeset [8a9a3ab] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:54 PM Changeset [4269d1b] by
- fixed unhandled exception bug causing deleted memory to be accessed …
- 11:16 AM Changeset [4c0fa03] by
- Removed extra copy in FixInitNew?.
- 11:16 AM Changeset [950c58e] by
- The invariant flags on the test script were set up incorrectly. They …
Aug 31, 2023:
- 11:31 PM Changeset [2a301ff] by
- Resolve conflict
- 5:51 PM Changeset [92355883] by
- Array can use enum instance with explicit initializer as designator. …
- 1:25 PM Changeset [686912c] by
- third attempt at input manipulators for strings
Aug 30, 2023:
- 11:01 PM Changeset [0b8c951d] by
- more rename directories containers to collections
- 10:13 PM Changeset [55b060d] by
- rename directories containers to collections
- 11:20 AM Changeset [38de914] by
- second attempt at input manipulators for strings
Aug 28, 2023:
- 7:05 PM Changeset [7e1dbd7] by
- first attempt at input manipulators for strings
- 7:03 PM Changeset [0926487] by
- formatting, use C-style compound literal
- 12:35 PM Changeset [4aaac8a] by
- Cleaning old box pass for easier translation. Factored out a helper …
- 9:26 AM Changeset [8f2aa3c] by
- Fixing space/tabs confusion in ExceptDeclNew?.cpp.
Aug 25, 2023:
- 12:53 PM Changeset [aa25216] by
- remove special case for getline in C-string input
Aug 24, 2023:
- 11:39 AM Changeset [88001dd] by
- first attempt reading strings in chunks using C strings
- 11:37 AM Changeset [5ad2c6c7] by
- update reading C strings with size check
Aug 18, 2023:
- 12:12 PM Changeset [d0cfcbe1] by
- change setter routines in basic_i/ostream to return previous state
Aug 15, 2023:
- 11:22 PM Changeset [18ebc28] by
- create MMath thesis macros for Jiada
- 11:13 PM Changeset [082510e] by
- create a glossary example
- 11:11 PM Changeset [3fdf2b7] by
- add files Makefile and .gitignore
- 7:53 AM Changeset [bcbc7e4] by
- fix printing of decimal point when manipulator nodp is on
Aug 14, 2023:
- 9:32 PM Changeset [329487c] by
- change examples to use the new wdi manipulator for C-strings to …
- 9:29 PM Changeset [6264087] by
- formatting
- 9:28 PM Changeset [b5e725a] by
- move setting the default random-generator size from PRNG.cfa to …
- 9:19 PM Changeset [7baff35] by
- formatting
- 7:10 PM Changeset [2f34fde] by
- add new wdi manipulator for C-strings to specify string and read size
- 7:08 PM Changeset [3543e99] by
- move exception macros from common.hfa to their own include file …
- 1:27 PM Changeset [8d96dee] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 1:27 PM Changeset [89bef959] by
- made generated vtable functions link-once
Aug 12, 2023:
- 10:26 PM Changeset [d32679d5] by
- String input operator with chunked memory management.
- 3:49 PM Changeset [9ca5e56] by
- formatting, remove superfluous space at end of string when printing, …
- 2:51 PM Changeset [43109ce] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 2:50 PM Changeset [f259682] by
- remove timeout clause from waituntil statement
Aug 11, 2023:
- 11:42 PM Changeset [25d32e7] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 11:42 PM Changeset [279f8df] by
- another .expect change to match with the iostream formatting changes
- 11:37 PM Changeset [2137eb7] by
- ARM .expect change due to iostream formatting changes
- 6:40 PM Changeset [f045f34] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 6:39 PM Changeset [409bb8f] by
- rename file to fix build
- 12:57 PM Changeset [c1f502c] by
- Fixed whitespace in last commit, removed extra use of static.
- 11:24 AM Changeset [7156c46] by
- added code to copy attributes from vtable decl to generated decl
- 8:10 AM Changeset [b2ab352] by
- add missing .expect file
Aug 10, 2023:
- 10:27 PM Changeset [09a767e] by
- fix incorrect location of decimal point for floating-point value in …
- 10:24 PM Changeset [13600e8] by
- fix error when exception propagation does not find a handler and print …
- 10:18 PM Changeset [7839f78] by
- update documentation about changes to I/O
- 3:44 PM Changeset [9ff71ff] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 2:53 PM Changeset [23edb61] by
- added warning message and cleanup for unhandled pending non-local …
Aug 9, 2023:
- 5:40 PM Changeset [74c6748] by
- change test programs to reflect input changes for C strings
- 5:34 PM Changeset [e7a8f65] by
- force all input of C strings to specify a maximum length for the …
- 3:17 PM Changeset [3318dff] by
- fixed non-local ehm issue and added no arg resumer routine
- 3:16 PM Changeset [57fd66d] by
- exposed some exception routines to use for non local ehm in coroutines
Aug 7, 2023:
- 3:10 PM Changeset [7c2820e] by
- added exception thrown at main to the cor_resumer test
- 3:08 PM Changeset [c34bb1f] by
- fixed nonlocal exception edge case for program main and added poll() …
- 12:40 PM Changeset [27f2bef] by
- added comment explaining test
- 12:35 PM Changeset [c3e510b] by
- added support for resuming at resumer, added test for support and …
- 10:24 AM Changeset [ff7f6d07] by
- formatting
- 10:24 AM Changeset [bc9f84a] by
- add missing slicing routine with one argument
- 10:23 AM Changeset [3c82bf6] by
- update exception macros
- 10:11 AM Changeset [6d5790d] by
- formatting
Note: See TracTimeline
for information about the timeline view.