simon-git: doit (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun May 8 13:17:50 BST 2022


TL;DR:
  5affc91 Fix a few compile warnings.
  acb0eef Convert build system to cmake.

Repository:     https://git.tartarus.org/simon/doit.git
On the web:     https://git.tartarus.org/?p=simon/doit.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2022-05-08 13:17:50

commit 5affc9177946f35649fb2ca3db4f81342e4d5be1
web diff https://git.tartarus.org/?p=simon/doit.git;a=commitdiff;h=5affc9177946f35649fb2ca3db4f81342e4d5be1;hp=2c7e89759c1a6ae8839c0c4ba70062d929d2ba60
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Dec 5 09:09:11 2021 +0000

    Fix a few compile warnings.
    
    All benign: unused functions, unused variables, and variables set but
    not otherwise used.

 doit.c    | 13 +++++--------
 doitlib.c |  3 ++-
 2 files changed, 7 insertions(+), 9 deletions(-)

commit acb0eef51f3c7337d208c2da36686a2642695646
web diff https://git.tartarus.org/?p=simon/doit.git;a=commitdiff;h=acb0eef51f3c7337d208c2da36686a2642695646;hp=5affc9177946f35649fb2ca3db4f81342e4d5be1
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Dec 5 09:09:04 2021 +0000

    Convert build system to cmake.
    
    With any luck this is the last of my projects to move over from
    autotools. For DoIt it's particularly useful to have a unified build
    system, because the things being built are so completely different
    between the platforms (client on Unix, server on Windows).
    
    To replace the versioning system provided by autotools, I've written a
    trivial version.h file which the bob script overwrites when generating
    a source tarball.

 Buildscr       | 49 +++++++++++++++++--------------------------------
 CMakeLists.txt | 45 +++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am    | 10 ----------
 Makefile.vc    | 41 -----------------------------------------
 cmake.h.in     |  1 +
 configure.ac   | 22 ----------------------
 doit.c         |  6 ++----
 doitclient.c   | 11 ++++++-----
 mkauto.sh      |  2 --
 version.h      | 10 ++++++++++
 10 files changed, 81 insertions(+), 116 deletions(-)



More information about the tartarus-commits mailing list