Timeline
Jun 11, 2022:
- 1:43 PM Changeset [1f0ee71]ADTast-experimentalpthread-emulationqualifiedEnum by
- Fixed typo in wait_any after yesterday's fix
Jun 10, 2022:
- 5:35 PM Changeset [07997cd]ADTast-experimentalpthread-emulationqualifiedEnum by
- Fixed errors with the accept many version
- 5:11 PM Changeset [8419b76]ADTast-experimentalpthread-emulationqualifiedEnum by
- printer now properly uses eng3
- 5:02 PM Changeset [329e26a]ADTast-experimentalpthread-emulationqualifiedEnum by
- Re-instated the isolate/multi-cluster option.
- 4:13 PM Changeset [bf7c7ea]ADTast-experimentalpthread-emulationqualifiedEnum by
- Moved printer and protocol thread to the main cluster
- 4:12 PM Changeset [c25338d]ADTast-experimentalpthread-emulationqualifiedEnum by
- Added accept 10 method (it doesn't really work).
- 3:04 PM Changeset [10ba012]ADTast-experimentalpthread-emulationqualifiedEnum by
- Minor fixes to Worker threads
- 2:59 PM Changeset [f3da205]ADTast-experimentalpthread-emulationqualifiedEnum by
- Fixed wait_any to be polymorphic on future type.
- 2:59 PM Changeset [1c56bf7]ADTast-experimentalpthread-emulationqualifiedEnum by
- Fixed retract to not reset the future when retracting.
- 2:58 PM Changeset [6d41f66]ADTast-experimentalpthread-emulationqualifiedEnum by
- Fixed wait_any to use fulfil rather than post
Jun 9, 2022:
- 4:30 PM Changeset [c06551b]ADTast-experimentalpthread-emulationqualifiedEnum by
- added wait_any to fwd.cfa for future_t
- 2:26 PM Changeset [aeb20a4]ADTast-experimentalpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 2:25 PM Changeset [db7a3ad]ADTast-experimentalpthread-emulationqualifiedEnum by
- fixed build (hopefully)
- 10:58 AM Changeset [430ce61]ADTast-experimentalpthread-emulationqualifiedEnum by
- Added sendfile test in Cforall
- 10:56 AM Changeset [137974ae]ADTast-experimentalpthread-emulationqualifiedEnum by
- Moved stats printer to it's own file and now using push-stats rather …
Jun 8, 2022:
- 7:24 PM Changeset [8c58e73]ADTast-experimentalpthread-emulationqualifiedEnum by
- Removed webserver feature to have multiple clusters (it never actually …
- 7:08 PM Changeset [bbf61838]ADTast-experimentalpthread-emulationqualifiedEnum by
- Fixed missing header
- 7:07 PM Changeset [7f0ac12]ADTast-experimentalpthread-emulationqualifiedEnum by
- First draft at acceptor thread webserver
- 4:23 PM Changeset [6e2b04e]ADTast-experimentalpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 4:23 PM Changeset [55422cf]ADTast-experimentalpthread-emulationqualifiedEnum by
- added tests for pthread lock and cond var
- 4:23 PM Changeset [ae06e0b]ADTast-experimentalpthread-emulationqualifiedEnum by
- added pthread_cond_var
- 4:22 PM Changeset [ced5e2a]ADTast-experimentalpthread-emulationqualifiedEnum by
- removed debug fields from spinlock_t
Jun 7, 2022:
- 1:51 PM Changeset [720f2fe2]ADTast-experimentalpthread-emulationqualifiedEnum by
- Changed 'addDataSectionAttribute' to correctly handle tls. Fixed Typo.
- 1:49 PM Changeset [b6e0b61]ADTast-experimentalpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 1:33 PM Changeset [c8f5f7d]ADTast-experimentalpthread-emulationqualifiedEnum by
- Translated Gen Waitfor, the waitfor statement works in the new ast.
Jun 6, 2022:
- 9:04 PM Changeset [86c12d65]ADTast-experimentalpthread-emulationqualifiedEnum by
- Checkpoint of the broken version of reuseport
- 5:18 PM Changeset [ac1aba4b]ADTast-experimentalpthread-emulationqualifiedEnum by
- Tentative change to fix jenkins setup script when RUNPATH is not found …
- 11:43 AM Changeset [f11296a]ADTast-experimentalpthread-emulationqualifiedEnum by
- Updated the nanorc file to include some missing keywords (exception …
Jun 4, 2022:
- 2:43 PM Changeset [ce98816]ADTast-experimentalpthread-emulationqualifiedEnum by
- Stats printer now uses a condition variable to sleep so it exists …
- 1:12 PM Changeset [c4b10e2]ADTast-experimentalpthread-emulationqualifiedEnum by
- Moved socket creation to a different file. Makefile now has debug …
Jun 3, 2022:
- 6:54 PM Changeset [153570d]ADTast-experimentalpthread-emulationqualifiedEnum by
- Server now cleanly closes in non interactive mode
- 6:53 PM Changeset [7affcda]ADTast-experimentalpthread-emulationqualifiedEnum by
- Fixed a bug where io wouldn't drain everything if the completion queue …
- 4:49 PM Ticket #260 (cfa-cc - comparing signal return value crashes) created by
- The following code crashes the compiler: […] The output error is : …
- 3:10 PM Changeset [90a8125]ADTast-experimentalpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:09 PM Changeset [bf0263c]ADTast-experimentalpthread-emulationqualifiedEnum by
- setup error is now clearer
Jun 2, 2022:
- 3:11 PM Changeset [e5d9274]ADTast-experimentalpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:11 PM Changeset [015925a]ADTast-experimentalpthread-emulationqualifiedEnum by
- fixed new/delete issue by switching to malloc/free
- 3:10 PM Changeset [305aaef]ADTast-experimentalpthread-emulationqualifiedEnum by
- fixed multiple def issue
- 3:10 PM Changeset [490d17e0]ADTast-experimentalpthread-emulationqualifiedEnum by
- fixed multiple def issue
- 2:41 PM Changeset [fb63c70]ADTast-experimentalpthread-emulationqualifiedEnum by
- added tests for new locks
- 2:39 PM Changeset [f835806]ADTast-experimentalpthread-emulationqualifiedEnum by
- added some locks and cleaned up unused seqable field in thread block
- 4:12 AM Changeset [fc134a48]ADTast-experimentalpthread-emulationqualifiedEnum by
- Implement the struct enum
May 31, 2022:
- 1:40 PM Changeset [01f6a06]ADTast-experimentalpthread-emulationqualifiedEnum by
- add Huawei Canada to acknowledgement
- 1:39 PM Changeset [373aad7]ADTast-experimentalpthread-emulationqualifiedEnum by
- change arrow heads from line to solid
- 1:38 PM Changeset [0a004b7]ADTast-experimentalpthread-emulationqualifiedEnum by
- fix double period, move figure 2.10 after reference
May 27, 2022:
- 11:22 PM Changeset [5416b44]ADTast-experimentalpthread-emulationqualifiedEnum by
- make expected output for nested functions deterministic
May 26, 2022:
- 10:21 AM Changeset [c3b9d639]ADTast-experimentalpthread-emulationqualifiedEnum by
- Clean-up the exception interface. It should be slightly more like the …
May 25, 2022:
- 5:51 PM Changeset [c715e5f]ADTast-experimentalpthread-emulationqualifiedEnum by
- Removed most of the exception macros (EHM_ group). Made changes to the …
- 3:41 PM Changeset [5024df4]ADTast-experimentalpthread-emulationqualifiedEnum by
- Changed ready-queue to atomically read/write timestamps, no effect on …
- 3:18 PM Changeset [b035046]ADTast-experimentalpthread-emulationqualifiedEnum by
- changed some MAX to ULLONG_MAX to avoid the memory access where …
May 24, 2022:
- 12:24 PM Changeset [6dc7011a]ADTast-experimentalpthread-emulationqualifiedEnum by
- Tentative test for non-executable heap, currently broken
May 23, 2022:
- 11:14 PM Changeset [666f8a3]ADTast-experimentalpthread-emulationqualifiedEnum by
- fix test and expected output for nested functions run on user-thread stacks
- 10:29 PM Changeset [f820f42]ADTast-experimentalpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 10:27 PM Changeset [03656d1]ADTast-experimentalpthread-emulationqualifiedEnum by
- add test for nested functions run on user-thread stacks
- 4:48 PM Changeset [512d3dc1]ADTast-experimentalpthread-emulationqualifiedEnum by
- first proofread of introduction
May 22, 2022:
- 8:36 AM Changeset [598dc68]ADTast-experimentalpthread-emulationqualifiedEnum by
- update includes.cfa with more includes that might not be installed
May 20, 2022:
- 2:48 PM Changeset [fb6691a]ADTast-experimentalpthread-emulationqualifiedEnum by
- final proofread of Mubeen's MMath thesis
- 10:53 AM Changeset [25fa20a]ADTast-experimentalpthread-emulationqualifiedEnum by
- Corrected thesis title
- 10:36 AM Changeset [74ec742]ADTast-experimentalpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 10:36 AM Changeset [29d8c02]ADTast-experimentalpthread-emulationqualifiedEnum by
- made corrections in thesis as per feedback from the readers
- 7:24 AM Changeset [7831e8fb]ADTast-experimentalpthread-emulationqualifiedEnum by
- increase timeout from 120 to 180 seconds in test.py to handle tests on …
May 19, 2022:
- 9:51 AM Changeset [31540f5]ADTast-experimentalpthread-emulationqualifiedEnum by
- Exception Clean-Up: Removed extra include no longer needed with the …
May 18, 2022:
- 4:07 PM Changeset [76f5e9f]ADTast-experimentalpthread-emulationqualifiedEnum by
- Forgot to commit change to plot.py
- 3:59 PM Changeset [288927f]ADTast-experimentalpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:59 PM Changeset [622a358]ADTast-experimentalpthread-emulationqualifiedEnum by
- A whole lot of results and some text section done
- 2:24 PM Changeset [e6cf857f]ADTast-experimentalpthread-emulationqualifiedEnum by
- call -> createCall: The template wrapper has been removed and now it …
- 10:47 AM Changeset [767a8ef]ADTast-experimentalpthread-emulationqualifiedEnum by
- Test output now trims over-long test targets. Shorten the name …
May 17, 2022:
- 3:44 PM Changeset [9939dc3]ADTast-experimentalpthread-emulationqualifiedEnum by
- Reduced the number of object files linked into the demangler. Some of …
May 16, 2022:
- 12:10 PM Changeset [fa2a3b1]ADTast-experimentalpthread-emulationqualifiedEnum by
- libcfa and libcfathread now have visibility hidden turned on by default.
- 12:09 PM Changeset [4bb5d36]ADTast-experimentalpthread-emulationqualifiedEnum by
- Visibility stragglers. cfa_linkonce always means visibility default.
- 12:08 PM Changeset [c18bf9e]ADTast-experimentalpthread-emulationqualifiedEnum by
- Visibility concurrency
- 12:08 PM Changeset [108345a]ADTast-experimentalpthread-emulationqualifiedEnum by
- visbility for io
- 12:04 PM Changeset [032234bd]ADTast-experimentalpthread-emulationqualifiedEnum by
- Visibility of the core libcfa files.
May 14, 2022:
- 9:41 AM Changeset [d8454b9]ADTast-experimentalpthread-emulationqualifiedEnum by
- add better error message for attributes after "with" clause, commented …
May 13, 2022:
- 6:04 PM Changeset [789f279]ADTast-experimentalpthread-emulationqualifiedEnum by
- More standard lib visibility
- 4:50 PM Changeset [accc9df9]ADTast-experimentalpthread-emulationqualifiedEnum by
- Visibility containers lib
- 4:50 PM Changeset [0aa4beb]ADTast-experimentalpthread-emulationqualifiedEnum by
- Visibility of some of the stdlib
- 4:48 PM Changeset [cce4648]ADTast-experimentalpthread-emulationqualifiedEnum by
- Visibility for streams
- 12:12 PM Changeset [8108ba8]ADTast-experimentalpthread-emulationqualifiedEnum by
- Started to add basic visibility control to libcfa
- 10:41 AM Changeset [c0af102]ADTast-experimentalpthread-emulationqualifiedEnum by
- Reorganization of some demangler code so header and code file match.
Note: See TracTimeline
for information about the timeline view.