rbock
d2975b39fb
Allow sqlpp be compiled as sub project
2015-03-08 18:36:42 +01:00
rbock
0c429928cd
Fixed ctest config
2015-03-05 18:01:27 +01:00
rbock
97de6fad7f
Adjusted license dates
2015-02-15 19:00:21 +01:00
rbock
80bc0fcf5e
Merge branch 'feature/with_cte' into develop
2015-02-15 16:07:15 +01:00
TyRoXx
3cef1a1217
enable -Wpedantic and fix all the warnings
...
Conflicts:
examples/select.cpp
include/sqlpp11/interpret_tuple.h
include/sqlpp11/type_traits.h
2015-02-07 15:07:33 +01:00
TyRoXx
25883fc8ea
enable -Wconversion and fix a warning
2015-02-07 14:50:47 +01:00
rbock
8bdb3e953d
boost-1.50 is required, trying to figure out which versions are available at travis
...
Might have to install headers manually
2015-01-31 16:47:59 +01:00
rbock
ef21539062
Adjusted CMakeLists to accept boost-1.46.
...
That's what travis is currently using.
2015-01-31 16:27:47 +01:00
niXman
df0429058c
boost.preprocessor hack & some cosmetic fixes
2015-01-31 16:05:53 +02:00
niXman
504bf961a6
fix for previous commit
2015-01-31 01:36:39 +02:00
rbock
59c5bc8970
Wrapped code generator example with a check for boost-1.56+
2015-01-29 23:32:03 +01:00
niXman
256060c2d7
The first working implementation
2015-01-28 22:54:57 +02:00
rbock
74cafe35dd
We now have unique name representations per name
...
Before this, there could be multiple classes representing multiple id
columns. Now there is one class representing ALL the name "id". Very
important for analyzing potential name clashes.
2014-11-30 19:40:34 +01:00
rbock
e1c007287c
Added portable static asserts
2014-11-23 20:06:58 +01:00
rbock
3cab459077
Added tag to indicate that an expression contains an aggregate function
2014-09-17 22:22:45 +02:00
Roland Bock
88bd56ff2d
Fixed include path
2014-09-06 06:18:18 +02:00
rbock
400f79b79c
Added a few bad examples (commented)
2014-09-06 06:14:44 +02:00
rbock
9c048786fd
Added a few examples
2014-09-06 04:18:15 +02:00
Roland Bock
712d3a5c53
Renamed examples -> tests
...
Will need to add reasonable examples
2013-08-17 11:22:38 +02:00
Roland Bock
e3001df8cd
Added cmake support
2013-08-15 13:26:09 +02:00
Roland Bock
e6f086bbfa
Cleaned up directory structure.
2013-08-14 06:34:11 +02:00
Roland Bock
705f39e379
Initial commit
2013-08-13 22:43:10 +02:00