Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bibliography/pl.bib

    r0f9e6b20 r81e8ab0  
    780780    title       = {Boost Coroutine Library},
    781781    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]},
    785784}
    786785
     
    866865    keywords    = {ISO/IEC C 11},
    867866    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},
    870869    edition     = {3rd},
    871870    publisher   = {International Standard Organization},
     
    874873}
    875874
    876 @manual{C++Concepts,
     875@techreport{C++Concepts,
     876    type        = {International Standard},
    877877    keywords    = {ISO/IEC TS 19217:2015},
    878878    contributer = {a3moss@uwaterloo.ca},
    879879    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},
    881881    publisher   = {International Standard Organization},
    882882    address     = {\href{https://www.iso.org/standard/64031.html}{https://\-www.iso.org/\-standard/\-64031.html}},
    883     year        = 2015,
     883    year        = 2015
    884884}
    885885
     
    10201020    year        = 1985,
    10211021    pages       = {14-22}
    1022 }
    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},
    10341022}
    10351023
     
    11171105    title       = {Programming Languages -- {Cobol} ISO/IEC 1989:2014},
    11181106    edition     = {2nd},
    1119     institution = {International Standard Organization},
     1107    institution = {International Standard Organization},
    11201108    address     = {\href{https://www.iso.org/standard/51416.html}{https://\-www.iso.org/\-standard/\-51416.html}},
    11211109    year        = 2014,
     
    11291117    journal     = sigplan,
    11301118    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},
    11351120    note        = {Proceedings of the ACM SIGPLAN '84 Symposium on Compiler Construction},
    11361121    abstract    = {
     
    20041989
    20051990@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},
    20111996    address     = {Boston},
    2012     year        = 1994
     1997    year        = 1994
    20131998}
    20141999
     
    27532738}
    27542739
    2755 @misc{GCCExtensions,
     2740@online{GCCExtensions,
    27562741    contributer = {a3moss@uwaterloo.ca},
    27572742    key         = {{GNU}},
     
    27592744    title       = {Extensions to the {C} Language Family},
    27602745    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}
    27632748}
    27642749
     
    30983083    keywords    = {GMP arbitrary-precision library},
    30993084    contributer = {pabuhr@plg},
    3100     key         = {GMP},
    31013085    title       = {{GNU} Multiple Precision Arithmetic Library},
    3102     address     = {GNU},
     3086    author      = {GMP},
     3087    organization= {GNU},
    31033088    year        = 2016,
    31043089    note        = {\href{https://gmplib.org}{https://\-gmplib.org}},
     
    31293114}
    31303115
    3131 @misc{GObject,
     3116@online{GObject,
    31323117    keywords    = {GObject},
    31333118    contributor = {a3moss@uwaterloo.ca},
    3134     key         = {GObject},
    3135     organization= {The {GNOME} Project},
    3136     title       = {{GO}bject Reference Manual},
     3119    author      = {{GObject}},
     3120    organization= {The GNOME Project},
     3121    title       = {{GObject} Reference Manual},
    31373122    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}
    31403125}
    31413126
     
    36623647
    36633648@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},
     3649  title={ispc: A SPMD compiler for high-performance CPU programming},
     3650  author={Pharr, Matt and Mark, William R},
     3651  booktitle={Innovative Parallel Computing (InPar), 2012},
     3652  pages={1--13},
     3653  year={2012},
     3654  organization={IEEE}
    36843655}
    36853656
     
    37253696                 
    37263697@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},
     3698    keywords    = {Java},
     3699    contributer = {pabuhr@plg},
     3700    author      = {James Gosling and Bill Joy and Guy Steele and Gilad Bracha},
     3701    title       = {The {Java} Language Specification},
    37313702    publisher   = {Addison-Wesley},
    37323703    address     = {Reading},
    3733     year        = 2000,
     3704    year        = 2000,
    37343705    edition     = {2nd},
    37353706}
    37363707
    37373708@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},
     3709    keywords    = {Java SE 8},
     3710    contributer = {pabuhr@plg},
     3711    author      = {James Gosling and Bill Joy and Guy Steele and Gilad Bracha and Alex Buckley},
     3712    title       = {{Java} Language Specification},
    37423713    publisher   = {Oracle},
    3743     year        = 2015,
    3744     edition     = {{J}ava {SE} 8},
     3714    year        = 2015,
     3715    edition     = {Java SE 8},
    37453716}
    37463717
     
    46774648}
    46784649
    4679 @misc{obj-c-book,
     4650@manual{obj-c-book,
    46804651    keywords    = {objective-c},
    46814652    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,
     4653    author      = {{Objective-C}},
     4654    title       = {The {Objective-C} Programming Language},
     4655    organization= {Apple Computer Inc.},
     4656    address     = {Cupertino, CA},
     4657    year        = 2003
     4658}
     4659
     4660@online{xcode7,
    46914661    keywords    = {objective-c},
    46924662    contributor = {a3moss@uwaterloo.ca},
    4693     key         = {Xcode},
    4694     title       = {{X}code 7 Release Notes},
     4663    author      = {{Xcode}},
     4664    title       = {{Xcode} 7 Release Notes},
    46954665    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}
     4666    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}},
     4667    urldate     = {2017-04-04}
    46984668}
    46994669
     
    54725442    contributer = {pabuhr@plg},
    54735443    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}},
     5444    title       = {Programming Languages -- {C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}}},
     5445    organization= {International Standard ISO/IEC 14882:1998 (E)},
     5446    publisher   = {American National Standards Institute},
     5447    address     = {www.ansi.org},
    54785448    year        = 1998,
    54795449}
     
    54825452    keywords    = {ISO/IEC C++ 14},
    54835453    contributer = {pabuhr@plg},
    5484     key         = {C++14},
    5485     title       = {{C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}} Programming Language ISO/IEC 14882:2014},
     5454    author      = {C++14},
     5455    title       = {Programming Languages -- {C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}} ISO/IEC 14882:2014},
    54865456    edition     = {4th},
    54875457    publisher   = {International Standard Organization},
     
    60065976    keywords    = {Rust programming language},
    60075977    contributer = {pabuhr@plg},
    6008     key         = {Rust},
    6009     title       = {The {R}ust Programming Language},
    6010     address     = {The Rust Project Developers},
     5978    author      = {{Rust}},
     5979    title       = {The {Rust} Programming Language},
     5980    organization= {The Rust Project Developers},
    60115981    year        = 2015,
    60125982    note        = {\href{https://doc.rust-lang.org/reference.html}{https://\-doc.rust-lang\-.org/\-reference.html}},
     
    60185988    keywords    = {Scala programming language},
    60195989    contributer = {pabuhr@plg},
    6020     key         = {Scala},
    6021     title       = {{S}cala Language Specification, Version 2.11},
    6022     address     = {\'{E}cole Polytechnique F\'{e}d\'{e}rale de Lausanne},
     5990    author      = {{Scala}},
     5991    title       = {{Scala} Language Specification, Version 2.11},
     5992    organization= {\'{E}cole Polytechnique F\'{e}d\'{e}rale de Lausanne},
    60235993    year        = 2016,
    60245994    note        = {\href{http://www.scala-lang.org/files/archive/spec/2.11}{http://\-www.scala-lang.org/\-files/\-archive/\-spec/\-2.11}},
     
    61196089    author      = {Lei{\ss}a, Roland and Haffner, Immanuel and Hack, Sebastian},
    61206090    booktitle   = {Proceedings of the 2014 Workshop on Workshop on programming models for SIMD/Vector processing},
    6121     pages       = {17-24},
     6091    pages       = {17--24},
    61226092    year        = {2014},
    61236093    organization= {ACM}
     
    63656335    keywords    = {Polymorphic C},
    63666336    contributor = {a3moss@uwaterloo.ca},
    6367     title       = {A sound polymorphic type system for a dialect of {C}},
     6337    title       = {A sound polymorphic type system for a dialect of C},
    63686338    author      = {Smith, Geoffrey and Volpano, Dennis},
    63696339    journal     = {Science of computer programming},
     
    64736443}
    64746444
    6475 @misc{Sutter15,
     6445@online{Sutter15,
    64766446    contributer = {pabuhr@plg},
    64776447    author      = {Herb Sutter and Bjarne Stroustrup and Gabriel Dos Reis},
     
    64806450    month       = oct,
    64816451    year        = 2015,
    6482     pages       = {1-6},
     6452    pages       = {1--6},
    64836453    numpages    = {6},
    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}},
     6454    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}},
    64856455}
    64866456
     
    67566726}
    67576727
    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},
     6728@online{TIOBE,
     6729    contributer = {pabuhr@plg},
     6730    author      = {{TIOBE Index}},
     6731    year        = {February 2018},
     6732    url         = {http://www.tiobe.com/tiobe_index},
    67646733}
    67656734
     
    67726741    month       = sep,
    67736742    year        = 1990,
     6743    note        = {}
    67746744}
    67756745
     
    70787048}
    70797049
    7080 @misc{Vala,
     7050@online{Vala,
    70817051    keywords    = {GObject, Vala},
    70827052    contributor = {a3moss@uwaterloo.ca},
    7083     key         = {Vala},
    7084     organization= {The {GNOME} Project},
    7085     title       = {{V}ala Reference Manual},
     7053    author      = {{Vala}},
     7054    organization= {The GNOME Project},
     7055    title       = {Vala Reference Manual},
    70867056    year        = 2017,
    7087     howpublished= {\url{https://wiki.gnome.org/Projects/Vala/Manual}},
    7088     note        = {Accessed: 2017-04}
     7057    url         = {https://wiki.gnome.org/Projects/Vala/Manual},
     7058    urldate     = {2017-04-04}
    70897059}
    70907060
Note: See TracChangeset for help on using the changeset viewer.