summaryrefslogtreecommitdiff
path: root/firebird
AgeCommit message (Collapse)Author
2013-07-17cygpath only on WNTMSCFridrich Štrba
Change-Id: I38a52116e0bcd85d34c153880c281087bcd2cb41
2013-07-17Circulate, nothing to see here!Fridrich Štrba
Change-Id: Ib5223b059ac608580bdb3eade0d9c07340ad7b53
2013-07-17Trying to fix win32 dbgutil build of firebirdFridrich Štrba
Change-Id: Id28b1eeb1f3ef120d0f764d5c584cc97125290a2
2013-07-17Partial patch for C++11 compilation of the Firebird codeTor Lillqvist
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
2013-07-17We already have the -mmacosx-version-min option we want in CXXTor Lillqvist
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
2013-07-17Add Emacs mode lineTor Lillqvist
Change-Id: I8c4632ff8e38340c1e5474d86ed5c5ab1212cd17
2013-07-17Bin "Only in" linesTor Lillqvist
Change-Id: I65c77736c348078838382ab895749e7a63682fec
2013-07-16Patch firebird to build on Mac.Andrzej J.R. Hunt
Change-Id: I47ac500922d7e834f5915cc8fb1e19d584675620
2013-07-16Fix libicuin naming in firebird cygwin patch.Andrzej J.R. Hunt
Change-Id: Ia58e2b3f55b2cbccb35cdcb6da04bd7d67ad4d5c
2013-07-16Cleanup firebird build files.Andrzej J.R. Hunt
Change-Id: I347734cfcc5970d68a1deaef8b06e15a43d80639
2013-07-16Fix firebird installation (windows) + driver compilation fixes.Andrzej J.R. Hunt
Change-Id: I253a2770c951a984bd50c906b0e84feeb8d105d9
2013-07-16Patch Firebird to build on cygwin/msvc.Andrzej J.R. Hunt
Change-Id: I56669eb98cdd3c6fab756898664751c349e8988e
2013-07-16Patch Firebird to use LO icu.Andrzej J.R. Hunt
Previously Firebird built it's bundled icu leading to extra libraries and path issues. Change-Id: Ib27e364da3b7e5bc56c7a784c0525426d635bf16
2013-07-16Setup Firebird installation / scp2 details.Andrzej J.R. Hunt
Change-Id: I03393b08db5878b099a2e71b9b515b707a386e3f
2013-07-16Build firebird 2.5 internally. Also adds libatomic_ops.Andrzej J.R. Hunt
Change-Id: I44a45e781dfb3624cdebf4530ae44870bf39a82a
2013-07-16Firebird: initial implementation of the skeleton driver.Javier Fernandez
Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd