simon-git: tweak (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Thu Dec 2 07:51:17 GMT 2021


TL;DR:
  d6743a4 Migrate build system to cmake.

Repository:     https://git.tartarus.org/simon/tweak.git
On the web:     https://git.tartarus.org/?p=simon/tweak.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2021-12-02 07:51:17

commit d6743a44c80249563a3739fcb3a16e06dcfaac19
web diff https://git.tartarus.org/?p=simon/tweak.git;a=commitdiff;h=d6743a44c80249563a3739fcb3a16e06dcfaac19;hp=d131fe23e3306d4a2fb649695633937e0e12e356
Author: Simon Tatham <anakin at pobox.com>
Date:   Thu Dec 2 07:41:55 2021 +0000

    Migrate build system to cmake.
    
    I've been doing this to all my projects recently, and Tweak is
    possibly the only remaining outlier, so let's convert it too, to keep
    things consistent.
    
    It's a bit silly that the _previous_ commit in this project switched
    to autotools from a manually maintained Makefile :-) but there we go.

 .gitignore     |  6 +++++
 Buildscr       | 44 +++++++-----------------------
 CMakeLists.txt | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am    | 23 ----------------
 autogen.sh     |  2 --
 cmake.h.in     |  4 +++
 configure.ac   | 49 ---------------------------------
 7 files changed, 105 insertions(+), 108 deletions(-)



More information about the tartarus-commits mailing list