# # ChangeLog for doc/theses/andrew_beach_MMath # # Generated by Trac 1.2.1 # Mar 28, 2024, 8:59:24 PM Wed, 04 Aug 2021 17:24:00 GMT Peter A. Buhr [1e567ab] * doc/theses/andrew_beach_MMath/existing.tex (modified) fix error in proofreading Mon, 02 Aug 2021 22:26:24 GMT Peter A. Buhr [fa7dbf1] * doc/theses/andrew_beach_MMath/existing.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) proofread exisitng chapter of Andrew's thesis Mon, 02 Aug 2021 13:43:04 GMT Peter A. Buhr [417e8ea] * doc/theses/andrew_beach_MMath/callreturn.fig (deleted) * doc/theses/andrew_beach_MMath/handler.fig (added) * doc/theses/andrew_beach_MMath/intro.tex (modified) * doc/theses/andrew_beach_MMath/resumption.fig (added) * doc/theses/andrew_beach_MMath/termination.fig (added) proofread intro chapter of Andrew's thesis Thu, 29 Jul 2021 19:46:02 GMT Andrew Beach [9a3a313] * doc/theses/andrew_beach_MMath/code/run.sh (modified) Made script executable. Tue, 27 Jul 2021 15:28:46 GMT Andrew Beach [e4da70b] * doc/theses/andrew_beach_MMath/code/ThrowFinally.java (modified) * doc/theses/andrew_beach_MMath/code/ThrowOther.java (modified) * doc/theses/andrew_beach_MMath/code/run.sh (added) Added another helper script for exception benchmarks and fixed up the ... Sat, 24 Jul 2021 20:29:47 GMT Andrew Beach [866cad3] * doc/theses/andrew_beach_MMath/code/cross-catch.cfa (modified) * doc/theses/andrew_beach_MMath/code/cross-catch.cpp (modified) * doc/theses/andrew_beach_MMath/code/cross-finally.cfa (modified) Changed how the cross exception benchmarks prevent optimization. ... Wed, 21 Jul 2021 19:36:56 GMT Andrew Beach [209dfe2] * doc/theses/andrew_beach_MMath/code/test.sh (modified) The exception benchmark can now also extract results from files. Wed, 21 Jul 2021 18:55:01 GMT Andrew Beach [9698690] * doc/theses/andrew_beach_MMath/performance.tex (modified) Andrew MMath: A bit more work on the performance chapter before I ... Tue, 20 Jul 2021 19:31:20 GMT Andrew Beach [54651005] * doc/theses/andrew_beach_MMath/code/cond-catch.cfa (modified) * doc/theses/andrew_beach_MMath/code/cond-catch.cpp (modified) * doc/theses/andrew_beach_MMath/code/cond-fixup.cfa (modified) * doc/theses/andrew_beach_MMath/code/cross-catch.cfa (modified) * doc/theses/andrew_beach_MMath/code/cross-catch.cpp (modified) * doc/theses/andrew_beach_MMath/code/cross-finally.cfa (modified) * doc/theses/andrew_beach_MMath/code/cross-resume.cfa (modified) * doc/theses/andrew_beach_MMath/code/resume-detor.cfa (modified) * doc/theses/andrew_beach_MMath/code/resume-empty.cfa (modified) * doc/theses/andrew_beach_MMath/code/resume-finally.cfa (modified) * doc/theses/andrew_beach_MMath/code/resume-other.cfa (modified) * doc/theses/andrew_beach_MMath/code/throw-detor.cfa (modified) * doc/theses/andrew_beach_MMath/code/throw-detor.cpp (modified) * doc/theses/andrew_beach_MMath/code/throw-empty.cfa (modified) * doc/theses/andrew_beach_MMath/code/throw-empty.cpp (modified) * doc/theses/andrew_beach_MMath/code/throw-finally.cfa (modified) * doc/theses/andrew_beach_MMath/code/throw-other.cfa (modified) * doc/theses/andrew_beach_MMath/code/throw-other.cpp (modified) Added asm statements to the exception benchmarks to prevent unwanted ... Mon, 19 Jul 2021 18:53:31 GMT Andrew Beach [fcaa1e4] * doc/theses/andrew_beach_MMath/intro.tex (modified) Andrew MMath: Updated the introduction/background section. Fri, 16 Jul 2021 16:26:04 GMT Andrew Beach [d2278e9] * doc/theses/andrew_beach_MMath/code/cond-fixup.cfa (modified) * doc/theses/andrew_beach_MMath/code/resume-empty.cfa (modified) Some resumption benchmarks were actually testing termination. Fri, 16 Jul 2021 14:50:47 GMT Andrew Beach [e19fadd] * doc/theses/andrew_beach_MMath/code/cond-catch.cpp (modified) Fixed an error in exception benchmarks. C++ conditional catch was ... Thu, 15 Jul 2021 14:36:46 GMT Andrew Beach [63e3ed8] * doc/theses/andrew_beach_MMath/code/.gitignore (added) * doc/theses/andrew_beach_MMath/code/cond_catch.py (added) * doc/theses/andrew_beach_MMath/code/cross_catch.py (added) * doc/theses/andrew_beach_MMath/code/cross_finally.py (added) * doc/theses/andrew_beach_MMath/code/test.sh (modified) * doc/theses/andrew_beach_MMath/code/throw_empty.py (added) * doc/theses/andrew_beach_MMath/code/throw_finally.py (added) * doc/theses/andrew_beach_MMath/code/throw_other.py (added) * doc/theses/andrew_beach_MMath/code/throw_with.py (added) Added Python versions of the exception benchmarks. Mon, 12 Jul 2021 20:31:29 GMT Andrew Beach [6f27b67] * benchmark/rmit.py (modified) * doc/theses/andrew_beach_MMath/code/test.sh (modified) Could not get rmit.py working with the exception benchmark, but I got ... Mon, 12 Jul 2021 18:38:52 GMT Andrew Beach [605673f] * doc/theses/andrew_beach_MMath/code/test.sh (modified) Added a way to call the exception benchmark script so it is ... Wed, 07 Jul 2021 17:55:49 GMT Andrew Beach [47e413b] * doc/theses/andrew_beach_MMath/code/cond-catch.cfa (modified) * doc/theses/andrew_beach_MMath/code/cond-fixup.cfa (modified) * doc/theses/andrew_beach_MMath/code/cross-catch.cfa (modified) * doc/theses/andrew_beach_MMath/code/cross-finally.cfa (modified) * doc/theses/andrew_beach_MMath/code/cross-resume.cfa (modified) Cforall exception benchmarks now use a more high resolution clock. Wed, 07 Jul 2021 15:56:29 GMT Andrew Beach [11d4fa5] * doc/theses/andrew_beach_MMath/code/CondCatch.java (modified) * doc/theses/andrew_beach_MMath/code/CrossCatch.java (modified) * doc/theses/andrew_beach_MMath/code/CrossFinally.java (modified) * doc/theses/andrew_beach_MMath/code/ThrowEmpty.java (modified) * doc/theses/andrew_beach_MMath/code/ThrowFinally.java (modified) * doc/theses/andrew_beach_MMath/code/ThrowOther.java (modified) Updated the Java exception benchmarks to provide some warm-up. Does ... Tue, 06 Jul 2021 19:33:40 GMT Andrew Beach [acb38ce9] * doc/theses/andrew_beach_MMath/code/test.sh (added) Added helper script for exception benchmarks. Tue, 06 Jul 2021 15:29:21 GMT Andrew Beach [8ee4475] * doc/theses/andrew_beach_MMath/code/CondCatch.java (moved) * doc/theses/andrew_beach_MMath/code/cond-catch.cfa (moved) * doc/theses/andrew_beach_MMath/code/cond-catch.cpp (moved) * doc/theses/andrew_beach_MMath/code/cond-fixup.cfa (moved) Conditional matching benchmarks renamed based on type of catch used ... Mon, 05 Jul 2021 20:59:00 GMT Andrew Beach [11ad42f] * doc/theses/andrew_beach_MMath/code/CondMatch.java (modified) * doc/theses/andrew_beach_MMath/code/cond-match-r.cfa (modified) * doc/theses/andrew_beach_MMath/code/cond-match.cfa (modified) * doc/theses/andrew_beach_MMath/code/cond-match.cpp (modified) Added a second argument to conditional catch benchmarks. Should the ... Mon, 05 Jul 2021 19:17:12 GMT Andrew Beach [ee23a8d] * doc/theses/andrew_beach_MMath/code/CondMatch.java (modified) * doc/theses/andrew_beach_MMath/code/CrossCatch.java (modified) * doc/theses/andrew_beach_MMath/code/CrossFinally.java (modified) * doc/theses/andrew_beach_MMath/code/ThrowEmpty.java (modified) * doc/theses/andrew_beach_MMath/code/ThrowFinally.java (modified) * doc/theses/andrew_beach_MMath/code/ThrowOther.java (modified) * doc/theses/andrew_beach_MMath/code/cond-match-r.cfa (modified) * doc/theses/andrew_beach_MMath/code/cond-match.cfa (modified) * doc/theses/andrew_beach_MMath/code/cond-match.cpp (modified) * doc/theses/andrew_beach_MMath/code/cross-catch.cfa (modified) * doc/theses/andrew_beach_MMath/code/cross-catch.cpp (modified) * doc/theses/andrew_beach_MMath/code/cross-finally.cfa (modified) * doc/theses/andrew_beach_MMath/code/cross-resume.cfa (modified) * doc/theses/andrew_beach_MMath/code/resume-detor.cfa (modified) * doc/theses/andrew_beach_MMath/code/resume-empty.cfa (modified) * doc/theses/andrew_beach_MMath/code/resume-finally.cfa (modified) * doc/theses/andrew_beach_MMath/code/resume-other.cfa (modified) * doc/theses/andrew_beach_MMath/code/throw-detor.cfa (modified) * doc/theses/andrew_beach_MMath/code/throw-detor.cpp (modified) * doc/theses/andrew_beach_MMath/code/throw-empty.cfa (modified) * doc/theses/andrew_beach_MMath/code/throw-empty.cpp (modified) * doc/theses/andrew_beach_MMath/code/throw-finally.cfa (modified) * doc/theses/andrew_beach_MMath/code/throw-other.cfa (modified) * doc/theses/andrew_beach_MMath/code/throw-other.cpp (modified) Added duration information (in nanoseconds) to EHM benchmarks. Thu, 01 Jul 2021 14:47:23 GMT Andrew Beach [ea593a3] * doc/theses/andrew_beach_MMath/code/CondMatch.java (added) * doc/theses/andrew_beach_MMath/code/CrossCatch.java (added) * doc/theses/andrew_beach_MMath/code/CrossFinally.java (added) * doc/theses/andrew_beach_MMath/code/ThrowEmpty.java (added) * doc/theses/andrew_beach_MMath/code/ThrowFinally.java (added) * doc/theses/andrew_beach_MMath/code/ThrowOther.java (added) * doc/theses/andrew_beach_MMath/code/cond-match-r.cfa (added) * doc/theses/andrew_beach_MMath/code/cond-match.cfa (added) * doc/theses/andrew_beach_MMath/code/cond-match.cpp (added) * doc/theses/andrew_beach_MMath/code/cross-catch.cfa (added) * doc/theses/andrew_beach_MMath/code/cross-catch.cpp (added) * doc/theses/andrew_beach_MMath/code/cross-finally.cfa (added) * doc/theses/andrew_beach_MMath/code/cross-resume.cfa (added) * doc/theses/andrew_beach_MMath/code/resume-detor.cfa (added) * doc/theses/andrew_beach_MMath/code/resume-empty.cfa (added) * doc/theses/andrew_beach_MMath/code/resume-finally.cfa (added) * doc/theses/andrew_beach_MMath/code/resume-other.cfa (added) * doc/theses/andrew_beach_MMath/code/throw-detor.cfa (added) * doc/theses/andrew_beach_MMath/code/throw-detor.cpp (added) * doc/theses/andrew_beach_MMath/code/throw-empty.cfa (added) * doc/theses/andrew_beach_MMath/code/throw-empty.cpp (added) * doc/theses/andrew_beach_MMath/code/throw-finally.cfa (added) * doc/theses/andrew_beach_MMath/code/throw-other.cfa (added) * doc/theses/andrew_beach_MMath/code/throw-other.cpp (added) * doc/theses/andrew_beach_MMath/performance.tex (modified) First draft of all the exception benchmarks. There is an issue with ... Tue, 29 Jun 2021 16:10:57 GMT Andrew Beach [d02e547] * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) Andrew MMath: Improvements to implement figures. Mon, 21 Jun 2021 20:55:22 GMT Andrew Beach [33e1c91] * doc/theses/andrew_beach_MMath/features.tex (modified) Andrew MMath: Some feedback for additions to implement went to ... Mon, 21 Jun 2021 20:48:11 GMT Andrew Beach [5a4f1a8] * doc/theses/andrew_beach_MMath/implement.tex (modified) Andrew MMath: Folded in feedback into the implement chapter. (6/6 ... Wed, 16 Jun 2021 18:30:32 GMT Andrew Beach [029cbc0] * doc/theses/andrew_beach_MMath/performance.tex (modified) Andrew MMath: Performance feedback is a bit stranger as the content ... Wed, 16 Jun 2021 15:50:15 GMT Andrew Beach [edebbf7] * doc/theses/andrew_beach_MMath/future.tex (modified) Andrew MMath: Folded in Peter's feedback on future. (4/6 files done.) Wed, 16 Jun 2021 14:44:22 GMT Andrew Beach [6071efc] * doc/theses/andrew_beach_MMath/existing.tex (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/intro.tex (modified) Andrew MMath: Update the first three chapters using Colby's comments. Tue, 15 Jun 2021 20:17:05 GMT Andrew Beach [b51e389c] * doc/theses/andrew_beach_MMath/future.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/performance.tex (modified) Revert "proofread Andrew's implement, performance and future ... Tue, 15 Jun 2021 16:28:48 GMT Andrew Beach [2f19e03] * Jenkins/Distribute (modified) * Jenkins/FullBuild (modified) * Jenkins/Promote (added) * Jenkins/tools.groovy (modified) * Jenkinsfile (modified) * doc/theses/andrew_beach_MMath/future.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/performance.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex (modified) * libcfa/configure.ac (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/device/cpu.cfa (added) * libcfa/src/device/cpu.hfa (added) * libcfa/src/exception.c (modified) * libcfa/src/interpose.cfa (modified) * libcfa/src/startup.cfa (modified) * tests/coroutine/fibonacci.cfa (modified) * tests/device/.expect/cpu.txt (added) * tests/device/cpu.cfa (added) * tests/generator/fibonacci.cfa (modified) * tests/generator/fmtLines.cfa (modified) * tests/generator/suspend_then.cfa (modified) * tests/unified_locking/fast.cfa (modified) * tests/vector_math/.expect/vec2_ldouble.arm64.txt (added) * tests/vector_math/.expect/vec2_ldouble.x64.txt (moved) * tests/vector_math/.expect/vec2_ldouble.x86.txt (added) Merge branch 'master' into andrew-mmath, collecting updates. Tue, 15 Jun 2021 16:27:20 GMT Andrew Beach [4aba055] * doc/theses/andrew_beach_MMath/features.tex (modified) Andrew MMath: Folded in features feedback and redid the reraise ... Tue, 15 Jun 2021 15:34:30 GMT Peter A. Buhr [b6749fd] * doc/theses/andrew_beach_MMath/future.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/performance.tex (modified) proofread Andrew's implement, performance and future chapters Thu, 10 Jun 2021 20:20:25 GMT Andrew Beach [471ff17] * doc/theses/andrew_beach_MMath/intro.tex (modified) Andrew MMath: Addressed most of the changes in intro and worked on ... Tue, 08 Jun 2021 15:44:03 GMT Andrew Beach [382edbe] * doc/theses/andrew_beach_MMath/existing.tex (modified) Andrew MMath: Folded in changes to existing. (1/3 from this review) Mon, 07 Jun 2021 20:00:16 GMT Andrew Beach [21f2e92] * doc/theses/andrew_beach_MMath/existing.tex (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/intro.tex (modified) Revert "proofread Andrew's thesis chapters", changes saved locally. ... Mon, 07 Jun 2021 19:34:27 GMT Andrew Beach [dac16a0] * doc/theses/andrew_beach_MMath/performance.tex (added) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) Andrew MMath: Added the beginnings of performance chapter. Fri, 04 Jun 2021 15:24:41 GMT Peter A. Buhr [4ed7946e] * doc/theses/andrew_beach_MMath/existing.tex (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/intro.tex (modified) proofread Andrew's thesis chapters Thu, 03 Jun 2021 20:23:07 GMT Andrew Beach [553f8abe] * doc/theses/andrew_beach_MMath/existing.tex (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/future.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/intro.tex (modified) Andrew MMath: Responding to Peter's suggestions on the introduction. Tue, 01 Jun 2021 13:46:51 GMT Peter A. Buhr [e46ea00] * doc/theses/andrew_beach_MMath/intro.tex (modified) augment introduction chapter with places for extension Tue, 01 Jun 2021 13:45:25 GMT Peter A. Buhr [b405039] * doc/theses/andrew_beach_MMath/callreturn.fig (added) add figure for call/return and exceptional control-flow Thu, 27 May 2021 19:28:57 GMT Andrew Beach [03c0e44] * doc/theses/andrew_beach_MMath/existing.tex (modified) Andrew MMath: Rewrote the existing features/references piece. Tue, 25 May 2021 19:43:25 GMT Andrew Beach [887fc79] * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) Andrew MMath: Handled some too long lines caused by code snipits. ... Sun, 23 May 2021 20:55:15 GMT Andrew Beach [9b0bb79] * doc/theses/andrew_beach_MMath/exception-layout.fig (added) * doc/theses/andrew_beach_MMath/existing.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/resumption-marking.fig (added) * doc/theses/andrew_beach_MMath/vtable-layout.fig (added) Andrew MMath: Converted all the ASCII diagrams to xfig diagrams. Thu, 20 May 2021 14:53:21 GMT Andrew Beach [c21f5a9] * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * tests/link-once/main.cfa (modified) * tests/link-once/partner.cfa (modified) Andrew MMath: Work on figures and linkonce. Mon, 17 May 2021 13:43:45 GMT Andrew Beach [299b8b2] * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) Combined all the \code* commands and removed glossaries-extra's ... Fri, 14 May 2021 20:03:12 GMT Andrew Beach [9d7e5cb] * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) Andrew MMath: First draft of the latest round of fixes to implement ... Tue, 04 May 2021 18:04:26 GMT Andrew Beach [0c4df43] * doc/theses/andrew_beach_MMath/implement.tex (modified) Revert "proofread implementation chapter", I've copied out the ... Tue, 04 May 2021 16:31:26 GMT Andrew Beach [1716e1c] * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) * libcfa/src/concurrency/ready_subqueue.hfa (modified) * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/containers/array.hfa (modified) * tests/array-container/.expect/array-basic.txt (moved) * tests/array-container/.expect/array-md-sbscr-cases.txt (moved) Merge branch 'master' into andrew-mmath, implementation updates. Tue, 04 May 2021 16:28:05 GMT Andrew Beach [8cd34e9] * doc/theses/andrew_beach_MMath/cfalab.sty (modified) Andrew MMath: Added command signatures in cfalab.sty. Tue, 04 May 2021 16:25:36 GMT Peter A. Buhr [c0c940a] * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) * libcfa/src/concurrency/ready_subqueue.hfa (modified) * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/containers/array.hfa (modified) * tests/array-container/.expect/array-basic.txt (moved) * tests/array-container/.expect/array-md-sbscr-cases.txt (moved) fix conflicit Tue, 04 May 2021 16:21:15 GMT Peter A. Buhr [692f0c8] * doc/theses/andrew_beach_MMath/implement.tex (modified) proofread implementation chapter Tue, 04 May 2021 16:20:14 GMT Peter A. Buhr [403f287] * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) add package enumitem to adjust spacing Tue, 04 May 2021 16:19:26 GMT Peter A. Buhr [ec1c674] * doc/theses/andrew_beach_MMath/cfalab.sty (modified) raise minus sign in typewriter font to middle of line Mon, 03 May 2021 20:27:07 GMT Andrew Beach [fadfabf] * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) Replaced todonotes with the lighter weight todo package. Mon, 03 May 2021 20:22:18 GMT Andrew Beach [e8a7ca2] * doc/theses/andrew_beach_MMath/intro.tex (added) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) Andrew MMath: I'm going in circles with the introduction so here is ... Mon, 03 May 2021 15:01:19 GMT Andrew Beach [a049412] * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) Andrew MMath: Cleaned out some cruft from cfalab.sty, simplifying the ... Thu, 29 Apr 2021 14:58:35 GMT Andrew Beach [a6c45c6] * doc/theses/andrew_beach_MMath/features.tex (modified) Andrew MMath: Went over the features chapter again. Wed, 28 Apr 2021 19:52:36 GMT Andrew Beach [c1136c56] * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) Andrew MMath: \CFAStyle now uses an actual listings style. Wed, 28 Apr 2021 18:02:23 GMT Andrew Beach [edc6ea2] * doc/theses/andrew_beach_MMath/Makefile (modified) * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/existing.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) Andrew MMath: LaTeX clean-up. Went through existing to make some of ... Mon, 26 Apr 2021 20:37:36 GMT Andrew Beach [df24d37] * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/existing.tex (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/future.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) Andrew MMath: Switch from common.tex to cfalab.sty. Still work to do ... Tue, 20 Apr 2021 19:03:36 GMT Andrew Beach [6a8208cb] * doc/theses/andrew_beach_MMath/Makefile (modified) * doc/theses/andrew_beach_MMath/exception-hierarchy.fig (added) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/stack-marking.fig (added) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) Andrew MMath: Changed driver: pdflatex to latex. Tue, 20 Apr 2021 15:24:17 GMT Andrew Beach [f17fb7d] * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) Cleaned up the PrintVersion code in the thesis template. Mon, 19 Apr 2021 20:35:54 GMT Andrew Beach [72f246d] * doc/theses/andrew_beach_MMath/thesis-frontpgs.tex (deleted) * doc/theses/andrew_beach_MMath/thesis.bib (deleted) * doc/theses/andrew_beach_MMath/thesis.tex (deleted) * doc/theses/andrew_beach_MMath/uw-ethesis.cls (deleted) Cleaned-up stale files from Peter's readdition of the templates. Mon, 19 Apr 2021 16:03:12 GMT Andrew Beach [f6106a6] * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) Updated features to incorperate Peter's feedback. Wed, 14 Apr 2021 14:06:22 GMT Andrew Beach [de47a9d] * doc/theses/andrew_beach_MMath/Makefile (modified) * doc/theses/andrew_beach_MMath/exceptionHierarchy.fig (deleted) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/stackMarking.fig (deleted) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) Reverted Peter's changes after making local copies. Wed, 07 Apr 2021 01:16:52 GMT Peter A. Buhr [8483c39a] * doc/theses/andrew_beach_MMath/features.tex (modified) proofread chapter features Wed, 07 Apr 2021 01:15:27 GMT Peter A. Buhr [7039ab9] * doc/theses/andrew_beach_MMath/Makefile (modified) * doc/theses/andrew_beach_MMath/exceptionHierarchy.fig (added) * doc/theses/andrew_beach_MMath/stackMarking.fig (added) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) add xfig figures Wed, 31 Mar 2021 18:18:19 GMT Andrew Beach [826ee62] * doc/theses/andrew_beach_MMath/future.tex (modified) Andrew MMath: Added notes about checked exceptions to future work. Fri, 26 Mar 2021 19:02:35 GMT Andrew Beach [08e75215] * doc/theses/andrew_beach_MMath/features.tex (modified) Andrew MMath: Expanded a todo about open/closed types. Wed, 24 Mar 2021 22:31:02 GMT Andrew Beach [4260566] * doc/theses/andrew_beach_MMath/features.tex (modified) Andrew MMath: Clean-up of features.tex. Put more general EHM ... Sat, 06 Mar 2021 22:09:49 GMT Peter A. Buhr [67c6a47] * doc/theses/andrew_beach_MMath/existing.tex (modified) proofread Andrew's thesis chapter existing.tex Wed, 17 Feb 2021 21:45:20 GMT Andrew Beach [830299f] * doc/theses/andrew_beach_MMath/implement.tex (modified) Andrew MMath: Second draft of the implement chapter. Tue, 16 Feb 2021 18:07:56 GMT Andrew Beach [1830a86] * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) Andrew MMath: Updated exception features chapter. Thu, 04 Feb 2021 15:04:36 GMT Andrew Beach [9af0fe2d] * doc/theses/andrew_beach_MMath/existing.tex (modified) * doc/theses/andrew_beach_MMath/unwinding.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) Got rid of the remaining \texorpdfstring commands. Thu, 04 Feb 2021 14:56:11 GMT Andrew Beach [29c9b23] * doc/theses/andrew_beach_MMath/existing.tex (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/future.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis-frontpgs.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) Andrew MMath: Supposed to be focused on features but it ended up ... Mon, 01 Feb 2021 21:59:45 GMT Andrew Beach [1c1c180] * doc/theses/andrew_beach_MMath/existing.tex (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/thesis-frontpgs.tex (modified) * doc/theses/andrew_beach_MMath/thesis.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis-frontpgs.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) Fixed line length and trailing whitespace on modified tex files. Fri, 29 Jan 2021 13:23:52 GMT Peter A. Buhr [7eb6eb5] * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/future.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/unwinding.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) complete first proofread of Andrew's thesis Mon, 25 Jan 2021 20:59:42 GMT Peter A. Buhr [4f3a4d75] * doc/theses/andrew_beach_MMath/unwinding.tex (modified) proofread chapter "unwind" Mon, 25 Jan 2021 16:33:51 GMT Andrew Beach [7158202] * doc/theses/andrew_beach_MMath/.gitignore (modified) Updated the gitignore for the thesis renaming. Mon, 25 Jan 2021 16:02:36 GMT Peter A. Buhr [4706098c] * doc/theses/andrew_beach_MMath/existing.tex (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/unwinding.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) proofread chapter "features", and adjust formatting Fri, 22 Jan 2021 17:02:59 GMT Peter A. Buhr [6c79bef] * doc/theses/andrew_beach_MMath/existing.tex (modified) proofread chapter "existing" Thu, 21 Jan 2021 16:41:23 GMT Andrew Beach [12b4ab4] * doc/theses/andrew_beach_MMath/implement.tex (modified) Andrew MMath: Added a bit on the implementation of rcursive ... Thu, 21 Jan 2021 15:53:11 GMT Peter A. Buhr [79c14d6] * doc/theses/andrew_beach_MMath/Makefile (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (moved) fix naming from uw-thesis.tex to uw-ethesis.tex Wed, 20 Jan 2021 22:27:42 GMT Peter A. Buhr [f28fdee] * doc/theses/andrew_beach_MMath/Makefile (modified) * doc/theses/andrew_beach_MMath/existing.tex (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/future.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/unwinding.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis-frontpgs.tex (added) * doc/theses/andrew_beach_MMath/uw-ethesis.bib (added) * doc/theses/andrew_beach_MMath/uw-thesis.tex (added) incorporate uw-thesis macros and CFA common macros Fri, 15 Jan 2021 23:27:20 GMT Andrew Beach [02b73ea] * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/future.tex (modified) Andrew MMath: Added some features and cleaned up future.tex. Tue, 12 Jan 2021 23:07:30 GMT Andrew Beach [26ca815] * doc/theses/andrew_beach_MMath/implement.tex (added) Andrew MMath: This took way longer than I wanted but, first draft of ... Tue, 12 Jan 2021 23:06:04 GMT Andrew Beach [d435c04] * doc/theses/andrew_beach_MMath/existing.tex (modified) Andrew MMath: Removed some extra \ characters. Thu, 26 Nov 2020 21:45:56 GMT Andrew Beach [6e7b969] * doc/theses/andrew_beach_MMath/Makefile (modified) * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/existing.tex (added) * doc/theses/andrew_beach_MMath/thesis.tex (modified) Andrew MMath: First draft of existing features and updated framework. Tue, 17 Nov 2020 19:19:06 GMT Andrew Beach [b82c17a] * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/thesis.tex (modified) Andrew MMath: Moved the pdf symbol escape into the style file. Mon, 16 Nov 2020 22:07:11 GMT Andrew Beach [a032992] * doc/theses/andrew_beach_MMath/future.tex (added) * doc/theses/andrew_beach_MMath/thesis.tex (modified) Made a symbol compatable with hyperref and added first version of the ... Wed, 11 Nov 2020 16:45:29 GMT Andrew Beach [4a36b344] * doc/theses/andrew_beach_MMath/features.tex (added) Andrew MMath: Finally got the first draft of the features done. Sun, 25 Oct 2020 22:55:11 GMT Andrew Beach [912cc7d7] * doc/theses/andrew_beach_MMath/thesis-frontpgs.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.cls (modified) In Andrew/MMath; added a configuration command. Sun, 25 Oct 2020 15:00:14 GMT Andrew Beach [a3f36dc] * doc/theses/andrew_beach_MMath/uw-ethesis.cls (modified) In Andrew/MMath, updated some escape prefixes. Fri, 25 Sep 2020 18:09:00 GMT Andrew Beach [33f3cfb] * doc/theses/andrew_beach_MMath/glossaries.tex (added) * doc/theses/andrew_beach_MMath/thesis.tex (modified) Moved glossaries out of Andrew Beach thesis. Even if I use them I ... Tue, 24 Mar 2020 20:37:09 GMT Andrew Beach [c72ea7a] * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/thesis.tex (modified) * doc/theses/andrew_beach_MMath/unwinding.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.cls (modified) ABMM thesis: Lots of context reworking. Took out Peter's formating ... Wed, 18 Mar 2020 13:07:52 GMT Peter A. Buhr [2655031] * doc/theses/andrew_beach_MMath/thesis.tex (modified) * doc/theses/andrew_beach_MMath/unwinding.tex (modified) second pass over Andrew's Chapter 1 Wed, 18 Mar 2020 02:30:22 GMT Peter A. Buhr [21f914e] * doc/theses/andrew_beach_MMath/thesis.tex (modified) * doc/theses/andrew_beach_MMath/unwinding.tex (modified) first pass over Chapter 1 Tue, 17 Mar 2020 20:14:28 GMT Peter A. Buhr [1ef166d] * doc/theses/andrew_beach_MMath/thesis.tex (modified) use package fullpage and increase textheight Tue, 17 Mar 2020 18:23:22 GMT Andrew Beach [bce76d1] * doc/theses/andrew_beach_MMath/cfalab.sty (modified) cfalab.sty's \newsymbolcmd now accepts commands instead of letters ... Tue, 17 Mar 2020 17:50:16 GMT Andrew Beach [2c052c0] * doc/theses/andrew_beach_MMath/cfalab.sty (added) * doc/theses/andrew_beach_MMath/thesis.tex (modified) * doc/theses/andrew_beach_MMath/unwinding.tex (added) * doc/theses/andrew_beach_MMath/uw-ethesis.cls (modified) First rough draft of how unwinding works in ABMM.