Commit Graph

99 Commits

Author SHA1 Message Date
Zach Laine
ed985c0b21 Doc update to make the sections on transform() clearer. 2018-02-02 22:45:01 -06:00
Zach Laine
181f3a774e Add text to docs explaining how transform() works in more detail.
Fixes #23
2017-08-29 20:19:51 -05:00
Rohit Grover
09a028f924 fix some spelling errors in documentation 2017-08-16 15:19:56 -05:00
Markus Werle
df4516ba43 Fixed a typo
epxression -> expression
2017-05-10 19:07:37 -05:00
Zach Laine
55e9f33892 Remove this_type parameter from all member function macros. 2017-05-09 11:14:55 -05:00
Zach Laine
86c6a6dfe1 Explain auto-application of terminal transforms. Fixes #13. 2017-03-18 12:28:39 -05:00
Zach Laine
62bfb3d0b8 Amplify Transforming Expressions section. Fixes #14. 2017-03-17 21:27:11 -05:00
Zach Laine
5c56657982 Slightly extend Transforming Expressions section. 2017-01-17 00:48:01 -06:00
Zach Laine
b5368ff484 Add AutoIndex-based doc index. Fixes #11. 2017-01-14 14:31:01 -06:00
Zach Laine
12ff2f15fe Add sections on transforming and evaluating expressions to the tutorial docs.
Fixes #7.
2017-01-14 13:51:23 -06:00
Zach Laine
3a4a28a48f Add explicit doc section on Boost library dependencies. 2017-01-14 12:55:16 -06:00
Zach Laine
906de1d209 Fix _eval_{,as_} Quickbook defs. 2017-01-14 12:55:15 -06:00
Zach Laine
97c4b0ec2d #define BOOST_NO_CONSTEXPR_IF 0 if no previous definition is given. 2017-01-14 12:55:15 -06:00
Zach Laine
47f170ec33 Document header organization. 2016-12-21 20:12:20 -06:00
Zach Laine
e69d40eb58 Document print(). 2016-12-19 18:51:11 -06:00
Zach Laine
32c7da2863 Add a doc section on compiler support. 2016-12-19 18:49:45 -06:00
Zach Laine
02d106ad53 Hand-merge the c++14 branch into master, guarded by BOOST_NO_CONSTEXPR_IF. 2016-12-18 21:01:42 -06:00
Louis Dionne
c23c06e509 [CMake] Pull the setting up of dependencies into its own file
Also, properly define link/header dependencies between targets.
2016-12-18 17:49:23 -06:00
Zach Laine
ae12dfbfce Correct horrible mistake in code-gen docs. 2016-12-18 15:13:04 -06:00
Zach Laine
a871b6625e Doc tweaks. 2016-12-17 22:39:36 -06:00
Zach Laine
19619584f0 Update autodiff example docs for recent code changes. 2016-12-17 19:56:52 -06:00
Zach Laine
be25348107 Update Transform Matching docs to reflect code changes. 2016-12-17 19:46:44 -06:00
Zach Laine
d6fbd80fd0 Add autodiff example to docs. 2016-12-17 13:11:48 -06:00
Zach Laine
1d61abf1d0 Add docs on new placeholder literal macro. 2016-12-16 21:50:54 -06:00
Zach Laine
cd5b5d34fe Update docs to reflect recent placeholder change. 2016-12-16 18:07:33 -06:00
Zach Laine
e37b011ced Fix broken table. 2016-12-15 20:09:34 -06:00
Zach Laine
1a7306ea28 Update Object Code section with map_assign perf numbers. 2016-12-15 19:09:46 -06:00
Zach Laine
797de1a033 Update map_assign perf code and docs. 2016-12-15 19:09:46 -06:00
Zach Laine
d6a843f794 Doc tweaks. 2016-12-14 20:58:43 -06:00
Zach Laine
3c39a117b8 Flesh out Transform Matching section. 2016-12-13 23:39:14 -06:00
Zach Laine
07f4512320 Flesh out codegen section. 2016-12-13 21:00:58 -06:00
Zach Laine
a98003f02f Flesh out rationale. 2016-12-13 20:23:55 -06:00
Zach Laine
1b7cd22217 Fill in customization points section. 2016-12-13 19:32:18 -06:00
Zach Laine
35e89d7e81 Docs copy editing. 2016-12-13 17:06:26 -06:00
Zach Laine
3c7480f3d1 Flesh out How Expression Operands Are Treated. 2016-12-12 21:56:51 -06:00
Zach Laine
245ac88b11 Reformat tutorial section. 2016-12-12 19:39:43 -06:00
Zach Laine
1273e5109e Finish first pass on the examples docs. 2016-12-12 16:13:07 -06:00
Zach Laine
9bd24cd2b9 Update example docs. 2016-12-12 14:32:49 -06:00
Zach Laine
dc09144718 Update example docs. 2016-12-12 00:00:49 -06:00
Zach Laine
af183aa6ad Update configuration docs. 2016-12-11 17:34:14 -06:00
Zach Laine
01be7e3c60 Tutorial doc updates. 2016-12-11 17:21:38 -06:00
Zach Laine
04060c65e4 Update tutorial docs. 2016-12-11 15:34:03 -06:00
Zach Laine
454cdc25e0 Initial sketch of intro. 2016-12-10 16:14:39 -06:00
Zach Laine
1e3f6fb667 Add GCC support to CMake build. 2016-12-09 22:36:21 -06:00
Zach Laine
8c1a520b3b Add concept docs. 2016-12-07 20:25:53 -06:00
Zach Laine
e576849544 Sketch in part of the non-reference docs. 2016-12-07 20:01:27 -06:00
Zach Laine
78b7f46e91 Add examples to user macro docs. 2016-12-07 20:01:26 -06:00
Zach Laine
26c35b5dbc Partially document user_macros.hpp. 2016-12-07 20:01:24 -06:00
Zach Laine
6254750d2a Add BoostBook doc skeleton. 2016-12-07 20:01:24 -06:00