Changeset 8e4aa05 for doc/bibliography/pl.bib
- Timestamp:
- Mar 4, 2021, 7:40:25 PM (5 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/bibliography/pl.bib
r342af53 r8e4aa05 688 688 title = {Asynchronous Exception Propagation in Blocked Tasks}, 689 689 booktitle = {4th International Workshop on Exception Handling (WEH.08)}, 690 o rganization= {16th International Symposium on the Foundations of Software Engineering (FSE 16)},690 optorganization= {16th International Symposium on the Foundations of Software Engineering (FSE 16)}, 691 691 address = {Atlanta, U.S.A}, 692 692 month = nov, … … 1797 1797 } 1798 1798 1799 @article{Delisle 19,1799 @article{Delisle20, 1800 1800 keywords = {concurrency, Cforall}, 1801 1801 contributer = {pabuhr@plg}, 1802 1802 author = {Thierry Delisle and Peter A. Buhr}, 1803 1803 title = {Advanced Control-flow and Concurrency in \textsf{C}$\mathbf{\forall}$}, 1804 year = 20 19,1804 year = 2020, 1805 1805 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 = {}, 1808 1809 } 1809 1810 … … 7246 7247 7247 7248 @inproceedings{Edelson92, 7248 keywords = {persistence, pointers},7249 keywords = {persistence, smart pointers}, 7249 7250 contributer = {pabuhr@plg}, 7250 7251 author = {Daniel R. Edelson}, … … 7256 7257 year = 1992, 7257 7258 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 = {?-?}, 7258 7271 } 7259 7272 … … 8245 8258 } 8246 8259 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 8247 8271 % W 8248 8272
Note:
See TracChangeset
for help on using the changeset viewer.