News

New in 10.2.3: Using CMake with Ninja

One big new feature in 10.2.3 is support for building with CMake. If you haven’t already, read the previous two posts: introduction to CMake and building with Windows, and building for iOS and Android. Today I’d like to cover using CMake generators, and specifically Ninja for fast parallel builds. What are CMake Generators? CMake is a compiler- and platform-independent…
Read more
C++

C++ Quality in 10.2.3

EveryRAD Studio release, we focus on what we call QPS: Quality, Performance, Stability.Recentreleases of C++Builder have included: 10.2.0: Lots of work on our linker; improved codegen and optimizations;and debugging improvements (minimizing…
C++

New in 10.2.3: CMake Support for iOS and Android

We’ve introduced some great new features for C++Builder in 10.2.3.  Last week, I wrote about CMake support for our compilers. That post covered what CMake is, and how to use it for Windows, both Win32 and Win64.  If you haven’t read it, please do; it’s…
C++

New in 10.2.3: CMake Support

Avery exciting feature in C++Builder 10.2.3 is support forusing CMake with our compilers. Let’s dig in! This post is the first in a series on CMake, and will cover: What CMake is How to write a CMakeLists.txt file How to build a project on Windows What is CMake? You can think ofCMakeas a platform-independent, compiler-independent,project format for C++…
Read more
News

10.2.2 Welcome Page and Documentation Hotfix

In RAD Studio 10.2.2, we updated the Welcome page with new functionality: upcoming events, a Youtube feed from our channel, and sample applications. We also elevated documentation to its own tab inside the IDE. Unfortunately, for English versions of the IDE only…
News

New in 10.2.2: Component icons

In RAD Studio 10.2.2, we have a number of UI upgrades (the new dark theme and welcome page and startup). But we have one more which I’m very pleased with and would like to share with you today: we’ve redone the component icons. Old Icons – What’s…
News

New in 10.2.2: C++ and Debugger Improvements

In RAD Studio 10.2.2, we’ve made a number of great quality improvements for the C++ toolchain and for the debugger for both C++ and Delphi. Debugger Linux:many fixes when evaluating, especially when passing records or arrays Android: Android debugging was broken for Android 8.0 (globally, not just for us.) As of Android 8.1 debugging works again, and we have made tweaks to…
Read more