Age | Commit message (Collapse) | Author |
|
Change-Id: I38a52116e0bcd85d34c153880c281087bcd2cb41
|
|
Change-Id: Ib5223b059ac608580bdb3eade0d9c07340ad7b53
|
|
Change-Id: Id28b1eeb1f3ef120d0f764d5c584cc97125290a2
|
|
Fixes for three classes of C++ errors (real errors, not warnings):
"C++11 requires a space between literal and identifier",
"non-constant-expression cannot be narrowed from type 'int' to
'size_t'" and "constant expression evaluates to -2147483648 which
cannot be narrowed to type 'ULONG'".
I didn't bother any more and just use --disable-firebird-sdbc
instead now in the tree where I use Clang and C++11.
Change-Id: Ie47e2ceef8e014c48e50f5afa5df6f625040974c
|
|
No need to add a hardcoded -mmacosx-version-min=10.6 that overrides
the switch in our CXX, especially as that causes a linking error when
using libc++, as that requires OS X 10.7.
Change-Id: Ieb0ccad7613fae793387e38be617e0cb6ac23d06
|
|
Change-Id: I8c4632ff8e38340c1e5474d86ed5c5ab1212cd17
|
|
Change-Id: I65c77736c348078838382ab895749e7a63682fec
|
|
Change-Id: I47ac500922d7e834f5915cc8fb1e19d584675620
|
|
Change-Id: Ia58e2b3f55b2cbccb35cdcb6da04bd7d67ad4d5c
|
|
Change-Id: I347734cfcc5970d68a1deaef8b06e15a43d80639
|
|
Change-Id: I253a2770c951a984bd50c906b0e84feeb8d105d9
|
|
Change-Id: I56669eb98cdd3c6fab756898664751c349e8988e
|
|
Previously Firebird built it's bundled icu leading to extra libraries
and path issues.
Change-Id: Ib27e364da3b7e5bc56c7a784c0525426d635bf16
|
|
Change-Id: I03393b08db5878b099a2e71b9b515b707a386e3f
|
|
Change-Id: I44a45e781dfb3624cdebf4530ae44870bf39a82a
|
|
Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
|