Skip to content

Commit

Permalink
bib case changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielskatz authored Aug 23, 2023
1 parent 11e881f commit a05b29a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ @misc{metabench
}

@misc{poacher,
title = {poacher: C++ compile-time compiling experiments},
title = {poacher: {C}++ compile-time compiling experiments},
author = {Jules {Penuchot}},
year = {2020},
url = {https://github.com/jpenuchot/poacher/},
}

@article{templight,
title = {Measuring Compilation Time of C++ Template Metaprograms},
title = {Measuring Compilation Time of {C}++ Template Metaprograms},
author = {Porkol{\'a}b, Zolt{\'a}n and Mihalicza, J{\'o}zsef and Pataki,
Norbert},
year = {2009},
Expand All @@ -50,7 +50,7 @@ @article{templight
@inproceedings{metadebug,
author = {Porkol\'{a}b, Zolt\'{a}n and Mihalicza, J\'{o}zsef and Sipos, \'{A}d
\'{a}m},
title = {Debugging C++ Template Metaprograms},
title = {Debugging {C}++ Template Metaprograms},
year = {2006},
isbn = {1595932372},
publisher = {Association for Computing Machinery},
Expand Down Expand Up @@ -84,7 +84,7 @@ @inproceedings{metadebug

@misc{ctre,
author = {Hana {Dusíková}},
title = {Compile Time Regular Expression in C++},
title = {Compile Time Regular Expression in {C}++},
url = {https://github.com/hanickadot/compile-time-regular-expressions},
year = {2018},
}
Expand All @@ -106,14 +106,14 @@ @online{time-trace

@online{meetingcpp22,
author = {Paul {Keir}, Joel {Falcou}, Jules {Penuchot}, Andrew {Gozillon}},
title = {Meeting C++ - A totally constexpr standard library},
title = {Meeting {C}++ - A totally constexpr standard library},
year = {2022},
url = {https://www.youtube.com/watch?v=ekFPm7e__vI},
}

@online{sciplot,
author = {Allan {Leal}},
title = {Sciplot: A modern C++ scientific plotting library powered by gnuplot},
title = {Sciplot: A modern {C}++ scientific plotting library powered by gnuplot},
year = {2018},
url = {https://sciplot.github.io/},
}
Expand All @@ -127,14 +127,14 @@ @online{buildbench

@misc{cest,
author = {Paul {Keir}},
title = {Towards a constexpr version of the C++ standard library},
title = {Towards a constexpr version of the {C}++ standard library},
url = {https://github.com/pkeir/cest},
year = {2020},
}

@misc{ctpg,
author = {Piotr {Winter}},
title = {C++ Compile Time Parser Generator},
title = {{C}++ Compile Time Parser Generator},
url = {https://github.com/peter-winter/ctpg},
year = {2021},
}
Expand All @@ -148,7 +148,7 @@ @misc{fmt

@misc{blazelib,
author = {Klaus {Iglberger}},
title = {Blaze C++ Linear Algebra Library},
title = {Blaze {C}++ Linear Algebra Library},
url = {https://bitbucket.org/blaze-lib},
year = {2012},
}
Expand Down

0 comments on commit a05b29a

Please sign in to comment.