Timeline
Oct 7, 2023:
- 3:41 PM Changeset [9689e54] by
- formatting
- 3:40 PM Changeset [8e860a7] by
- fix typing mistake: arm4 to arm64
- 1:55 PM Changeset [7d128cb] by
- add ARM architecture to regression tests
- 1:53 PM Changeset [299f4e0] by
- add ARM architecture to nightly build
- 1:46 PM Changeset [500a60f] by
- add ARM architecture to nightly build
- 12:24 PM Changeset [2261bcc] by
- add arm64 to Jenkins nightly build
Oct 6, 2023:
- 2:58 PM Changeset [4d860ea3] by
- Fix compiler bug where duplicate type declarations caused crash. And …
- 2:56 PM Ticket #284 (cfa-cc - Cannot have multiple forward declarations of a polymorphic type) created by
- […] Expected: Allowed Actual: Compilation error on second …
Oct 5, 2023:
- 4:17 PM Changeset [0860d9c] by
- Fix read-to-variable-length-string cases when internal buffer fills. …
- 2:49 PM Changeset [b67b632] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 2:47 PM Changeset [097c8d0] by
- Fixes to Box pass's DeclAdapter?. The two largest are: Only local …
- 2:30 PM Changeset [8cffa4f] by
- Support match-failure reporting for string input. On failed match, …
- 1:50 PM Changeset [bf1cbde] by
-
Implement "scanset" semantics for manipulator
skip
, in place of … - 11:27 AM Changeset [04db9f6] by
- Updated some documentation about the Instantiate Generic pass.
Oct 4, 2023:
- 5:30 PM Changeset [045cda3] by
- First clean-up pass on box pass. Some of it is stuff that could have …
- 4:55 PM Changeset [15b5abac] by
- increase timeout in test.py from 180 to 240 seconds to deal with long …
- 11:04 AM Changeset [3cbe320] by
- Translated the Link-Once pass to the new ast.
Oct 3, 2023:
- 5:31 PM Changeset [cf34e82] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 5:31 PM Changeset [11ab0b4a] by
- add corun/cofor statement, update old cofor
- 10:58 AM Changeset [1ee0a4da] by
- Translated the box pass to the new AST. This includes direct as …
Oct 2, 2023:
- 5:27 PM Changeset [46f9f02] by
- add keywords alignas, alignof, static_assert, and thread_local
- 3:12 PM Changeset [cfcbd03] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:11 PM Changeset [5b4dacf] by
- general updates to the Cforall user manual
- 3:10 PM Changeset [4e2a57ff] by
- add command setgcolumn to set lstlisting comment-column alignment, …
- 2:59 PM Changeset [adaf062] by
- update citation entry
- 2:58 PM Changeset [562a711] by
- add keyword _Exception to uC++ lstlisting
- 9:42 AM Changeset [8514bcf8] by
- create ARM test results for hotpotato
- 9:25 AM Changeset [8f570f1] by
- create 32-bit test results for hotpotato
- 9:07 AM Changeset [16b5d11] by
- make hotpotato test 32/64-bit specific due to different prng
Oct 1, 2023:
- 12:29 PM Changeset [7a925a41] by
- final hotpotato cleanup, removed two unneeded routines from explicit …
- 12:25 PM Changeset [26be854] by
- a bit of cleanup of the hotpotato tests
- 12:06 PM Changeset [fd775ae] by
- added hotpotato non-local ehm test in both enable/disable and poll flavours
- 12:05 PM Changeset [147a137] by
- added enable/disable ehm with no params for coroutines
Sep 30, 2023:
- 10:36 PM Changeset [1e7a765] by
- fix lock/unlock for heap statistic-mode
Sep 28, 2023:
- 10:44 PM Changeset [0bb64bfa] by
- update tiobe index, update new command-line documentation
- 10:43 PM Changeset [12f671e] by
- tweak comments for CFA comand-line options
- 10:04 PM Changeset [5f917740] by
- update help message from main.cc
- 10:03 PM Changeset [c2d728c] by
- add using namespace std to cfa.cc
Sep 27, 2023:
- 10:07 PM Changeset [ca20b07] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 9:56 PM Changeset [7350330f] by
- formatting, remove unnecessary use of c_str(), add better debug …
Sep 25, 2023:
- 12:52 PM Changeset [f033d01] by
- Fix typo{
- 2:52 AM Changeset [c7616dd] by
- Fix designation value error
Sep 23, 2023:
- 10:50 PM Changeset [62c6cfa] by
- Revert "Fix designator value in enumerated array and implemented …
Sep 21, 2023:
- 10:15 PM Changeset [deda7e6] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 10:15 PM Changeset [c1e66d9] by
- Fix designator value in enumerated array and implemented enumerated …
Sep 19, 2023:
- 10:29 AM Changeset [5a1ae14] by
- remove superfluous inner_loop routine
- 10:28 AM Changeset [b244fa8] by
- formatting
- 10:27 AM Changeset [60f69f0] by
- formatting
- 10:26 AM Changeset [e4c3819] by
- refactor cofor.hfa into cofor.cfa, adjust Makefile.am to handle cofor.cfa
Sep 18, 2023:
- 10:21 AM Changeset [a2c2363] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 10:21 AM Changeset [e3784a50] by
- updated cofor test to use macro
- 10:21 AM Changeset [334e0cf2] by
- added cofor macro
Sep 17, 2023:
- 10:17 PM Changeset [7edf912] by
- formatting, replace constructor calls with set_allocation calls
- 11:19 AM Changeset [50be8af] by
- clean up command-line handling and I/O
- 11:13 AM Changeset [697c957] by
- add uC++toCFA document
Sep 14, 2023:
- 11:44 AM Changeset [3df4cd9] by
- Some mistakes in isPolyType found while working on the box pass. There …
- 10:43 AM Changeset [a738c68] by
- Update max/min so n-ary version doesn't match against the 2 argument …
- 7:42 AM Changeset [efe420f3] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 7:41 AM Changeset [f64cc42] by
- committed makefile change for cofor include
Sep 13, 2023:
- 11:46 AM Changeset [bfeb37a6] by
- Added another check to the invariants for SizeofExpr/AlignofExpr?.
- 11:33 AM Changeset [1ed5e9e] by
- Added cfa equivalent of cofor/cobegin/coend
Sep 11, 2023:
- 3:20 PM Ticket #283 (cfa-cc - Shadowing Cause C Incompatability) created by
- In the following program compiles in both C and Cforall but shows …
- 12:56 PM Changeset [c0035fc] by
- Added references when incorporating Trevor's comments
- 12:55 PM Changeset [c8ec58e] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 12:55 PM Changeset [9509d67a] by
- Incorporated changes in response to Trevor's comments.
- 12:12 PM Changeset [73d0a84c] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 12:12 PM Changeset [c58ead7] by
- add malloc_stats_clear routine to zero the heap master and all active …
Sep 9, 2023:
- 2:11 PM Changeset [fc9f514] by
- formatting
- 2:11 PM Changeset [ba068c0] by
- rename clock routines processor and program to processor_cpu and …
- 1:54 PM Changeset [5cfb8b1] by
- add getenv, strlen, strcmp, strncmp to extras
Sep 8, 2023:
- 5:15 PM Changeset [553f032f] by
- Insert additional checks so that impossible, or just unimplemented, …
- 12:46 AM Changeset [2fa0237] by
- Fix cstring input length interpretation issue that had a buffer …
Sep 7, 2023:
- 1:17 PM Changeset [3ee8853] by
- made some small formatting changes
- 10:36 AM Changeset [0f8b1a7] by
- merged in Peter's edits with a few small changes
- 10:05 AM Changeset [154672d] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 10:05 AM Changeset [79b05224] by
- proofread chapters CFA_concurrency, intro, and conclusion
- 1:02 AM Changeset [416b443] by
- Implement full set of relational operators for strings
Note: See TracTimeline
for information about the timeline view.