Commit
5ddb8bf4a7a54b2f54dbf16067d606107abca1ad
by j82liang (Not really readable right now. Will clean up today and probably tomorrow) 1. Remove implicit conversion; 2. Companion trait; The file was modified doc/proposals/enum.tex
Commit
2554f2465980526a772aa75500f16cbd403fd235
by ajbeach Try terminate now does not call the catch function, now they have the same caller. This involved updating some platform dependent code which should be correct in all cases. The file was modified libcfa/src/exception.h The file was modified src/ControlStruct/ExceptTranslate.cpp The file was modified libcfa/src/exception.c
Commit
dab9fb935e8f3e194c31f53d65635713bf0b1348
by Michael Brooks Accept Peter's proofreading and adjustment of examples to current syntax The file was modified doc/theses/mike_brooks_MMath/programs/hello-accordion.cfa The file was modified doc/theses/mike_brooks_MMath/programs/hello-md.cfa The file was modified doc/theses/mike_brooks_MMath/string.tex The file was modified doc/theses/mike_brooks_MMath/programs/hello-array.cfa The file was modified doc/theses/mike_brooks_MMath/array.tex
Commit
40ab446132dfae80816ea4fe1e9a484846b04f8e
by Michael Brooks Recent thesis writing The file was modified doc/theses/mike_brooks_MMath/background.tex The file was modified doc/theses/mike_brooks_MMath/uw-ethesis.tex The file was modified doc/theses/mike_brooks_MMath/list.tex The file was modified doc/theses/mike_brooks_MMath/array.tex
Commit
77d46c766c1ecc69d69f956d96e0be71b1e62b1e
by Peter Buhr change containers/list.hfa to collections/list.hfa in thesis test files The file was modified doc/theses/mike_brooks_MMath/programs/lst-features-intro.run.cfa The file was modified doc/theses/mike_brooks_MMath/programs/lst-features-multidir.run.cfa
Commit
cd79053e2f038780f8cd5d6679e3cfd90494a658
by Peter Buhr comment out assert( s1_mid == fc ) bug The file was modified doc/theses/mike_brooks_MMath/programs/sharing-demo.cfa
Commit
ed79428117309565d8dae6ac6df962d528bae256
by Peter Buhr comment out missing lstinputlisting files, fix missing @'s for lstinline code The file was modified doc/theses/mike_brooks_MMath/background.tex
Commit
7972603ba78a3b2d7041e7208a3c3be2479d2b37
by Michael Brooks Missing files from last thesis push The file was added doc/theses/mike_brooks_MMath/programs/bkgd-carray-decay.c The file was added doc/theses/mike_brooks_MMath/programs/bkgd-carray-mdim.c The file was added doc/theses/mike_brooks_MMath/programs/bkgd-cfa-arrayinteract.cfa The file was added doc/theses/mike_brooks_MMath/programs/bkgd-c-tyerr.c The file was added doc/theses/mike_brooks_MMath/programs/bkgd-carray-arrty.c
Commit
f277ab6c2f5cfddea9d864a3868b6a824a3ba1ef
by Peter Buhr comment back in lstinputlisting files after missing files pushed The file was modified doc/theses/mike_brooks_MMath/background.tex
Commit
c40157ec46899c5e6a8afa9d8f9f0dba822d528f
by ajbeach Minimal change to get exceptions running the old way while a fix is found. Or even more details on the problem. The file was modified libcfa/src/exception.c The file was modified src/ControlStruct/ExceptTranslate.cpp The file was modified libcfa/src/exception.h
Commit
96b0e49992f694d187be2f63a3b7938da27f5e21
by Peter Buhr add papers directory and start populating it The file was added doc/theses/mike_brooks_MMath/papers/Oorschot22.pdf The file was added doc/theses/mike_brooks_MMath/papers/Grothoff14.pdf The file was added doc/theses/mike_brooks_MMath/papers/Blanche19.pdf The file was added doc/theses/mike_brooks_MMath/papers/Ruef19.pdf
Commit
b1f2007d03a9290ff9a472f7132714791f65e6b4
by Peter Buhr first attempt at simplifying SemanticError and its usage The file was modified src/Parser/TypeData.cc The file was modified src/Validate/ReplaceTypedef.cpp The file was modified src/Validate/ForallPointerDecay.cpp The file was modified src/ControlStruct/FixLabels.cpp The file was modified src/Parser/ParseNode.h The file was modified src/AST/TypeSubstitution.hpp The file was modified src/AST/Expr.cpp The file was modified src/Parser/parser.yy The file was modified src/ControlStruct/MultiLevelExit.cpp The file was modified src/AST/LinkageSpec.cpp The file was modified src/Validate/FixQualifiedTypes.cpp The file was modified src/Virtual/ExpandCasts.cc The file was modified src/Common/SemanticError.h The file was modified src/ResolvExpr/CurrentObject.cc The file was modified src/Common/SemanticError.cc
Commit
4c2fe47e178e4074ffe9d1387cbe05d69e4c0db3
by Peter Buhr formatting The file was modified src/AST/Decl.cpp The file was modified src/ResolvExpr/Resolver.cc
Commit
3e49c477928665a719e7a4c1179ab4364aae22de
by Peter Buhr update expected output from tests after changes in semantic error messages The file was modified tests/.expect/nested-types-ERR1.txt The file was modified tests/.expect/nested-types-ERR2.txt
Commit
142930b11bb7a219dee95933e7dd70643b471d38
by ajbeach A harder revert of exception changes, hopefully it will get the tests working. The file was modified libcfa/src/exception.h The file was modified src/ControlStruct/ExceptTranslate.cpp The file was modified libcfa/src/exception.c