The Wayback Machine - https://web.archive.org/web/20200927215644/https://github.com/ldionne/cppcon-2015-hana
Skip to content
gh-pages
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
css
 
 
 
 
js
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Presentation on Hana for CppCon 2015

This repository contains my reveal.js-based presentation on Hana for CppCon 2015.

Basic usage

Go to https://ldionne.github.io/cppcon-2015-hana or open index.html with your browser.

Advanced usage

From the root of the repository,

npm install
grunt serve &

and then connect to localhost:8000 to view locally.

Notes to my future self

index.html is generated from index.in.html. To generate index.html,

mkdir build
cd build
cmake ..
make index

About

Presentation on Hana and metaprogramming for CppCon 2015

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.