-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
23 changed files
with
115 additions
and
115 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
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
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 |
---|---|---|
@@ -1,76 +1,76 @@ | ||
### mate-common 1.24.2 | ||
### cafe-common 1.24.2 | ||
|
||
* mate-compiler-flags: add -Wno-unused-parameter to maximum c++ warnings | ||
* mate-compiler-flags: disable '-Wno-unused' and '-Wno-sign-compare' | ||
* cafe-compiler-flags: add -Wno-unused-parameter to maximum c++ warnings | ||
* cafe-compiler-flags: disable '-Wno-unused' and '-Wno-sign-compare' | ||
|
||
### mate-common 1.24.1 | ||
### cafe-common 1.24.1 | ||
|
||
* silent -Wunused-parameter for maximum warning level | ||
|
||
### mate-common 1.24.0 | ||
### cafe-common 1.24.0 | ||
|
||
* bump version | ||
|
||
### mate-common 1.23.3 | ||
### cafe-common 1.23.3 | ||
|
||
* update CAFE_CXX_WARNINGS macro | ||
|
||
### mate-common 1.23.2 | ||
### cafe-common 1.23.2 | ||
|
||
* Set compiler debug flags in CAFE_DEBUG_CHECK | ||
|
||
### mate-common 1.23.1 | ||
### cafe-common 1.23.1 | ||
|
||
* Check if AX_APPEND_FLAG and AX_CHECK_COMPILE_FLAG are available | ||
|
||
### mate-common 1.23.0 | ||
### cafe-common 1.23.0 | ||
|
||
* update mate-compiler-flags macro | ||
* update cafe-compiler-flags macro | ||
|
||
### mate-common 1.22.0 | ||
### cafe-common 1.22.0 | ||
|
||
* initial Travis-CI | ||
|
||
### mate-common 1.21.0 | ||
### cafe-common 1.21.0 | ||
|
||
* bump version | ||
|
||
### mate-common 1.20.0 | ||
### cafe-common 1.20.0 | ||
|
||
* bump version | ||
|
||
### mate-common 1.19.0 | ||
### cafe-common 1.19.0 | ||
|
||
* bump version | ||
|
||
### mate-common 1.18.0 | ||
### cafe-common 1.18.0 | ||
|
||
* NEWS: use consistent, project wide, markdown-like formatting | ||
to make generating release announcements easier | ||
|
||
### mate-common 1.16.0 | ||
### cafe-common 1.16.0 | ||
|
||
* Check only for autoreconf in mate-autogen as autoconf, automake, | ||
* Check only for autoreconf in cafe-autogen as autoconf, automake, | ||
libtool, gettext are already checked by autoreconf | ||
|
||
### mate-common 1.14.0 | ||
### cafe-common 1.14.0 | ||
|
||
* Remove references to obsolete CAFE components | ||
|
||
### mate-common 1.12.0 | ||
### cafe-common 1.12.0 | ||
|
||
* Support lcov 1.12 | ||
* Update docs and example script | ||
|
||
### mate-common 1.10.0 | ||
### cafe-common 1.10.0 | ||
|
||
* Add support for automake 1.15 | ||
* Support lcov 1.11 | ||
* Check for appdata-xml.m4 with APPDATA_XML | ||
* Run glib-gettexize if using GLib gettext | ||
|
||
### mate-common 1.8.0 | ||
### cafe-common 1.8.0 | ||
|
||
* Replace mate-doc-utils with yelp-tools | ||
* Replace cafe-doc-utils with yelp-tools | ||
* Cherry pick many improvements from gnome-common | ||
* Use autoreconf |
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
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
bin_SCRIPTS = mate-doc-common | ||
bin_SCRIPTS = cafe-doc-common | ||
|
||
pkgdatadir = $(datadir)/mate-common/data | ||
pkgdatadir = $(datadir)/cafe-common/data | ||
pkgdata_DATA = \ | ||
omf.make \ | ||
xmldocs.make | ||
|
||
EXTRA_DIST = \ | ||
omf.make \ | ||
xmldocs.make \ | ||
mate-doc-common.in \ | ||
cafe-doc-common.in \ | ||
README |
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
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
Oops, something went wrong.