diff --git a/Presentations/Async sequences and algorithms to compose them - Kirk Shoop - CppCon 2014/Async sequences and algorithms to compose them.pdf b/Presentations/Async sequences and algorithms to compose them - Kirk Shoop - CppCon 2014/Async sequences and algorithms to compose them.pdf new file mode 100644 index 0000000..43dead5 Binary files /dev/null and b/Presentations/Async sequences and algorithms to compose them - Kirk Shoop - CppCon 2014/Async sequences and algorithms to compose them.pdf differ diff --git a/Presentations/Async sequences and algorithms to compose them - Kirk Shoop - CppCon 2014/README.md b/Presentations/Async sequences and algorithms to compose them - Kirk Shoop - CppCon 2014/README.md new file mode 100644 index 0000000..66f2eed --- /dev/null +++ b/Presentations/Async sequences and algorithms to compose them - Kirk Shoop - CppCon 2014/README.md @@ -0,0 +1,5 @@ +# Async sequences and algorithms to compose them + +The slides can be viewed online at http://kirkshoop.github.io/reveal.js/index.html. + +Source code can be found at https://github.com/kirkshoop/reveal.js. diff --git a/Presentations/Asynchronous Computation in C++ - Hartmut Kaiser - CppCon 2014/Asynchronous Computation in C++ - Hartmut Kaiser - CppCon 2014.pdf b/Presentations/Asynchronous Computation in C++ - Hartmut Kaiser - CppCon 2014/Asynchronous Computation in C++ - Hartmut Kaiser - CppCon 2014.pdf new file mode 100644 index 0000000..83bee6e Binary files /dev/null and b/Presentations/Asynchronous Computation in C++ - Hartmut Kaiser - CppCon 2014/Asynchronous Computation in C++ - Hartmut Kaiser - CppCon 2014.pdf differ diff --git a/Presentations/Back to the Basics! Essentials of Modern C++ Style - Herb Sutter - CppCon 2014/Back to the Basics! Essentials of Modern C++ Style - Herb Sutter - CppCon 2014.pdf b/Presentations/Back to the Basics! Essentials of Modern C++ Style - Herb Sutter - CppCon 2014/Back to the Basics! Essentials of Modern C++ Style - Herb Sutter - CppCon 2014.pdf new file mode 100644 index 0000000..05c9ba2 Binary files /dev/null and b/Presentations/Back to the Basics! Essentials of Modern C++ Style - Herb Sutter - CppCon 2014/Back to the Basics! Essentials of Modern C++ Style - Herb Sutter - CppCon 2014.pdf differ diff --git a/Presentations/C++11 in the Wild - Techniques from a Real Codebase - Arthur O'Dwyer - CppCon 2014/C++11 in the Wild - Techniques from a Real Codebase - Arthur O'Dwyer - CppCon 2014.pdf b/Presentations/C++11 in the Wild - Techniques from a Real Codebase - Arthur O'Dwyer - CppCon 2014/C++11 in the Wild - Techniques from a Real Codebase - Arthur O'Dwyer - CppCon 2014.pdf new file mode 100644 index 0000000..2c93473 Binary files /dev/null and b/Presentations/C++11 in the Wild - Techniques from a Real Codebase - Arthur O'Dwyer - CppCon 2014/C++11 in the Wild - Techniques from a Real Codebase - Arthur O'Dwyer - CppCon 2014.pdf differ diff --git a/Presentations/C++11 in the Wild - Techniques from a Real Codebase - Arthur O'Dwyer - CppCon 2014/C++11 in the Wild - Techniques from a Real Codebase - Arthur O'Dwyer - CppCon 2014.pptx b/Presentations/C++11 in the Wild - Techniques from a Real Codebase - Arthur O'Dwyer - CppCon 2014/C++11 in the Wild - Techniques from a Real Codebase - Arthur O'Dwyer - CppCon 2014.pptx new file mode 100644 index 0000000..ad3a4a8 Binary files /dev/null and b/Presentations/C++11 in the Wild - Techniques from a Real Codebase - Arthur O'Dwyer - CppCon 2014/C++11 in the Wild - Techniques from a Real Codebase - Arthur O'Dwyer - CppCon 2014.pptx differ diff --git a/Presentations/Generic Programming with Concepts Lite - Andrew Sutton - CppCon 2014/Generic Programming with Concepts Lite 1 - Andrew Sutton - CppCon 2014.pdf b/Presentations/Generic Programming with Concepts Lite - Andrew Sutton - CppCon 2014/Generic Programming with Concepts Lite 1 - Andrew Sutton - CppCon 2014.pdf new file mode 100644 index 0000000..bef2f61 Binary files /dev/null and b/Presentations/Generic Programming with Concepts Lite - Andrew Sutton - CppCon 2014/Generic Programming with Concepts Lite 1 - Andrew Sutton - CppCon 2014.pdf differ diff --git a/Presentations/Generic Programming with Concepts Lite - Andrew Sutton - CppCon 2014/Generic Programming with Concepts Lite 2 - Andrew Sutton - CppCon 2014.pdf b/Presentations/Generic Programming with Concepts Lite - Andrew Sutton - CppCon 2014/Generic Programming with Concepts Lite 2 - Andrew Sutton - CppCon 2014.pdf new file mode 100644 index 0000000..53f2b99 Binary files /dev/null and b/Presentations/Generic Programming with Concepts Lite - Andrew Sutton - CppCon 2014/Generic Programming with Concepts Lite 2 - Andrew Sutton - CppCon 2014.pdf differ diff --git a/Presentations/Lock-Free Programming (or, Juggling Razor Blades) - Herb Sutter - CppCon 2014/Lock-Free Programming (or, Juggling Razor Blades) - Herb Sutter - CppCon 2014.pdf b/Presentations/Lock-Free Programming (or, Juggling Razor Blades) - Herb Sutter - CppCon 2014/Lock-Free Programming (or, Juggling Razor Blades) - Herb Sutter - CppCon 2014.pdf new file mode 100644 index 0000000..564a67e Binary files /dev/null and b/Presentations/Lock-Free Programming (or, Juggling Razor Blades) - Herb Sutter - CppCon 2014/Lock-Free Programming (or, Juggling Razor Blades) - Herb Sutter - CppCon 2014.pdf differ diff --git a/Presentations/Meta Techniques - Heterogeneous Polymorphism and Fast Prototyping at Facebook - Marcelo Juchem - CppCon 2014/README.md b/Presentations/Meta Techniques - Heterogeneous Polymorphism and Fast Prototyping at Facebook - Marcelo Juchem - CppCon 2014/README.md new file mode 100644 index 0000000..d3458a3 --- /dev/null +++ b/Presentations/Meta Techniques - Heterogeneous Polymorphism and Fast Prototyping at Facebook - Marcelo Juchem - CppCon 2014/README.md @@ -0,0 +1,3 @@ +## Meta Techniques: Heterogeneous Polymorphism and Fast Prototyping at Facebook + +Code and [slides](https://github.com/facebook/fatal/blob/master/docs/cppcon2014.pdf?raw=true) for this presentation are available at https://github.com/facebook/fatal. diff --git a/Presentations/Pragmatic Type Erasure - Solving Classic OOP Problems with an Elegant Design Pattern - Zach Laine - CppCon 2014/README.md b/Presentations/Pragmatic Type Erasure - Solving Classic OOP Problems with an Elegant Design Pattern - Zach Laine - CppCon 2014/README.md new file mode 100644 index 0000000..c2e41c6 --- /dev/null +++ b/Presentations/Pragmatic Type Erasure - Solving Classic OOP Problems with an Elegant Design Pattern - Zach Laine - CppCon 2014/README.md @@ -0,0 +1,5 @@ +# Pragmatic Type Erasure: Solving Classic OOP Problems with an Elegant Design Pattern + +Slides can be viewed online at http://tzlaine.github.io/type_erasure. + +Associated source code can be found at https://github.com/tzlaine/type_erasure. diff --git a/Presentations/Sanitize your C++ code - Kostya Serebryany - CppCon 2014/Sanitize your C++ code - Kostya Serebryany - CppCon 2014.pdf b/Presentations/Sanitize your C++ code - Kostya Serebryany - CppCon 2014/Sanitize your C++ code - Kostya Serebryany - CppCon 2014.pdf new file mode 100644 index 0000000..1c4506d Binary files /dev/null and b/Presentations/Sanitize your C++ code - Kostya Serebryany - CppCon 2014/Sanitize your C++ code - Kostya Serebryany - CppCon 2014.pdf differ