simon-git: puzzles (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Mon Apr 19 18:18:45 BST 2021
TL;DR:
848a160 Add .gitignore rules for in-tree builds.
7a43cc0 windows.c: fix some 64-bit cleanness warnings.
3cf0a3b Suppress too-noisy Visual Studio warnings.
Repository: https://git.tartarus.org/simon/puzzles.git
On the web: https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2021-04-19 18:18:45
commit 848a160f2ec4f67fe8b9a1caee95e6f5aa3535d7
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=848a160f2ec4f67fe8b9a1caee95e6f5aa3535d7;hp=8fa545c76c35dd7954220eb172a1783044794168
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Apr 19 18:11:17 2021 +0100
Add .gitignore rules for in-tree builds.
This set of rules should cover make and ninja on Linux, and all of
nmake, ninja and vcxproj on Windows, so that if someone follows the
README build instructions (by doing 'cmake .' in-tree), it should
generate no debris that .gitignore can't filter out.
.gitignore | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
commit 7a43cc0ca38de0103f4d1bab7a86387c2c8ed040
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=7a43cc0ca38de0103f4d1bab7a86387c2c8ed040;hp=848a160f2ec4f67fe8b9a1caee95e6f5aa3535d7
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Apr 19 18:12:06 2021 +0100
windows.c: fix some 64-bit cleanness warnings.
These came from Visual Studio, and seem to be real problems - we're
casting pointers to 32-bit integers, which surely only works by luck
of address-space allocation.
windows.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
commit 3cf0a3b7b0df12a21b705564aecbaa269f856e0e
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=3cf0a3b7b0df12a21b705564aecbaa269f856e0e;hp=7a43cc0ca38de0103f4d1bab7a86387c2c8ed040
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Apr 19 18:12:36 2021 +0100
Suppress too-noisy Visual Studio warnings.
With this and the previous commit's fix for real problems, the Puzzles
build on VS is now warning-free.
cmake/platforms/windows.cmake | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
More information about the tartarus-commits
mailing list