MeanSquaredError
|
a085d730c9
|
Replace include guards with "#pragma once" in all header files and in the database model generator scripts. (#506)
|
2023-07-25 07:00:05 +02:00 |
|
rbock
|
2b1c1c1a82
|
not_t must not be a variadic template.
|
2018-01-21 10:58:19 +01:00 |
|
rbock
|
8aadbd2263
|
Reverted logic change that led to too many warnings with gcc
|
2017-09-10 18:26:48 +02:00 |
|
rbock
|
a17a78c5c2
|
Adhere to clang-tidy warning about boolean readability
|
2017-09-10 15:21:24 +02:00 |
|
rbock
|
306ce63f2f
|
Use clang-format to add closing namespace comments
|
2017-09-10 14:56:51 +02:00 |
|
rbock
|
ac765993aa
|
Use clang-format to streamline include guards
|
2017-09-10 14:55:11 +02:00 |
|
rbock
|
bab5b6d8ee
|
Merge branch 'develop' of https://github.com/isliser/sqlpp11 into isliser-develop
Conflicts:
include/sqlpp11/where.h
|
2015-12-27 19:57:42 +01:00 |
|
sliser
|
46cb009ba4
|
added comments regarding msvc bug workarounds
|
2015-12-27 11:26:29 +03:00 |
|
sliser
|
a6f506b57f
|
fixed build for msvs 2015 update 1
|
2015-12-15 18:20:33 +03:00 |
|
rbock
|
7068c8c26c
|
Fixed logic::none_t
|
2015-10-03 20:46:43 +02:00 |
|
rbock
|
25ff700c01
|
Partially reverted all_t et al to avoid warnings about unused variables
|
2015-10-03 10:17:59 +02:00 |
|
rbock
|
1f104a10ac
|
Slightly simplified logic::all_t and logic::none_t
|
2015-09-30 16:49:18 +02:00 |
|
rbock
|
09f23cea0a
|
Reformatted using clang-format
Please use clang-format before submitting code, e.g via the pre-commit
supplied in the repo (thanks AndiDog)
|
2015-09-13 21:33:19 +02:00 |
|
Reto Schneider
|
5756b2355f
|
Remove trailing spaces.
|
2015-08-05 14:43:21 +02:00 |
|
rbock
|
97de6fad7f
|
Adjusted license dates
|
2015-02-15 19:00:21 +01:00 |
|
rbock
|
f02a9ce3d0
|
Moved logic functions from detail into logic namespace
|
2014-11-29 14:29:54 +01:00 |
|