summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* chess-init.6: ffixHEADmainAlejandro Colomar2023-09-22-2/+2
* clang-tidy/config.yaml: -readability-identifier-lengthAlejandro Colomar2022-08-15-0/+1
* Makefile: lint-iwyu: Use -Xiwyu --errorAlejandro Colomar2022-08-15-1/+7
* Makefile: Rename analyze to lintAlejandro Colomar2022-08-15-11/+11
* Makefile: use /usr/bin/env bash instead of /bin/bashSergei Trofimovich2022-08-15-1/+1
* Makefile: use include-what-you-use (not iwyu) binary nameSergei Trofimovich2022-08-15-1/+1
* Makefile: Find symlinks to files tooAlejandro Colomar2022-05-21-1/+1
* INSTALL: State build dependenciesAlejandro Colomar2022-02-07-0/+14
* README, INSTALL: Move text to INSTALLAlejandro Colomar2022-02-07-75/+49
* etc/groff/tmac/, Makefile: Add symlinks for tmac files in etc/Alejandro Colomar2022-02-04-1/+2
* LICENSES/: Add symlink to share/licensesAlejandro Colomar2022-02-04-0/+1
* GPL-2.0: Move to share/licenses/Alejandro Colomar2022-02-04-0/+0
* deadly.tmac, Makefile: Move tmac files to share/tmac/Alejandro Colomar2022-02-04-7/+7
* COPYING: Add symlink to the license fileAlejandro Colomar2022-02-03-0/+1
* LICENSES/GPL-2.0: srcfix: remove ^L charactersAlejandro Colomar2022-02-03-5/+5
* share/games/chessutils/: Add sample games that can be used for testingAlejandro Colomar2022-02-03-0/+112
* Makefile: srcfix: Don't declare 'man' as a .PHONY target, since it's not even...Alejandro Colomar2022-02-03-1/+1
* README: Document how the Makefile should be usedAlejandro Colomar2022-02-03-2/+70
* .checkpatch.conf: Move to etc/checkpatch/configAlejandro Colomar2022-02-02-13/+14
* CPPLINT.cfg: Move config file to SYSCONFDIRAlejandro Colomar2022-02-02-1/+2
* README, INSTALL: Move documentation to docdirAlejandro Colomar2022-02-02-25/+27
* INSTALL: Add instructions for installationAlejandro Colomar2022-02-02-0/+18
* Makefile: all: Build really all, including docsAlejandro Colomar2022-02-02-1/+1
* Makefile: html, [un]install-man, [un]install-html: Add standard GNU targetsAlejandro Colomar2022-02-02-6/+10
* Makefile: doc-html, doc, install-*-html, install: Add targets to build and in...Alejandro Colomar2022-02-02-35/+75
* Makefile: analyze-mandoc, analyze: Add target to run mandoc -TlintAlejandro Colomar2022-02-02-1/+15
* Makefile, etc/groff/deadly.tmac: Cause groff to error out when reporting CHEC...Alejandro Colomar2022-02-02-1/+15
* Makefile: etc/cppcheck/suppress: Move .cppcheck.suppress to etc/cppcheck/supp...Alejandro Colomar2022-02-02-2/+3
* Makefile, etc/clang-tidy/config.yaml: Move .clang-tidy to etc/clang-tidy/conf...Alejandro Colomar2022-02-02-2/+5
* .clang-tidy: memcpy(3) is safeAlejandro Colomar2022-02-01-0/+1
* chess-mv.c, mv/chess.c, chess-mv.6: Add support for abbreviated notationAlejandro Colomar2022-02-01-10/+48
* Use 'unsigned char' consistentlyAlejandro Colomar2022-02-01-21/+21
* Makefile: analyze-groff, analyze: Add target to run groff CHECKSTYLE for manu...Alejandro Colomar2022-01-31-1/+16
* io/chess.c: Fix minor bugAlejandro Colomar2022-01-30-1/+3
* Makefile: Use FORCE instead of .PHONY for targets with pattern rulesAlejandro Colomar2022-01-29-2/+7
* Makefile: LDFLAGS: tfixAlejandro Colomar2022-01-29-8/+8
* Makefile: DESTDIR: Define empty to avoid warningAlejandro Colomar2022-01-29-0/+1
* Makefile: uninstall, uninstall-*: Add targets to uninstallAlejandro Colomar2022-01-29-1/+23
* Makefile: srcfix (reorder targets)Alejandro Colomar2022-01-29-8/+8
* Makefile: srcfix (Use _ consistently)Alejandro Colomar2022-01-29-9/+9
* Makefile: install depends on buildAlejandro Colomar2022-01-29-6/+4
* Makefile: install-chessboard-man: Install chessutils.7Alejandro Colomar2022-01-29-5/+9
* chess-init.6: Reference chessboard-empty for a description of the boardAlejandro Colomar2022-01-29-0/+4
* Makefile: build: Require only the linking stageAlejandro Colomar2022-01-28-1/+1
* init/board.c: Fix #includeAlejandro Colomar2022-01-28-1/+1
* Makefile: build, build-..., all: Add targets to run specific build stagesAlejandro Colomar2022-01-28-4/+14
* Makefile: clean: Don't hardcode the builddirAlejandro Colomar2022-01-28-1/+1
* Various files: Fix #includesAlejandro Colomar2022-01-27-5/+3
* Makefile: workaround weird exit status from iwyu(1)Alejandro Colomar2022-01-27-1/+1
* Makefile: analyze-iwyu, analyze: Add target to run iwyu(1)Alejandro Colomar2022-01-27-1/+15