simon-git: pix (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Wed Mar 31 12:30:30 BST 2021


TL;DR:
  15a5ca0 standalone.pl: stop depending on Recipe.
  9a3cee0 Migrate to a CMake build system.

Repository:     https://git.tartarus.org/simon/pix.git
On the web:     https://git.tartarus.org/?p=simon/pix.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2021-03-31 12:30:30

commit 15a5ca0b2904709fc6421709563b8e7113bc4142
web diff https://git.tartarus.org/?p=simon/pix.git;a=commitdiff;h=15a5ca0b2904709fc6421709563b8e7113bc4142;hp=07fea9ff1762492b9968b3080bf0ea51e9d3d4ab
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Mar 31 12:03:32 2021 +0100

    standalone.pl: stop depending on Recipe.
    
    Now this Perl script expects command-line options telling it which
    source files to produce standalone versions of.

 Buildscr      |  2 +-
 standalone.pl | 26 +++++++++++++++++++-------
 2 files changed, 20 insertions(+), 8 deletions(-)

commit 9a3cee0816304414f80d509b00d641086559196f
web diff https://git.tartarus.org/?p=simon/pix.git;a=commitdiff;h=9a3cee0816304414f80d509b00d641086559196f;hp=15a5ca0b2904709fc6421709563b8e7113bc4142
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Mar 31 12:27:12 2021 +0100

    Migrate to a CMake build system.
    
    I'm moving to CMake from all my previous instances of the horrible
    crufty mkfiles.pl system. This is quite a small one, so it doesn't
    take much effort to migrate.

 Buildscr       |   36 +-
 CMakeLists.txt |   17 +
 Recipe         |   20 -
 mkfiles.pl     | 1176 --------------------------------------------------------
 4 files changed, 27 insertions(+), 1222 deletions(-)



More information about the tartarus-commits mailing list