Ignore:
Timestamp:
Mar 4, 2021, 7:40:25 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
77d601f
Parents:
342af53 (diff), a5040fe (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bibliography/pl.bib

    r342af53 r8e4aa05  
    688688    title       = {Asynchronous Exception Propagation in Blocked Tasks},
    689689    booktitle   = {4th International Workshop on Exception Handling (WEH.08)},
    690     organization= {16th International Symposium on the Foundations of Software Engineering (FSE 16)},
     690    optorganization= {16th International Symposium on the Foundations of Software Engineering (FSE 16)},
    691691    address     = {Atlanta, U.S.A},
    692692    month       = nov,
     
    17971797}
    17981798
    1799 @article{Delisle19,
     1799@article{Delisle20,
    18001800    keywords    = {concurrency, Cforall},
    18011801    contributer = {pabuhr@plg},
    18021802    author      = {Thierry Delisle and Peter A. Buhr},
    18031803    title       = {Advanced Control-flow and Concurrency in \textsf{C}$\mathbf{\forall}$},
    1804     year        = 2019,
     1804    year        = 2020,
    18051805    journal     = spe,
    1806     pages       = {1-33},
    1807     note        = {submitted},
     1806    pages       = {1-38},
     1807    note        = {\href{https://doi-org.proxy.lib.uwaterloo.ca/10.1002/spe.2925}{https://\-doi-org.proxy.lib.uwaterloo.ca/\-10.1002/\-spe.2925}},
     1808    note        = {},
    18081809}
    18091810
     
    72467247
    72477248@inproceedings{Edelson92,
    7248     keywords    = {persistence, pointers},
     7249    keywords    = {persistence, smart pointers},
    72497250    contributer = {pabuhr@plg},
    72507251    author      = {Daniel R. Edelson},
     
    72567257    year        = 1992,
    72577258    pages       = {1-19},
     7259}
     7260
     7261@incollection{smartpointers,
     7262    keywords    = {smart pointers},
     7263    contributer = {pabuhr@plg},
     7264    author      = {Andrei Alexandrescu},
     7265    title       = {Smart Pointers},
     7266    booktitle   = {Modern C++ Design: Generic Programming and Design Patterns Applied},
     7267    publisher   = {Addison-Wesley},
     7268    year        = 2001,
     7269    chapter     = 7,
     7270    optpages    = {?-?},
    72587271}
    72597272
     
    82458258}
    82468259
     8260@misc{vistorpattern,
     8261    keywords    = {visitor pattern},
     8262    contributer = {pabuhr@plg},
     8263    key         = {vistor pattern},
     8264    title       = {vistor pattern},
     8265    year        = 2020,
     8266    note        = {WikipediA},
     8267    howpublished= {\href{https://en.wikipedia.org/wiki/Visitor\_pattern}
     8268                  {https://\-en.wikipedia.org/\-wiki/\-Visitor\_pattern}},
     8269}
     8270
    82478271% W
    82488272
Note: See TracChangeset for help on using the changeset viewer.