Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] Move the `next` buildsystem to the root | Thiago Marcos P. Santos | 2020-02-07 | 1 | -3/+1 |
| | | | | | | | | This will make the `next` buildsystem no longer the `next`, but the `actual`. The idea is to simplify the build, removing scripts, to make the platform buildsystem generated by CMake more compatible with IDEs and make development more streamlined. It will also make cross compilation easier. | ||||
* | [build] CI config | Thiago Marcos P. Santos | 2019-09-17 | 1 | -40/+26 |
| | | | | | | | | | | Run it in parallel with the old build system. This will offer a migration path and make sure we keep everything working at the cost of running many CI bots. New stuff is prefixed with "next". Appveyor already got migrated to the next buildsystem. After merging, we will follow-up removing duplicated core bots. | ||||
* | [build] Replace geometry.hpp/variant with mapbox-base | Bruno de Oliveira Abinader | 2019-07-26 | 1 | -0/+1 |
| | |||||
* | [build] Upgrade LLVM to 7.0.0 for AppVeyor Visual Studio 2017 bot | Alexander Shalamov | 2018-12-14 | 1 | -2/+2 |
| | |||||
* | [qt][build] Use the latest version of Qt available on AppVeyor | Thiago Marcos P. Santos | 2018-11-13 | 1 | -2/+2 |
| | | | | | And stop breaking the build every time AppVeyor updates Qt on their images. | ||||
* | [build] Use clcache in appveyor build | Ander Conselvan de Oliveira | 2018-11-01 | 1 | -2/+11 |
| | | | | | | clcache is a cache for compiled C and C++ objects similar to ccache but compatible with Microsoft compilers. Using it should result in faster builds. | ||||
* | [build] Parametrize AppVeyor config to avoid duplication | Ander Conselvan de Oliveira | 2018-11-01 | 1 | -68/+53 |
| | | | | | The configuration for VS 2015 and VS 2017 were almost identical. Parametrize the differences to avoid duplication. | ||||
* | [build] Update appveyor | Thiago Marcos P. Santos | 2018-10-31 | 1 | -1/+7 |
| | |||||
* | [build] Update appveyor config to include msvc 2015 and 2017 | Ivo van Dongen | 2018-08-07 | 1 | -33/+80 |
| | |||||
* | [build] Use Qt 5.6.3 instead of 5.7 in AppVeyor | Bruno de Oliveira Abinader | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | [windows] - run AppVeyor for all branches | Tobrun | 2018-01-29 | 1 | -4/+0 |
| | |||||
* | [qt][build] Use ninja for compiling Qt for Windows | Thiago Marcos P. Santos | 2018-01-10 | 1 | -5/+9 |
| | | | | Faster builds. | ||||
* | [windows] Build on AppVeyor CI | Thiago Marcos P. Santos | 2018-01-08 | 1 | -0/+56 |