Skip to content
Success

Changes

Summary

  1. Update in autogen that should help with some resolver issues and invariant checks. Some related headers were cleaned up to reduce new code files including old ones. (details)
  2. add glossary.tex to Makefile dependencies (details)
  3. make glossary abbreviation be newterms (details)
  4. add Golang lstlisting environment (details)
  5. add breaklinks=true to hyperref (details)
  6. second proofread of channels chapter (details)
  7. missing change (details)
  8. update citations in bibliography/pl.bib (details)
  9. add documentation about ARM atomic flag (details)
  10. reduce duration of lock-free stack test on ARM because CASV is very slow on ARM (details)
Commit 8913de40029583229718472d971b802c9a8735d7 by ajbeach
Update in autogen that should help with some resolver issues and invariant checks. Some related headers were cleaned up to reduce new code files including old ones.
The file was modifiedsrc/SymTab/Autogen.h
The file was modifiedsrc/SymTab/GenImplicitCall.hpp
The file was modifiedsrc/Validate/Autogen.cpp
The file was modifiedsrc/SymTab/GenImplicitCall.cpp
Commit 427a5777350bb12c47cb0673b4e73fb41e07ae2e by Peter Buhr
add glossary.tex to Makefile dependencies
The file was modifieddoc/theses/colby_parsons_MMAth/Makefile
Commit d3b224cfb070db9340e66fd57a033d8216d81056 by Peter Buhr
make glossary abbreviation be newterms
The file was modifieddoc/theses/colby_parsons_MMAth/glossary.tex
Commit c67957edfdf886f47da9a14722700f0149fcaa55 by Peter Buhr
add Golang lstlisting environment
The file was modifieddoc/theses/colby_parsons_MMAth/style/style.tex
Commit 85994157bcbdf8952d3af114225cbf379519d237 by Peter Buhr
add breaklinks=true to hyperref
The file was modifieddoc/theses/colby_parsons_MMAth/thesis.tex
Commit 44198fb9159caf1a5c6b949919830261ff7d2f2c by Peter Buhr
second proofread of channels chapter
The file was modifieddoc/theses/colby_parsons_MMAth/text/channels.tex
Commit dd3baf4cdbd725b2405ba204c0e382cff4cc6160 by Peter Buhr
missing change
The file was modifieddoc/theses/colby_parsons_MMAth/text/channels.tex
Commit b51b2a66357efaa480b18720757dd93f78c38e23 by Peter Buhr
update citations in bibliography/pl.bib
The file was modifieddoc/bibliography/pl.bib
Commit 8cbb6aae0d19200acf355f58598101738d6549e2 by Peter Buhr
add documentation about ARM atomic flag
The file was modifieddriver/cfa.cc
Commit d8d9c11521a3bc60d8372f1f17c0779a6cf61fb8 by Peter Buhr
reduce duration of lock-free stack test on ARM because CASV is very slow on ARM
The file was modifiedtests/concurrency/lockfree_stack.cfa