[Firebird-devel] CMake iOS build

2015-03-19 Thread Egor Pugin
Hi! With new CMake 3.2.1 it is possible to successfully build Firebird for iOS platform using CMake. Updated instructions for iOS build available at https://bitbucket.org/egor_pugin/firebird_cmake/wiki/Home The last issue you encounter during building is duplicate symbol error from clang. It is

[Firebird-devel] [FB-Tracker] Created: (CORE-4715) error message gbak: ERROR:DELETE operation is not allowed for system table RDB$FILES appears when performing a restore without shadow (-k switch)

2015-03-19 Thread Imam Chalimi (JIRA)
error message gbak: ERROR:DELETE operation is not allowed for system table RDB$FILES appears when performing a restore without shadow (-k switch)

Re: [Firebird-devel] The Power of C++11 in CUDA 7

2015-03-19 Thread James Starkey
The problem with specialized processors is that they are a scarce resource that must be managed rather than shared. They're just dandy when a server has a single specialized load, but on a server with multiple clients, one guy gets the specialized processor and everyone one else waits. The best

Re: [Firebird-devel] The Power of C++11 in CUDA 7

2015-03-19 Thread Leyne, Sean
Marius, I wonder how we can use the power of cuda in the engine http://devblogs.nvidia.com/parallelforall/power-cpp11-cuda-7/#more-4999 I don't think we should focus on CUDA specifically but on parallel processing. There are a variety of technologies (OpenCL, OpenMP perhaps even OpenMPI)