Changes in doc/bibliography/pl.bib [1f8865e:d893266a]
- File:
-
- 1 edited
-
doc/bibliography/pl.bib (modified) (35 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/bibliography/pl.bib
r1f8865e rd893266a 780 780 title = {Boost Coroutine Library}, 781 781 year = 2015, 782 howpublished= {\href{http://www.boost.org/doc/libs/1_61_0/libs/coroutine/doc/html/index.html} 783 {{http://www.boost.org/\-doc/\-libs/1\_61\_0/\-libs/\-coroutine/\-doc/\-html/\-index.html}}}, 784 note = {Accessed: 2016-09}, 782 note = {\href{http://www.boost.org/doc/libs/1_61_0/libs/coroutine/doc/html/index.html} 783 {{http://www.boost.org/\-doc/\-libs/1\_61\_0/\-libs/\-coroutine/\-doc/\-html/\-index.html}} [Accessed September 2016]}, 785 784 } 786 785 … … 866 865 keywords = {ISO/IEC C 11}, 867 866 contributer = {pabuhr@plg}, 868 key= {C11},869 title = { C Programming Language{ISO/IEC} 9889:2011-12},867 author = {C11}, 868 title = {Programming Languages -- {C} {ISO/IEC} 9889:2011-12}, 870 869 edition = {3rd}, 871 870 publisher = {International Standard Organization}, … … 874 873 } 875 874 876 @manual{C++Concepts, 875 @techreport{C++Concepts, 876 type = {International Standard}, 877 877 keywords = {ISO/IEC TS 19217:2015}, 878 878 contributer = {a3moss@uwaterloo.ca}, 879 879 key = {Concepts}, 880 title = { {C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}} Programming language --Extensions for concepts {ISO/IEC} {TS} 19217:2015},880 title = {Information technology -- Programming languages -- {C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}} Extensions for concepts {ISO/IEC} {TS} 19217:2015}, 881 881 publisher = {International Standard Organization}, 882 882 address = {\href{https://www.iso.org/standard/64031.html}{https://\-www.iso.org/\-standard/\-64031.html}}, 883 year = 2015 ,883 year = 2015 884 884 } 885 885 886 886 @misc{Cforall, 887 887 key = {Cforall}, 888 title = { \textsf{C}{$\mathbf{\forall}$}Features},888 title = {C$\forall$ Features}, 889 889 howpublished= {\url{https://plg.uwaterloo.ca/~cforall/features}}, 890 890 note = {Accessed: 2018-01-01}, … … 895 895 contributer = {pabuhr@plg}, 896 896 author = {Rodolfo Gabriel Esteves}, 897 title = { \textsf{C}$\mathbf{\forall}$, a Study in Evolutionary Design in Programming Languages},897 title = {C$\forall$, a Study in Evolutionary Design in Programming Languages}, 898 898 school = {School of Computer Science, University of Waterloo}, 899 899 year = 2004, … … 1022 1022 } 1023 1023 1024 @inproceedings{Necula02,1025 author = {Necula, George C. and McPeak, Scott and Weimer, Westley},1026 title = {{CCured}: Type-safe Retrofitting of Legacy Code},1027 booktitle = {Proceedings of the 29th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},1028 series = {POPL '02},1029 year = {2002},1030 location = {Portland, Oregon},1031 pages = {128-139},1032 publisher = {ACM},1033 address = {New York, NY, USA},1034 }1035 1036 1024 @techreport{cforall-ug, 1037 1025 keywords = {cforall, user guide}, 1038 1026 contributer = {pabuhr@plg}, 1039 1027 author = {Peter A. Buhr and Glen Ditchfield and David Till and Charles R. Zarnke}, 1040 title = { \textsf{C}$\mathbf{\forall}$Users Guide, Version 0.1},1028 title = {{\mbox{\mdseries\sffamily C{$\mathbf{\forall}$}}}\ Users Guide, Version 0.1}, 1041 1029 institution = {Department of Computer Science, University of Waterloo}, 1042 1030 address = {Waterloo, Ontario, Canada, N2L 3G1}, … … 1117 1105 title = {Programming Languages -- {Cobol} ISO/IEC 1989:2014}, 1118 1106 edition = {2nd}, 1119 institution = {International Standard Organization},1107 institution = {International Standard Organization}, 1120 1108 address = {\href{https://www.iso.org/standard/51416.html}{https://\-www.iso.org/\-standard/\-51416.html}}, 1121 1109 year = 2014, … … 1129 1117 journal = sigplan, 1130 1118 year = 1984, 1131 month = jun, 1132 volume = 19, 1133 number = 6, 1134 pages = {1-12}, 1119 month = jun, volume = 19, number = 6, pages = {1-12}, 1135 1120 note = {Proceedings of the ACM SIGPLAN '84 Symposium on Compiler Construction}, 1136 1121 abstract = { … … 1551 1536 @mastersthesis{Delisle18, 1552 1537 author = {Thierry Delisle }, 1553 title = {Concurrency in \textsf{C}$\mathbf{\forall}$},1538 title = {Concurrency in {C}$\mathbf{\forall}$}, 1554 1539 school = {School of Computer Science, University of Waterloo}, 1555 1540 year = 2018, … … 1717 1702 contributer = {a3moss@uwaterloo.ca}, 1718 1703 author = {Glen Ditchfield}, 1719 title = {Conversions for \textsf{C}$\mathbf{\forall}$},1704 title = {Conversions for {Cforall}}, 1720 1705 note = {\href{http://plg.uwaterloo.ca/~cforall/Conversions/index.html}{http://\-plg.uwaterloo.ca/\-\textasciitilde cforall/\-Conversions/\-index.html}}, 1721 1706 month = {Nov}, … … 2004 1989 2005 1990 @book{Stroustrup94, 2006 keywords = {C++},2007 contributor = {wyrmok@plg},2008 author = {Bjarne Stroustrup},2009 title = {The Design and Evolution of {C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}}},2010 publisher = {Addison-Wesley},1991 keywords = {C++}, 1992 contributor = {wyrmok@plg}, 1993 author = {Bjarne Stroustrup}, 1994 title = {The Design and Evolution of {C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}}}, 1995 publisher = {Addison-Wesley}, 2011 1996 address = {Boston}, 2012 year = 19941997 year = 1994 2013 1998 } 2014 1999 … … 2753 2738 } 2754 2739 2755 @ misc{GCCExtensions,2740 @online{GCCExtensions, 2756 2741 contributer = {a3moss@uwaterloo.ca}, 2757 2742 key = {{GNU}}, … … 2759 2744 title = {Extensions to the {C} Language Family}, 2760 2745 year = 2014, 2761 howpublished= {\href{https://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcc/C-Extensions.html}{https://\-gcc.gnu.org/\-onlinedocs/\-gcc-4.7.2/\-gcc/\-C\-Extensions.html}},2762 note = {Accessed: 2017-04-02},2746 note = {\href{https://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcc/C-Extensions.html}{https://\-gcc.gnu.org/\-onlinedocs/\-gcc-4.7.2/\-gcc/\-C\-Extensions.html}}, 2747 urldate = {2017-04-02} 2763 2748 } 2764 2749 … … 3098 3083 keywords = {GMP arbitrary-precision library}, 3099 3084 contributer = {pabuhr@plg}, 3100 key = {GMP},3101 3085 title = {{GNU} Multiple Precision Arithmetic Library}, 3102 address = {GNU}, 3086 author = {GMP}, 3087 organization= {GNU}, 3103 3088 year = 2016, 3104 3089 note = {\href{https://gmplib.org}{https://\-gmplib.org}}, … … 3129 3114 } 3130 3115 3131 @ misc{GObject,3116 @online{GObject, 3132 3117 keywords = {GObject}, 3133 3118 contributor = {a3moss@uwaterloo.ca}, 3134 key = {GObject},3135 organization= {The {GNOME}Project},3136 title = {{GO }bjectReference Manual},3119 author = {{GObject}}, 3120 organization= {The GNOME Project}, 3121 title = {{GObject} Reference Manual}, 3137 3122 year = 2014, 3138 howpublished= {https://developer.gnome.org/gobject/stable/},3139 note = {Accessed: 2017-04},3123 url = {https://developer.gnome.org/gobject/stable/}, 3124 urldate = {2017-04-04} 3140 3125 } 3141 3126 … … 3395 3380 contributer = {pabuhr@plg}, 3396 3381 author = {Richard C. Bilson}, 3397 title = {Implementing Overloading and Polymorphism in \textsf{C}$\mathbf{\forall}$},3382 title = {Implementing Overloading and Polymorphism in Cforall}, 3398 3383 school = {School of Computer Science, University of Waterloo}, 3399 3384 year = 2003, … … 3661 3646 } 3662 3647 3663 @inproceedings{Pharr12,3664 title = {ispc: A {SPMD} compiler for high-performance CPU programming},3665 author = {Pharr, Matt and Mark, William R},3666 booktitle = {Innovative Parallel Computing (InPar), 2012},3667 pages = {1--13},3668 year = {2012},3669 month = may,3670 address = {San Jose, CA, USA},3671 publisher = {IEEE},3672 }3673 3674 @inproceedings{DeLozier13,3675 keywords = {C++, local pointers, memory safety, type-safety},3676 author = {DeLozier, Christian and Eisenberg, Richard and Nagarakatte, Santosh and Osera, Peter-Michael and Martin, Milo M.K. and Zdancewic, Steve},3677 title = {{I}ronclad {C++}: A Library-augmented Type-safe Subset of {C++}},3678 booktitle = {Proceedings of the 2013 ACM SIGPLAN International Conference on Object Oriented Programming Systems Languages \& Applications},3679 series = {OOPSLA'13},3680 year = {2013},3681 address = {Indianapolis, Indiana, USA},3682 pages = {287-304},3683 publisher = {ACM},3684 }3685 3686 3648 @inproceedings{Hibbard77, 3687 3649 keywords = {algol-68, concurrency}, … … 3725 3687 3726 3688 @book{Java, 3727 keywords = {Java},3728 contributer = {pabuhr@plg}, 3729 author = {James Gosling and Bill Joy and Guy Steele and Gilad Bracha},3730 title = {The {Java} Language Specification},3689 keywords = {Java}, 3690 contributer = {pabuhr@plg}, 3691 author = {James Gosling and Bill Joy and Guy Steele and Gilad Bracha}, 3692 title = {The {Java} Language Specification}, 3731 3693 publisher = {Addison-Wesley}, 3732 3694 address = {Reading}, 3733 year = 2000,3695 year = 2000, 3734 3696 edition = {2nd}, 3735 3697 } 3736 3698 3737 3699 @manual{Java8, 3738 keywords = {Java SE 8},3739 contributer = {pabuhr@plg}, 3740 author = {James Gosling and Bill Joy and Guy Steele and Gilad Bracha and Alex Buckley},3741 title = {{Java} Language Specification},3700 keywords = {Java SE 8}, 3701 contributer = {pabuhr@plg}, 3702 author = {James Gosling and Bill Joy and Guy Steele and Gilad Bracha and Alex Buckley}, 3703 title = {{Java} Language Specification}, 3742 3704 publisher = {Oracle}, 3743 year = 2015,3744 edition = { {J}ava {SE}8},3705 year = 2015, 3706 edition = {Java SE 8}, 3745 3707 } 3746 3708 … … 4677 4639 } 4678 4640 4679 @m isc{obj-c-book,4641 @manual{obj-c-book, 4680 4642 keywords = {objective-c}, 4681 4643 contributor = {a3moss@uwaterloo.ca}, 4682 key = {Objective-C}, 4683 title = {Objective-C}, 4684 publisher = {Apple Inc.}, 4685 year = 2015, 4686 howpublished= {\href{https://developer.apple.com/library/content/documentation/General/Conceptual/DevPedia-CocoaCore/ObjectiveC.html}{https://developer.apple.com/\-library/\-content/\-documentation/\-General/\-Conceptual/\-DevPedia-\-CocoaCore/\-ObjectiveC.html}}, 4687 note = {Accessed: 2018-03} 4688 } 4689 4690 @misc{xcode7, 4644 author = {{Objective-C}}, 4645 title = {The {Objective-C} Programming Language}, 4646 organization= {Apple Computer Inc.}, 4647 address = {Cupertino, CA}, 4648 year = 2003 4649 } 4650 4651 @online{xcode7, 4691 4652 keywords = {objective-c}, 4692 4653 contributor = {a3moss@uwaterloo.ca}, 4693 key = {Xcode},4694 title = {{X }code7 Release Notes},4654 author = {{Xcode}}, 4655 title = {{Xcode} 7 Release Notes}, 4695 4656 year = 2015, 4696 howpublished= {\href{https://developer.apple.com/library/content/documentation/Xcode/Conceptual/RN-Xcode-Archive/Chapters/xc7_release_notes.html}{https://developer.apple.com/\-library/\-content/\-documentation/\-Xcode/\-Conceptual/\-RN-Xcode-Archive/\-Chapters/\-xc7\_release\_notes.html}},4697 note = {Accessed: 2017-04}4657 note = {\href{https://developer.apple.com/library/content/documentation/Xcode/Conceptual/RN-Xcode-Archive/Chapters/xc7_release_notes.html}{https://developer.apple.com/\-library/\-content/\-documentation/\-Xcode/\-Conceptual/\-RN-Xcode-Archive/\-Chapters/\-xc7\_release\_notes.html}}, 4658 urldate = {2017-04-04} 4698 4659 } 4699 4660 … … 5235 5196 year = 1984, 5236 5197 series = {Computers and their Applications}, 5237 address = {Market Cross House, Cooper Street, Chichester, West Sussex, PO19 1EB, England}, 5198 address = {Market Cross House, Cooper Street, Chichester, West Sussex, 5199 PO19 1EB, England}, 5238 5200 summary = { 5239 5201 The principles of Procedural Abstraction, Data Type Completeness, … … 5287 5249 } 5288 5250 5289 @inproceedings{Rafkind09, 5290 keywords = {accurate, C programming language, conservative, garbage collection, precise}, 5291 contributer = {pabuhr@plg}, 5292 author = {Rafkind, Jon and Wick, Adam and Regehr, John and Flatt, Matthew}, 5293 title = {Precise Garbage Collection for C}, 5294 booktitle = {Proceedings of the 2009 International Symposium on Memory Management}, 5295 series = {ISMM '09}, 5296 year = {2009}, 5297 location = {Dublin, Ireland}, 5298 pages = {39-48}, 5299 publisher = {ACM}, 5300 address = {New York, NY, USA}, 5251 @book{PowerPC, 5252 key = {PowerPC processor}, 5253 title = {Programming Environments Manual for 32-Bit Implementations of the PowerPC ArchitectureARM Architecture}, 5254 publisher = {Freescale Semiconductor}, 5255 volume = {MPCFPE32B}, 5256 edition = {Rev. 3}, 5257 month = 9, 5258 year = 2005, 5301 5259 } 5302 5260 … … 5371 5329 5372 5330 @article{psa:persistence, 5373 keywords = {persistence, first-class procedures, closure, PS-Algol, Abstract Data Types}, 5331 keywords = {persistence, first-class procedures, closure, PS-Algol, 5332 Abstract Data Types}, 5374 5333 contributer = {gjditchfield@plg}, 5375 5334 author = {Malcolm P. Atkinson and Ronald Morrison}, … … 5402 5361 5403 5362 @article{Procol89, 5404 keywords = {active objects, object-oriented languages, object-based languages, explicit per-object protocol}, 5363 keywords = {active objects, object-oriented languages, 5364 object-based languages, explicit per-object protocol}, 5405 5365 contributer = {akgoel@plg}, 5406 5366 author = {Jan van den Bos and Chris Laffra}, … … 5416 5376 } 5417 5377 5418 @book{PowerPC,5419 key = {PowerPC processor},5420 title = {Programming Environments Manual for 32-Bit Implementations of the PowerPC ArchitectureARM Architecture},5421 publisher = {Freescale Semiconductor},5422 volume = {MPCFPE32B},5423 edition = {Rev. 3},5424 month = 9,5425 year = 2005,5426 }5427 5428 5378 @book{Butenhof97, 5429 5379 keywords = {PThreads, concurrency}, … … 5472 5422 contributer = {pabuhr@plg}, 5473 5423 key = {C++98}, 5474 title = { {C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}} Programming Language ISO/IEC 14882:1998},5475 edition = {1st},5476 publisher = { International Standard Organization},5477 address = { \href{https://www.iso.org/standard/25845.html}{https://\-www.iso.org/\-standard/\-25845.html}},5424 title = {Programming Languages -- {C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}}}, 5425 organization= {International Standard ISO/IEC 14882:1998 (E)}, 5426 publisher = {American National Standards Institute}, 5427 address = {www.ansi.org}, 5478 5428 year = 1998, 5479 5429 } … … 5482 5432 keywords = {ISO/IEC C++ 14}, 5483 5433 contributer = {pabuhr@plg}, 5484 key= {C++14},5485 title = { {C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}} Programming LanguageISO/IEC 14882:2014},5434 author = {C++14}, 5435 title = {Programming Languages -- {C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}} ISO/IEC 14882:2014}, 5486 5436 edition = {4th}, 5487 5437 publisher = {International Standard Organization}, … … 5928 5878 5929 5879 @mastersthesis{Schluntz17, 5930 keywords = {constructors, destructors, tuples},5931 5880 author = {Robert Schluntz}, 5932 title = {Resource Management and Tuples in \textsf{C}$\mathbf{\forall}$},5881 title = {Resource Management and Tuples in {C}$\mathbf{\forall}$}, 5933 5882 school = {School of Computer Science, University of Waterloo}, 5934 5883 year = 2017, … … 6007 5956 keywords = {Rust programming language}, 6008 5957 contributer = {pabuhr@plg}, 6009 key = {Rust},6010 title = {The {R }ustProgramming Language},6011 address= {The Rust Project Developers},5958 author = {{Rust}}, 5959 title = {The {Rust} Programming Language}, 5960 organization= {The Rust Project Developers}, 6012 5961 year = 2015, 6013 5962 note = {\href{https://doc.rust-lang.org/reference.html}{https://\-doc.rust-lang\-.org/\-reference.html}}, … … 6019 5968 keywords = {Scala programming language}, 6020 5969 contributer = {pabuhr@plg}, 6021 key = {Scala},6022 title = {{S }calaLanguage Specification, Version 2.11},6023 address= {\'{E}cole Polytechnique F\'{e}d\'{e}rale de Lausanne},5970 author = {{Scala}}, 5971 title = {{Scala} Language Specification, Version 2.11}, 5972 organization= {\'{E}cole Polytechnique F\'{e}d\'{e}rale de Lausanne}, 6024 5973 year = 2016, 6025 5974 note = {\href{http://www.scala-lang.org/files/archive/spec/2.11}{http://\-www.scala-lang.org/\-files/\-archive/\-spec/\-2.11}}, … … 6101 6050 number = 12, 6102 6051 pages = {66-76}, 6103 }6104 6105 @article{Nickolls08,6106 author = {Nickolls, John and Buck, Ian and Garland, Michael and Skadron, Kevin},6107 title = {Scalable Parallel Programming with CUDA},6108 journal = {Queue},6109 volume = {6},6110 number = {2},6111 month = mar,6112 year = 2008,6113 pages = {40-53},6114 publisher = {ACM},6115 address = {New York, NY, USA},6116 }6117 6118 @inproceedings{Leissa14,6119 title = {{S}ierra: a {SIMD} extension for {C}++},6120 author = {Lei{\ss}a, Roland and Haffner, Immanuel and Hack, Sebastian},6121 booktitle = {Proceedings of the 2014 Workshop on Workshop on programming models for SIMD/Vector processing},6122 pages = {17-24},6123 year = {2014},6124 organization= {ACM}6125 6052 } 6126 6053 … … 6365 6292 @article{Smith98, 6366 6293 keywords = {Polymorphic C}, 6367 contributor = {a3moss@uwaterloo.ca},6368 title = {A sound polymorphic type system for a dialect of {C}},6294 contributor = {a3moss@uwaterloo.ca}, 6295 title = {A sound polymorphic type system for a dialect of C}, 6369 6296 author = {Smith, Geoffrey and Volpano, Dennis}, 6370 6297 journal = {Science of computer programming}, … … 6474 6401 } 6475 6402 6476 @ misc{Sutter15,6403 @online{Sutter15, 6477 6404 contributer = {pabuhr@plg}, 6478 6405 author = {Herb Sutter and Bjarne Stroustrup and Gabriel Dos Reis}, … … 6481 6408 month = oct, 6482 6409 year = 2015, 6483 pages = {1- 6},6410 pages = {1--6}, 6484 6411 numpages = {6}, 6485 howpublished= {\href{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0144r0.pdf}{http://\-www.open-std.org/\-jtc1/\-sc22/\-wg21/\-docs/\-papers/\-2015/\-p0144r0.pdf}},6412 note = {\href{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0144r0.pdf}{http://\-www.open-std.org/\-jtc1/\-sc22/\-wg21/\-docs/\-papers/\-2015/\-p0144r0.pdf}}, 6486 6413 } 6487 6414 … … 6757 6684 } 6758 6685 6759 @misc{TIOBE, 6760 contributer = {pabuhr@plg}, 6761 key = {TIOBE Index}, 6762 title = {{TIOBE} Index}, 6763 howpublished= {\href{http://www.tiobe.com/tiobe_index}{http://\-www.tiobe.com/\-tiobe\_index}}, 6764 note = {Accessed: 2018-09}, 6686 @online{TIOBE, 6687 contributer = {pabuhr@plg}, 6688 author = {{TIOBE Index}}, 6689 year = {February 2018}, 6690 url = {http://www.tiobe.com/tiobe_index}, 6765 6691 } 6766 6692 … … 6773 6699 month = sep, 6774 6700 year = 1990, 6701 note = {} 6775 6702 } 6776 6703 … … 7079 7006 } 7080 7007 7081 @ misc{Vala,7008 @online{Vala, 7082 7009 keywords = {GObject, Vala}, 7083 7010 contributor = {a3moss@uwaterloo.ca}, 7084 key = {Vala},7085 organization= {The {GNOME}Project},7086 title = { {V}ala Reference Manual},7011 author = {{Vala}}, 7012 organization= {The GNOME Project}, 7013 title = {Vala Reference Manual}, 7087 7014 year = 2017, 7088 howpublished= {\url{https://wiki.gnome.org/Projects/Vala/Manual}},7089 note = {Accessed: 2017-04}7015 url = {https://wiki.gnome.org/Projects/Vala/Manual}, 7016 urldate = {2017-04-04} 7090 7017 } 7091 7018
Note:
See TracChangeset
for help on using the changeset viewer.