Timeline
Apr 5, 2021:
- 7:06 PM Changeset [ec43cf9]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Kernel now keeps track of the how many threads each processor has …
- 7:03 PM Changeset [a5a01faa]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fix a bug where stats from the main processor where not tallied properly.
- 4:04 PM Changeset [b0904bf]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Removed alarm stats, they are now tallied directly into the cluster
- 3:18 PM Changeset [5cb51502]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fix stats so they are correctly tallied when called from outside the …
- 3:12 PM Changeset [c9ec301]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fix debug printing with alarms
- 3:10 PM Changeset [8e85344]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fix bad debug function
- 3:00 PM Changeset [de57af9]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added some asserts in CurrentObject? that prevent segfaults for better …
- 2:15 PM Ticket #245 (cfa-cc - Reference-to-reference misses required implicit dereference) created by
- A lot of double-reference behaviour does work. Here is a detail that …
- 1:03 PM Ticket #244 (cfa-cc - Cannot construct a struct with a volatile array member) created by
- […] The DECL_ defines change details of the problematic …
Apr 3, 2021:
- 2:43 PM Changeset [b71b6df]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Temporarily disabling array test on x86, where it didn't work
Apr 2, 2021:
- 3:39 PM Changeset [c7625e0]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Adding manged-length arrays
- 12:23 PM Changeset [7ee3c87]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Dlist adjustments for performance and perf testability. Replaced a …
Apr 1, 2021:
- 9:02 PM Changeset [7a2972b9]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- ready queue can now toggle between - lock-based queue - mpsc_queue …
- 8:20 PM Changeset [c426b03]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Minor clean-up
- 8:20 PM Changeset [8c3a3a14]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Minor improvement to stats printing
- 8:07 PM Changeset [a344425]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Messed up the condition for external push, fixed now
- 8:02 PM Changeset [fd1f65e]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Stats now keep track of external pushes separately
- 4:20 PM Changeset [b580bcc]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 4:19 PM Changeset [3bd2464]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- deal with vtable keyword clash in libltdl/lt_dlloader.h
- 4:17 PM Changeset [1f652a7]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- add keywords typeid and vtable, and parse new syntax for virtual tables
Mar 31, 2021:
- 2:33 PM Changeset [198e335]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed default parameter
- 2:18 PM Changeset [826ee62]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Andrew MMath: Added notes about checked exceptions to future work.
- 2:13 PM Changeset [c60ef639]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 2:13 PM Changeset [c7c178b]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Minor clean-up
- 1:48 PM Changeset [22b7579]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Changed is_blocking_lock trait to use on_wakeup. Fixed fast_lock to …
Mar 30, 2021:
- 6:55 PM Changeset [ca33b15]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- create downstream data structures for array-type for-control
- 5:11 PM Changeset [98337569]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- add syntax for array-type for-control, update enum type error message
- 2:44 PM Changeset [f621e43f]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 1:49 PM Changeset [a41e87b]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Re committed the ncurses fix to includes which where lost somehow
- 8:40 AM Changeset [dbfae7b]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- add figures for design possibilities
- 8:39 AM Changeset [d0e80f61]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- change latex packages from pdflatex to latex for .fig output
- 8:37 AM Changeset [659fb73]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- change Makefile from pdflatex to latex for .fig output
Mar 29, 2021:
- 2:17 PM Changeset [976bc68]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added two more tests for locks
- 2:15 PM Changeset [e20eaf4]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed incorrect comment in locks code.
- 2:14 PM Changeset [31fc80f]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Removed debug comments
Mar 28, 2021:
- 11:08 PM Changeset [b202dc2]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- first draft of enumeration section
- 11:07 PM Changeset [9e234f0b]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- center numbers in figure boxes
- 10:59 PM Changeset [8bea701]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- add semantic error for typed enumeration is currently unimplemented
- 10:58 PM Changeset [fec3e9a]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- formatting
Mar 27, 2021:
- 6:04 PM Changeset [1da7397]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- fix conflict
- 4:38 PM Changeset [f8a7fed]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 4:37 PM Changeset [3bd5ca7]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fix test makefile for distribution
Mar 26, 2021:
- 6:01 PM Changeset [8f5576d5]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Missed a static inline
- 6:00 PM Changeset [c51124b]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added tests for: - the "0nary" Semaphore, a.k.a. spinaphore. - the mcs lock
- 5:59 PM Changeset [f4ec5e45]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added several locks and other MES objects.
- 5:58 PM Changeset [d3314ae]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Threads can now be queued onto the lock-free queues directly.
- 5:58 PM Changeset [cd26abf]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added tests for the mpsc lock free queue
- 5:57 PM Changeset [2d95a2d]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Small fixes to lock free queues.
- 3:02 PM Changeset [08e75215]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Andrew MMath: Expanded a todo about open/closed types.
Mar 25, 2021:
- 3:09 PM Changeset [bd0bdd37]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fix how bias is handled in the ready queue to be more consistent with …
- 2:42 PM Changeset [3143f28]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed misleading stats counter
- 1:48 PM Changeset [86dc95d]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Re-implemented the work around I forgot about in memcached. Namely …
- 12:21 PM Changeset [8d4c9f4]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Removed the extra headers used by ncurses, there are many
- 9:09 AM Changeset [2644610]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- remove eti.h from include test as it may not be installed
Mar 24, 2021:
- 6:31 PM Changeset [4260566]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Andrew MMath: Clean-up of features.tex. Put more general EHM …
- 2:35 PM Changeset [4150779]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed bug with incorrect use of thread cast.
- 2:34 PM Ticket #243 (cfa-cc - Add warning for thread casts in constructors) created by
- When not using the thread keyword, thread casts are unsafe in …
- 8:47 AM Changeset [98d9ce9]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- remove curses.h from include test as it may not be installed
Mar 23, 2021:
- 9:19 PM Changeset [1f55a75]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 9:18 PM Changeset [f9c3100]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- refactor assignment_operator, limit aggregate name to unqualified …
- 9:14 PM Changeset [a46b69c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- reuse routine newName in other routines to create and name a …
- 9:12 PM Changeset [6259c7ea]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- formatting
- 3:15 PM Changeset [e825c9d]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- De-activated old-ast for x86 in full build
Mar 22, 2021:
- 8:03 PM Changeset [357fae8]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed bad copy paste
- 5:28 PM Changeset [1c6e1ec]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Cforall now uses CFA_DEFAULT_PREEMPTION environment variable to …
- 4:39 PM Changeset [304de00]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added queueLockFree which contains two lockfree queue based on MCS.
- 4:25 PM Ticket #242 (libcfa - blocking_lock waiter count is wrong) created by
- The pop_and_set_new_owner decrements the wait_count even if no thread …
- 4:07 PM Changeset [d27b6be]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- - Fixed TryLock? in blocking_lock implementation that did not return …
- 2:24 PM Changeset [d971c8d]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Temporary hack to allow printing stats in memcached
Mar 19, 2021:
- 11:42 AM Changeset [5c2b454]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- removed bitmanip2 from old ast x86 tests
Mar 17, 2021:
- 4:52 PM Changeset [11054eb]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fix io to no longer use monitors since some usages aren't in threads
- 4:47 PM Changeset [c407434e]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed missing static
- 1:56 PM Changeset [a5e7233]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- C interface now runs worker init routine in dedicated thread. Also …
Mar 16, 2021:
- 12:57 PM Changeset [e0c072c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed cfathread.h to remove unnecessary defines
- 11:21 AM Changeset [386af65]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 11:21 AM Changeset [5058ad2]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- update 64-bit old-AST expected output for new attribute test on x64
- 11:14 AM Changeset [cc18e17]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 11:14 AM Changeset [a196885]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- update 364-bit expected output for new attribute test on ARM
Mar 15, 2021:
- 9:51 PM Changeset [05e29f0]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- update 32-bit old-AST expected output for new attribute test
- 6:56 PM Changeset [211413b]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- put back convert keyword exception to identifier in math.h
- 5:37 PM Changeset [77dde15]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- change citation node for Wasik08 to use href
- 5:34 PM Changeset [d0cd933]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 5:33 PM Changeset [50d8d4d]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- more setup for Mubeen's thesis document
- 5:30 PM Changeset [f03e11d]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Removed cfathread_suspendFD/cfathread_resumeFD which is not needed and …
- 2:34 PM Changeset [9528767]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- update 32-bit expected output for new attribute test
- 2:22 PM Changeset [34d62a7]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 2:19 PM Changeset [e5e5af9]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- add expat.h because attribute-location problem is fixed
- 2:10 PM Changeset [05d02c6]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 2:09 PM Changeset [ea837e94]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- add more attribute location tests
- 2:06 PM Changeset [5e25953]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- add more locations where attribute clause may appear
- 2:04 PM Changeset [fcd01432]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- removed convert keyword exception to identifier, as exception variable …
- 1:00 PM Changeset [36fbaeca]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- minor fixes to includes.cfa
- 12:34 PM Changeset [9e27f69]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed warnings and errors in cfathreads.cfa
Mar 14, 2021:
- 10:04 PM Changeset [79e23836]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 10:03 PM Changeset [4c05a40]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- update includes test expected output
- 8:42 PM Changeset [40841ff4]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- start cleanup of include file list
- 8:33 PM Changeset [d134b15]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- remove inline from extern routine
- 8:31 PM Changeset [7332629]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- wrap socket.h in stdhdr/sys/socket.h with implicitly extern "C" …
- 9:15 AM Changeset [b0d5c0c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 9:11 AM Changeset [5f39135]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
Mar 13, 2021:
- 12:36 PM Ticket #241 (cfa-cc - Parser doesn't handle pragmas correctly) closed by
- fixed: In e867b44: […]
- 12:35 PM Changeset [e867b44]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- parser global pragmas, [fixes #241]
Mar 12, 2021:
- 11:14 PM Changeset [41ca6fa]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 11:14 PM Changeset [2d019af]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- parser global pragmas, fixes #241
- 4:31 PM Changeset [df65c0c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed test after change to C api.
- 4:30 PM Changeset [a1538cd]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Implemented part of the same C api for threads as libfibre.
- 3:18 PM Changeset [b1d83ba]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Removed unused code for manual threads.
- 3:18 PM Changeset [ff1240f]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added missing forward declaretion
- 3:16 PM Changeset [f19497c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed missing try_lock in locks based on 'blocking_lock'
- 12:41 PM Ticket #241 (cfa-cc - Parser doesn't handle pragmas correctly) created by
- This code doesn't parse unless it's inside a function […]
Mar 11, 2021:
- 3:12 PM Changeset [ab5498ec]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- just added an empty thesis directory with Makefil from andrew's thesis
Mar 9, 2021:
- 2:46 PM Changeset [a67279a]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 2:46 PM Changeset [a33dcd5]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Forgot to stage som stuff
- 2:46 PM Changeset [1baf6ed]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added memory check in jenkins file
Mar 7, 2021:
- 11:04 PM Changeset [223ee0d]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- add Concurrent Stream Access section, copy operator and keyword …
Mar 6, 2021:
- 5:09 PM Changeset [67c6a47]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- proofread Andrew's thesis chapter existing.tex
- 4:15 PM Changeset [d06707e]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- add new CFA keywords basetypeof, fixup, recover, report for lstlisting
- 3:55 PM Changeset [77d601f]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum by
- dump core for cfa-cpp bad_alloc exception
Note: See TracTimeline
for information about the timeline view.