KD SOAP is a tool for creating client applications for web services. The release of 1.9.0 brings a fair number of improvements and fixes, as the following text describes. General C++11 is now required. Qt4 is still supported, but this is the last release with support for Qt4. rpath for Unix/Linux/macOS (#181) is now fixed. […]
Tooling Get the RSS Feed
KDAB at Embedded World, Nuremberg 25 - 27 February
Embedded World – 25-27 February 2020 February 2020 will be the tenth year that KDAB exhibits at Embedded World, in Nuremberg, Germany. When we started exhibiting, there were only five halls compared to today’s seven, so the event continues to grow and remain relevant, in a world where most interaction takes place on-line. In those […]
New features and changes in the Kuesa 1.1.0 release
KUESA™ is a solution that provides an integrated and unified workflow for designers and developers to create, optimize and integrate real time 3D content in a 3D or hybrid 2D/3D software user interface. Models, including geometry, materials, animations and more, can smoothly be shared between designers and developers. Kuesa relies on glTF 2.0, an open standard […]
Little Trouble in Big Data – Part 3 Dealing with resource bottlenecks
In the previous two blogs in this series I showed how solving an apparently simple problem about loading a lot of data into RAM using mmap() also turned out to require a solution that improved CPU use across cores. In this blog, I’ll show how we dealt with the bottleneck problems that ensued, and finally, […]
GammaRay 2.11.0 Release
We have released version 2.11.0 of our Qt application monitoring tool GammaRay. GammaRay allows you to observe behavior and data structures of Qt code inside your program live at runtime. GammaRay 2.11 comes with a new inspection tool for Qt’s event handling, providing even more insights into the inner working of your application. Besides looking […]
Little Trouble in Big Data – Part 2 improving CPU utilization across cores
In Part 1 of this series we solved the problem of using mmap() to load large set of data into RAM all at once. The catch was that it still took too long. In this blog, I describe how we solve this.
Little Trouble in Big Data – Part 1 how to use mmap() to load a large data set into RAM
We got a call from a bioinformatics group at a European university. The problem appeared simple, how to usemmap() to load a large data set into RAM all at once. OK, no problem I thought...
KDAB at CppCon 2019 September 15-20
CppCon is the annual, week-long face-to-face gathering for the entire C++ community – the biggest C++ event in the world. This year, for the first time, CppCon takes place in the stunning Gaylord Rockies Hotel and Convention Center in Aurora, Colorado, very near Denver International Airport. KDAB is a Bronze sponsor this year, and Milian Wolff is […]
KDSoap 1.8.0 released lots of improvements and bug fixes since 1.7.0
KDAB has released a new version of KDSoap. This is version 1.8.0 and comes more than one year since the last release (1.7.0). KDSoap is a tool for creating client applications for web services without the need for any further component such as a dedicated web server. KDSoap lets you interact with applications which have […]
KDAB at Italian C++, Milan June 15
Once again, KDAB is proud to have sponsored Italian C++ – a free event organized by C++ enthusiasts in Milan, Italy. The program will soon be available for download, including a 50 minute talk from KDAB’s James Turner: Custom tooling for frameworks, libraries and projects using Clang – getting Clazy. We also exhibited two of […]