-
Jaakko Järvi,
Gary Powell,
and Andrew Lumsdaine.
The Lambda Library : unnamed functions in C++.
Software---Practice and Experience,
33(3):259-291,
2003.
Keyword(s): C++.
@article{jarvi:03:spe_lambda,
author = {Jaakko J\"arvi and Gary Powell and Andrew Lumsdaine},
title = {{The Lambda Library : unnamed functions in C++}},
journal = "Software---Practice and Experience",
year = 2003,
pages = "259--291",
volume = 33,
number = 3,
pdf = "http://parasol.cs.tamu.edu/~jarvi/papers/lambda_spe.pdf",
keyword = CPP,
}
-
Jaakko Järvi,
Jeremiah Willcock,
Howard Hinnant,
and Andrew Lumsdaine.
Function Overloading Based on Arbitrary Properties of Types.
C/C++ Users Journal,
21(6):25-32,
June 2003.
Keyword(s): C++.
@article{jarvi:03:cuj_arbitrary_overloading,
author = {Jaakko J\"arvi and Jeremiah Willcock and Howard Hinnant and Andrew Lumsdaine},
title = "Function Overloading Based on Arbitrary Properties of Types",
journal = "C/{C++} Users Journal",
year = 2003,
month = jun,
pages = "25--32",
volume = "21",
number = 6,
keyword = CPP,
}
-
Irina Virtanen,
Eeva Ekholm,
Tero Aittokallio,
Jarno Tähtinen,
Jussi Salmi,
Jaakko Järvi,
Päivi Polo-Kantola,
and Olli Polo.
State of vigilance, oestrogen replacement therapy, and libid profile as modifiers of nocturnal movement-induced heart rate responces.
Clinical Physiology and Functional Imaging,
23(5):293-299,
2003.
Keyword(s): Bio-medical signal analysis.
@article{virtanen:03:nocturnal,
author = {Irina Virtanen and Eeva Ekholm and Tero Aittokallio and Jarno T\"ahtinen and Jussi Salmi and Jaakko J\"arvi and P\"aivi Polo-Kantola and Olli Polo},
title = "State of vigilance, oestrogen replacement therapy, and libid profile as modifiers of nocturnal movement-induced heart rate responces",
journal = {Clinical Physiology and Functional Imaging},
volume = 23,
number = 5,
pages = "293--299",
year = 2003,
keyword = BIO,
}
-
Ronald Garcia,
Jaakko Järvi,
Andrew Lumsdaine,
Jeremy Siek,
and Jeremiah Willcock.
A Comparative Study of Language Support for Generic Programming.
In OOPSLA '03: Proceedings of the 18th ACM SIGPLAN conference on Object-oriented programing, systems, languages, and applications,
pages 115-134,
October 2003.
ACM Press.
Keyword(s): Generic Programming.
@InProceedings{comparing_generic_programming03,
author = {Ronald Garcia and Jaakko J{\"a}rvi and Andrew Lumsdaine and Jeremy Siek and Jeremiah Willcock},
title = {A Comparative Study of Language Support for Generic Programming},
year = 2003,
month = oct,
booktitle = {OOPSLA '03: Proceedings of the 18th ACM SIGPLAN conference on Object-oriented programing, systems, languages, and applications},
isbn = {1-58113-712-5},
pages = {115--134},
location = {Anaheim, California, USA},
publisher = {ACM Press},
doi = {10.1145/949305.949317},
pdf = "http://parasol.cs.tamu.edu/~jarvi/papers/cmp_gp.html",
keyword = GP,
}
-
Jaakko Järvi,
Andrew Lumsdaine,
Jeremy Siek,
and Jeremiah Willcock.
An Analysis of Constrained Polymorphism for Generic Programming.
In Kei Davis and Jörg Striegnitz, editors,
Multiparadigm Programming 2003: Proceedings of the MPOOL Workshop at OOPSLA'03,
John von Neumann Institute of Computing series,
pages 87-107,
October 2003.
Keyword(s): Generic Programming.
@InProceedings{constrained_polymorphism:mpool03,
author = {Jaakko J\"arvi and Andrew Lumsdaine and Jeremy Siek and Jeremiah Willcock},
title = {An Analysis of Constrained Polymorphism for Generic Programming},
booktitle = {Multiparadigm Programming 2003: Proceedings of the MPOOL Workshop at OOPSLA'03},
year = 2003,
editor = {Kei Davis and J\"org Striegnitz},
location = {Anaheim, CA},
month = oct,
series = {John von Neumann Institute of Computing series},
pages = "87--107",
pdf = "http://parasol.cs.tamu.edu/~jarvi/papers/mpool03.pdf",
keyword = GP,
}
-
Jaakko Järvi,
Jeremiah Willcock,
and Andrew Lumsdaine.
Concept-Controlled Polymorphism.
In Frank Pfennig and Yannis Smaragdakis, editors,
GPCE 03: Generative Programming and Component Engineering,
volume 2830 of Lecture Notes in Computer Science,
pages 228-244,
September 2003.
Springer-Verlag.
Keyword(s): Generic Programming.
@inproceedings{jarvi:03:c++typeclasses,
author = {Jaakko J{\"a}rvi and Jeremiah Willcock and Andrew Lumsdaine},
title = {Concept-Controlled Polymorphism},
booktitle = {GPCE 03: Generative Programming and Component Engineering},
pages = {228--244},
year = 2003,
editor = {Frank Pfennig and Yannis Smaragdakis},
volume = 2830,
series = {Lecture Notes in Computer Science},
month = sep,
publisher = {Springer-Verlag},
location = "Erfurt, Germany",
pdf = "http://parasol.cs.tamu.edu/~jarvi/papers/concept-controlled.html",
keyword = GP,
}
-
P. Dimov,
Douglas Gregor,
Jaakko Järvi,
and Gary Powell.
A Proposal to Add an Enhanced Binder to the Library Technical Report.
Technical report N1455=03-0038,
ISO/IEC JTC 1, Information technology, Subcommittee SC 22, Programming language C++,
2003.
@techreport{dimov:03:std_bind_proposal,
author = {P. Dimov and Douglas Gregor and Jaakko J\"arvi and Gary Powell},
title = "A Proposal to Add an Enhanced Binder to the Library Technical Report",
institution = {{ISO/IEC JTC 1, Information technology, Subcommittee SC 22, Programming language C++}},
number = "N1455=03-0038",
year = 2003,
url = www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1455.htm
}
-
Douglas Gregor,
Gary Powell,
and Jaakko Järvi.
Typesafe Variable-length Function and Template Argument Lists.
Technical report N1483=03-0066,
ISO/IEC JTC 1, Information technology, Subcommittee SC 22, Programming language C++,
2003.
Keyword(s): C++ Standardization.
@techreport{gregor:03:std_vararg_templates_proposal,
author = {Douglas Gregor and Gary Powell and Jaakko J\"arvi},
title = "Typesafe Variable-length Function and Template Argument Lists",
institution = {{ISO/IEC JTC 1, Information technology, Subcommittee SC 22, Programming language C++}},
number = "N1483=03-0066",
year = 2003,
pdf = "http://parasol.cs.tamu.edu/~jarvi/papers/vararg_templates_n1483.pdf",
url = {www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1483.pdf},
keyword = ISOCPP,
}
-
Jaakko Järvi and Bjarne Stroustrup.
Mechanisms for querying types of expressions: Decltype and auto revisited.
Technical report N1527=03-0110,
ISO/IEC JTC 1, Information technology, Subcommittee SC 22, Programming Language C++,
September 2003.
Keyword(s): C++ Standardization.
@techreport{jarvi:03:std_decltype_revisited,
author = {Jaakko J\"arvi and Bjarne Stroustrup},
title = "Mechanisms for querying types of expressions: Decltype and auto revisited",
institution = "ISO/IEC JTC 1, Information technology, Subcommittee SC 22, Programming Language {C++}",
number = "N1527=03-0110",
year = 2003,
month = sep,
pdf = "http://parasol.cs.tamu.edu/~jarvi/papers/decltype_revisited_n1527.pdf",
url = {www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1527.pdf},
keyword = ISOCPP,
}
-
Jaakko Järvi,
Bjarne Stroustrup,
Douglas Gregor,
and Jeremy Siek.
Decltype and auto.
Technical report N1478=03-0061,
ISO/IEC JTC 1, Information technology, Subcommittee SC 22, Programming Language C++,
April 2003.
@techreport{jarvi:03:std_decltype_proposal,
author = {Jaakko J\"arvi and Bjarne Stroustrup and Douglas Gregor and Jeremy Siek},
title = "Decltype and auto",
institution = "ISO/IEC JTC 1, Information technology, Subcommittee SC 22, Programming Language {C++}",
number = "N1478=03-0061",
year = 2003,
month = apr,
pdf = "http://parasol.cs.tamu.edu/~jarvi/papers/decltype_n1478.pdf",
url = {www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1478.pdf}
}
-
Jaakko Järvi.
The Lambda Library : Unnamed Functions for C++.
ACCU 2003 C++ conference, Oxford, UK,
April 2003.
Keyword(s): Lectures and Talks.
@misc{jarvi:03:accu_talk,
author = "Jaakko J{\"a}rvi",
title = {{The Lambda Library : Unnamed Functions for C++}},
howpublished = "ACCU 2003 C++ conference, Oxford, UK",
month = apr,
year = 2003,
keyword = TALK,
}
-
Jaakko Järvi and Jeremiah Willcock.
A Comparative Study of Language Support for Generic Programming.
Presentation at Microsoft Reserach, Cambridge, UK,
September 2003.
Keyword(s): Lectures and Talks.
@misc{jarvi:03:msr_talk,
author = {Jaakko J{\"a}rvi and Jeremiah Willcock},
title = {A Comparative Study of Language Support for Generic Programming},
howpublished = "Presentation at Microsoft Reserach, Cambridge, UK",
month = sep,
year = 2003,
pdf = "http://parasol.cs.tamu.edu/~jarvi/papers/comp_gp_slides.pdf",
keyword = TALK,
}
-
Jaakko Järvi,
Jeremiah Willcock,
and Andrew Lumsdaine.
Boost enable_if Templates in Boost Utility Library.
rlwww.boost.org,
2003.
Keyword(s): Software Packages.
@misc{jarvi:03:boost_enable_if,
author = {Jaakko J\"arvi and Jeremiah Willcock and Andrew Lumsdaine},
title = {{Boost enable\_if Templates in Boost Utility Library}},
howpublished = {\url{www.boost.org}},
year = 2003,
keyword = SOFTWARE,
}