-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
242 changed files
with
9,832 additions
and
6,736 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
syntax: glob | ||
build/* | ||
Makefile.in | ||
aclocal.m4 | ||
ar-lib | ||
autom4te.cache/ | ||
compile | ||
config.guess | ||
config.h.in | ||
config.sub | ||
configure | ||
depcomp | ||
install-sh | ||
ltmain.sh | ||
m4/libtool.m4 | ||
m4/ltoptions.m4 | ||
m4/ltsugar.m4 | ||
m4/ltversion.m4 | ||
m4/lt~obsolete.m4 | ||
missing | ||
test-driver | ||
ylwrap | ||
*~ | ||
docs/tutorial/*.html | ||
TAGS | ||
build-*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# local kakrc for gcli | ||
|
||
# We build inside the build directory | ||
cd build | ||
|
||
set-option global ctagscmd "uctags -R --fields=+S" | ||
set-option global ctagspaths "../include ../src ../thirdparty" | ||
|
||
hook global BufSetOption filetype=c %{ | ||
add-highlighter buffer/ show-whitespaces -spc " " | ||
smarttab | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Changelog | ||
|
||
This changelog does not follow semantic versioning. | ||
|
||
|
||
## 2.0.0 (2023-Sep-21) | ||
|
||
### Added | ||
|
||
- This changelog has been added | ||
- gcli is now built as a shared or static library which the gcli tool links against | ||
This implied so many changes that the major version number was bumped. | ||
- Added a package-config file for libgcli | ||
- Added a `-L` flag to the `issues` and `pulls` subcommand to allow | ||
filtering by label | ||
- A work-in-progress tutorial has been added and is available at | ||
[the GCLI directory](https://herrhotzenplotz.de/gcli/tutorial) on | ||
my website. | ||
- Gitlab jobs now show coverage information | ||
|
||
### Fixed | ||
|
||
- Parallel builds in autotools have been re-enabled | ||
- Improved error messages in various places | ||
- Bad roff syntax in manual pages has been fixed | ||
|
||
### Changed | ||
|
||
- the `gcli pulls create` subcommand does not print the URL to the | ||
created release anymore. | ||
- The test suite is now using [atf-c](https://github.com/jmmv/atf) | ||
and [kyua](https://github.com/jmmv/kyua). These are dependencies | ||
if you want to run the tests. These tools are installed out of | ||
the box on most BSDs. | ||
- A newly introduced dependency is the `sys/queue.h` header. On | ||
GNU/Linux systems you might need to install it as part of libbsd. | ||
|
||
### Removed | ||
|
||
- The reviews subcommand has been removed because it was generally useless | ||
This feature will be reimplemented as a WIP of | ||
[#189](https://gitlab.com/herrhotzenplotz/gcli/-/issues/189) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.