summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-07-19Readme updates.John Fultz
Dropping any info about building with qmake. Once I’ve verified that all of the individual pieces build with cmake, I’ll remove the .pro files, too.
2023-07-15More GitHub Actions updates.John Fultz
* Remove deprecated Ubuntu, add new Ubuntu * Fix usage of action/cache * Remove Appveyor * Update .gitignore for clangd cache
2023-07-15Begin updates to complete transition to cmake, GitHub Actions.John Fultz
2020-12-09Add cmake/GitHub Actions-based CI, dump Travis-CI.John Fultz
Travis has been throwing a lot of false failures on the Mac build, which was always super-slow anyway. And now it's been suggested that Travis ain't gonna last in the open-source-free-for-use CI business. So out it goes. In its place, GitHub Actions. Just one for now, which runs the build on pushes to master and on PRs (I hope...haven't tested the PR bit yet). Notes about the new system... * It uses the cmake build. Next step...document the cmake system and de-document the qmake system. * It tests against both Qt 5.12.0 and 5.15.1. * Mac, Windows (x64, x86) and Linux (Ubuntu 18.04, 20.04) * On Linux, it also builds clang and g++. * In all of the above cases, it's just pretty much default compilers. Which is probably good...particularly on Linux, where it's not so common for non-developers to be running major compiler updates. * All cmake builds use ninja and cache their Qt downloads, so the result is fairly fast. * No builds of makegaddag, gaddagize, makeminidawg, iotest, or encodeleaves yet, as I haven't migrated those to cmake. Need to get on that.
2019-08-06Update readme.John Fultz
2017-08-13Add Appveyor build for Windows.John Fultz
32-bit build against VS 2015. 64-bit build against VS 2017.
2017-08-02More Qt5 changes and cleanups.John Fultz
Now builds on Qt 5.9.1, and works on Mac, Windows, Linux.
2016-01-12Port Quackle to Qt 5.5Gökçen Eraslan
2015-12-27Fix minor oversight in build instructions.John Fultz
2015-08-20Update readme.John Fultz
2015-02-22readme updatesJohn Fultz
2014-08-30A little house-cleaning. No code changes.John Fultz
2013-10-25Add travis status to READMEMatt Liberty
2013-08-25Initial git commit.Jason Katz-Brown
2013-08-25Initial commitjasonkb