Changeset 49eb6a2 for doc/bibliography
- Timestamp:
- Mar 11, 2018, 11:51:09 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 53dece1
- Parents:
- 200b2b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/bibliography/pl.bib
r200b2b5 r49eb6a2 780 780 title = {Boost Coroutine Library}, 781 781 year = 2015, 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]}, 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}, 784 785 } 785 786 … … 865 866 keywords = {ISO/IEC C 11}, 866 867 contributer = {pabuhr@plg}, 867 author= {C11},868 title = { Programming Languages -- {C}{ISO/IEC} 9889:2011-12},868 key = {C11}, 869 title = {C Programming Language {ISO/IEC} 9889:2011-12}, 869 870 edition = {3rd}, 870 871 publisher = {International Standard Organization}, … … 873 874 } 874 875 875 @techreport{C++Concepts, 876 type = {International Standard}, 876 @manual{C++Concepts, 877 877 keywords = {ISO/IEC TS 19217:2015}, 878 878 contributer = {a3moss@uwaterloo.ca}, 879 879 key = {Concepts}, 880 title = { Information technology -- Programming languages -- {C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}}Extensions for concepts {ISO/IEC} {TS} 19217:2015},880 title = {{C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}} Programming language -- 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 … … 1023 1023 1024 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 isbn = {1-58113-450-9}, 1031 location = {Portland, Oregon}, 1032 pages = {128--139}, 1033 numpages = {12}, 1034 url = {http://doi.acm.org/10.1145/503272.503286}, 1035 doi = {10.1145/503272.503286}, 1036 acmid = {503286}, 1037 publisher = {ACM}, 1038 address = {New York, NY, USA}, 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}, 1039 1034 } 1040 1035 … … 1122 1117 title = {Programming Languages -- {Cobol} ISO/IEC 1989:2014}, 1123 1118 edition = {2nd}, 1124 institution 1119 institution = {International Standard Organization}, 1125 1120 address = {\href{https://www.iso.org/standard/51416.html}{https://\-www.iso.org/\-standard/\-51416.html}}, 1126 1121 year = 2014, … … 1134 1129 journal = sigplan, 1135 1130 year = 1984, 1136 month = jun, volume = 19, number = 6, pages = {1-12}, 1131 month = jun, 1132 volume = 19, 1133 number = 6, 1134 pages = {1-12}, 1137 1135 note = {Proceedings of the ACM SIGPLAN '84 Symposium on Compiler Construction}, 1138 1136 abstract = { … … 2006 2004 2007 2005 @book{Stroustrup94, 2008 keywords 2009 contributor 2010 author 2011 title 2012 publisher 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}, 2013 2011 address = {Boston}, 2014 year 2012 year = 1994 2015 2013 } 2016 2014 … … 2755 2753 } 2756 2754 2757 @ online{GCCExtensions,2755 @misc{GCCExtensions, 2758 2756 contributer = {a3moss@uwaterloo.ca}, 2759 2757 key = {{GNU}}, … … 2761 2759 title = {Extensions to the {C} Language Family}, 2762 2760 year = 2014, 2763 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}},2764 urldate = {2017-04-02}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}, 2765 2763 } 2766 2764 … … 3100 3098 keywords = {GMP arbitrary-precision library}, 3101 3099 contributer = {pabuhr@plg}, 3100 key = {GMP}, 3102 3101 title = {{GNU} Multiple Precision Arithmetic Library}, 3103 author = {GMP}, 3104 organization= {GNU}, 3102 address = {GNU}, 3105 3103 year = 2016, 3106 3104 note = {\href{https://gmplib.org}{https://\-gmplib.org}}, … … 3131 3129 } 3132 3130 3133 @ online{GObject,3131 @misc{GObject, 3134 3132 keywords = {GObject}, 3135 3133 contributor = {a3moss@uwaterloo.ca}, 3136 author = {{GObject}},3137 organization= {The GNOMEProject},3138 title = {{GO bject}Reference Manual},3134 key = {GObject}, 3135 organization= {The {GNOME} Project}, 3136 title = {{GO}bject Reference Manual}, 3139 3137 year = 2014, 3140 url= {https://developer.gnome.org/gobject/stable/},3141 urldate = {2017-04-04}3138 howpublished= {https://developer.gnome.org/gobject/stable/}, 3139 note = {Accessed: 2017-04}, 3142 3140 } 3143 3141 … … 3664 3662 3665 3663 @inproceedings{Pharr12, 3666 title={ispc: A SPMD compiler for high-performance CPU programming}, 3667 author={Pharr, Matt and Mark, William R}, 3668 booktitle={Innovative Parallel Computing (InPar), 2012}, 3669 pages={1--13}, 3670 year={2012}, 3671 organization={IEEE} 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 3672 } 3673 3673 3674 3674 @inproceedings{DeLozier13, 3675 author = {DeLozier, Christian and Eisenberg, Richard and Nagarakatte, Santosh and Osera, Peter-Michael and Martin, Milo M.K. and Zdancewic, Steve}, 3676 title = {{I}ronclad {C++}: A Library-augmented Type-safe Subset of {C++}}, 3677 booktitle = {Proceedings of the 2013 ACM SIGPLAN International Conference on Object Oriented Programming Systems Languages \& Applications}, 3678 series = {OOPSLA '13}, 3679 year = {2013}, 3680 isbn = {978-1-4503-2374-1}, 3681 location = {Indianapolis, Indiana, USA}, 3682 pages = {287--304}, 3683 numpages = {18}, 3684 url = {http://doi.acm.org/10.1145/2509136.2509550}, 3685 doi = {10.1145/2509136.2509550}, 3686 acmid = {2509550}, 3687 publisher = {ACM}, 3688 address = {New York, NY, USA}, 3689 keywords = {c++, local pointers, memory safety, type-safety}, 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}, 3690 3684 } 3691 3685 … … 3731 3725 3732 3726 @book{Java, 3733 keywords 3734 contributer = {pabuhr@plg}, 3735 author 3736 title 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}, 3737 3731 publisher = {Addison-Wesley}, 3738 3732 address = {Reading}, 3739 year 3733 year = 2000, 3740 3734 edition = {2nd}, 3741 3735 } 3742 3736 3743 3737 @manual{Java8, 3744 keywords 3745 contributer = {pabuhr@plg}, 3746 author 3747 title 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}, 3748 3742 publisher = {Oracle}, 3749 year 3743 year = 2015, 3750 3744 edition = {Java SE 8}, 3751 3745 } … … 4683 4677 } 4684 4678 4685 @m anual{obj-c-book,4679 @misc{obj-c-book, 4686 4680 keywords = {objective-c}, 4687 4681 contributor = {a3moss@uwaterloo.ca}, 4688 author = {{Objective-C}}, 4689 title = {The {Objective-C} Programming Language}, 4690 organization= {Apple Computer Inc.}, 4691 address = {Cupertino, CA}, 4692 year = 2003 4693 } 4694 4695 @online{xcode7, 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, 4696 4691 keywords = {objective-c}, 4697 4692 contributor = {a3moss@uwaterloo.ca}, 4698 author = {{Xcode}},4699 title = {{X code}7 Release Notes},4693 key = {Xcode}, 4694 title = {{X}code 7 Release Notes}, 4700 4695 year = 2015, 4701 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}},4702 urldate = {2017-04-04}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} 4703 4698 } 4704 4699 … … 5477 5472 contributer = {pabuhr@plg}, 5478 5473 key = {C++98}, 5479 title = { Programming Languages -- {C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}}},5480 organization= {International Standard ISO/IEC 14882:1998 (E)},5481 publisher = { American National Standards Institute},5482 address = { www.ansi.org},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}}, 5483 5478 year = 1998, 5484 5479 } … … 5487 5482 keywords = {ISO/IEC C++ 14}, 5488 5483 contributer = {pabuhr@plg}, 5489 author= {C++14},5490 title = { Programming Languages -- {C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}}ISO/IEC 14882:2014},5484 key = {C++14}, 5485 title = {{C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}} Programming Language ISO/IEC 14882:2014}, 5491 5486 edition = {4th}, 5492 5487 publisher = {International Standard Organization}, … … 6011 6006 keywords = {Rust programming language}, 6012 6007 contributer = {pabuhr@plg}, 6013 author = {{Rust}},6014 title = {The {R ust}Programming Language},6015 organization= {The Rust Project Developers},6008 key = {Rust}, 6009 title = {The {R}ust Programming Language}, 6010 address = {The Rust Project Developers}, 6016 6011 year = 2015, 6017 6012 note = {\href{https://doc.rust-lang.org/reference.html}{https://\-doc.rust-lang\-.org/\-reference.html}}, … … 6023 6018 keywords = {Scala programming language}, 6024 6019 contributer = {pabuhr@plg}, 6025 author = {{Scala}},6026 title = {{S cala}Language Specification, Version 2.11},6027 organization= {\'{E}cole Polytechnique F\'{e}d\'{e}rale de Lausanne},6020 key = {Scala}, 6021 title = {{S}cala Language Specification, Version 2.11}, 6022 address = {\'{E}cole Polytechnique F\'{e}d\'{e}rale de Lausanne}, 6028 6023 year = 2016, 6029 6024 note = {\href{http://www.scala-lang.org/files/archive/spec/2.11}{http://\-www.scala-lang.org/\-files/\-archive/\-spec/\-2.11}}, … … 6124 6119 author = {Lei{\ss}a, Roland and Haffner, Immanuel and Hack, Sebastian}, 6125 6120 booktitle = {Proceedings of the 2014 Workshop on Workshop on programming models for SIMD/Vector processing}, 6126 pages = {17- -24},6121 pages = {17-24}, 6127 6122 year = {2014}, 6128 6123 organization= {ACM} … … 6370 6365 keywords = {Polymorphic C}, 6371 6366 contributor = {a3moss@uwaterloo.ca}, 6372 title = {A sound polymorphic type system for a dialect of C},6367 title = {A sound polymorphic type system for a dialect of {C}}, 6373 6368 author = {Smith, Geoffrey and Volpano, Dennis}, 6374 6369 journal = {Science of computer programming}, … … 6478 6473 } 6479 6474 6480 @ online{Sutter15,6475 @misc{Sutter15, 6481 6476 contributer = {pabuhr@plg}, 6482 6477 author = {Herb Sutter and Bjarne Stroustrup and Gabriel Dos Reis}, … … 6485 6480 month = oct, 6486 6481 year = 2015, 6487 pages = {1- -6},6482 pages = {1-6}, 6488 6483 numpages = {6}, 6489 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}},6484 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}}, 6490 6485 } 6491 6486 … … 6761 6756 } 6762 6757 6763 @online{TIOBE, 6764 contributer = {pabuhr@plg}, 6765 author = {{TIOBE Index}}, 6766 year = {February 2018}, 6767 url = {http://www.tiobe.com/tiobe_index}, 6758 @misc{TIOBE, 6759 contributer = {pabuhr@plg}, 6760 key = {TIOBE Index}, 6761 title = {{TIOBE} Index}, 6762 howpublished= {\href{http://www.tiobe.com/tiobe_index}{http://\-www.tiobe.com/\-tiobe\_index}}, 6763 note = {Accessed: 2018-09}, 6768 6764 } 6769 6765 … … 6776 6772 month = sep, 6777 6773 year = 1990, 6778 note = {}6779 6774 } 6780 6775 … … 7083 7078 } 7084 7079 7085 @ online{Vala,7080 @misc{Vala, 7086 7081 keywords = {GObject, Vala}, 7087 7082 contributor = {a3moss@uwaterloo.ca}, 7088 author = {{Vala}},7089 organization= {The GNOMEProject},7090 title = { Vala Reference Manual},7083 key = {Vala}, 7084 organization= {The {GNOME} Project}, 7085 title = {{V}ala Reference Manual}, 7091 7086 year = 2017, 7092 url = {https://wiki.gnome.org/Projects/Vala/Manual},7093 urldate = {2017-04-04}7087 howpublished= {\url{https://wiki.gnome.org/Projects/Vala/Manual}}, 7088 note = {Accessed: 2017-04} 7094 7089 } 7095 7090
Note: See TracChangeset
for help on using the changeset viewer.