simon-git: filter (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Mon Nov 29 21:17:29 GMT 2021
TL;DR:
496f7d4 Remove charset submodule.
470bb83 Merge commit 'ff154f0f4fae5fbfbb6ffca7946842e72c464965' as 'charset'
aa49b40 Migrate to CMake.
Repository: https://git.tartarus.org/simon/filter.git
On the web: https://git.tartarus.org/?p=simon/filter.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2021-11-29 21:17:29
commit 496f7d477cf814d6c699e7cdf0a070f88d147fe1
web diff https://git.tartarus.org/?p=simon/filter.git;a=commitdiff;h=496f7d477cf814d6c699e7cdf0a070f88d147fe1;hp=ee58141e8108331069dbea51d9779c998599adb7
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Nov 29 08:03:09 2021 +0000
Remove charset submodule.
I'll replace it with a subtree in the next commit.
.gitmodules | 3 ---
charset | 1 -
2 files changed, 4 deletions(-)
commit 470bb832bef447f4864aa615ae8f54288bc2f8ac
web diff https://git.tartarus.org/?p=simon/filter.git;a=commitdiff;h=470bb832bef447f4864aa615ae8f54288bc2f8ac;hp=496f7d477cf814d6c699e7cdf0a070f88d147fe1
Merge: 496f7d4 ff154f0
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Nov 29 08:04:33 2021 +0000
Merge commit 'ff154f0f4fae5fbfbb6ffca7946842e72c464965' as 'charset'
commit aa49b40262e7e12cf7f3d7be57e6e86ce62f47c3
web diff https://git.tartarus.org/?p=simon/filter.git;a=commitdiff;h=aa49b40262e7e12cf7f3d7be57e6e86ce62f47c3;hp=470bb832bef447f4864aa615ae8f54288bc2f8ac
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Nov 29 08:07:28 2021 +0000
Migrate to CMake.
I've been doing that with most of my projects recently, and now it's
got to the point where the few outlying autotools-based things are an
inconvenience simply because they're different from the rest. So,
another one converted.
CMakeLists.txt | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
Makefile.am | 29 -----------------------------
autogen.sh | 2 --
cmake.h.in | 1 +
configure.ac | 19 -------------------
pty.c | 4 +++-
6 files changed, 54 insertions(+), 51 deletions(-)
More information about the tartarus-commits
mailing list