Next | Query returned 26 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2017-02-02 19:42:55 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated xorg-util-macros to 1.19.1.

Alan Coopersmith (1):
      XORG_MANPAGE_SECTIONS: limit SysV man page sections to Solaris 2.0-11

Andreas Boll (1):
      Fix XORG_WITH_XMLTO to work with xmlto >= 0.0.27

Emil Velikov (1):
      autogen.sh: use quoted string variables

Matt Turner (1):
      Version bump: 1.19.1

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2014-03-31 10:35:18 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.19.0:

Alan Coopersmith (1):
      XORG_COMPILER_FLAGS: Add -Wlogical-op to default warning set

Arnaud Fontaine (1):
      Add XORG_WITH_M4 macro

Gaetan Nadon (3):
      Bump minimum Autoconf required version to 2.62
      Provide the automake INSTALL file at level 1.11
      Version bump: 1.19.0

Hans de Goede (1):
      XORG_PROG_RAWCPP: Add TRADITIONALCPPFLAGS
   2013-12-04 01:36:51 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.18.0:

Mainly compiler options fine-tuning.
This version to be the first one used by XCB.

Arnaud Fontaine (1):
      Interleaved C code and declarations is no longer a portability issue.

Bart Massey (1):
      Revert "Interleaved C code and declarations is no longer a \ 
portability issue."

Gaetan Nadon (4):
      CWARNFLAGS: comment out -Wcast-qual
      XORG_WITH_DOXYGEN: check for the dot graphics utility
      XORG_TESTSET_CFLAG: add -fd which is the SUNCC -Wold-style-definition
      Version bump: 1.18.0

Ross Burton (1):
      xorg-macros.m4.in: use the autoconf cache for XORG_CHECK_MALLOC_ZERO
   2013-09-07 09:11:47 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.17.1:

This release of the common autoconf macros for X.Org software fixes some
bugs introduced in XORG_TESTSET_CFLAG in version 1.17.0 of the macros,
including one that caused detection of incorrect compiler flags to fail
in some cases.

Most end-users will not need to install this software - it's only needed
to generate or regenerate the autoconf files in X.Org packages, such as
when building from a git checkout or from a tarball after patching files
such as configure.ac.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (2):
      Strip trailing whitespace
      Version bump: 1.17.1

Chris Wilson (1):
      Use the right variable names for the compiler flags in XORG_TESTSET_CFLAG

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Yaakov Selkowitz (1):
      Fix spacing in XORG_TESTSET_CFLAG
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-04-29 13:30:23 by Thomas Klausner | Files touched by this commit (1)
Log message:
Make it a build dependency, as joerg notes.
   2012-04-29 12:40:47 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add buildlink3.mk for upcoming packages that need to find the
pkg-config file.
   2012-04-29 12:25:37 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.17, provided by ftigeot.

1.17:
Add XORG_ENABLE_INTEGRATION_TESTS
Don't use AS_ECHO in XORG_TESTSET_CFLAG
Fix cflag test compiler message and cache ids
Separate unknown warning options by language

1.16.2:
Cache the results of checking compiler flag support in XORG_TESTSET_CFLAG
Use AS_ECHO rather than AS_ECHO_N in XORG_TESTSET_CFLAG
Make XORG_TESTSET_CFLAG work for multiple languages
Define BASE_CXXFLAGS when C++ is the chosen language

1.16.1:
Remove -Winline from BASE_CFLAGS
Provide a configure option to turn off the selective -Werror=... CFLAGS

1.16.0:
Fix the test for -Werror=attributes
Add XORG_TESTSET_CFLAG which can be used to test what flags the compiler supports
Use XORG_TESTSET_CFLAG in XORG_STRICT_OPTION
Add XORG_COMPILER_FLAGS to replace XORG_CWARNFLAGS
Update XORG_CWARNFLAGS to use XORG_COMPILER_FLAGS
Add additional flags to XORG_COMPILER_FLAGS
Add an optional argument to XORG_LD_WRAP
Define __wrap_exit in test program source for XORG_LD_WRAP
Add XORG_MEMORY_CHECK_FLAGS and require it in XORG_ENABLE_UNIT_TESTS
XORG_TESTSET_CFLAG: Add support fot -Werror=unused-command-line-argument
XORG_TESTSET_CFLAG: Try to both compile & link with the flags

1.15.0:
XORG_PROG_RAWCPP: use AC_LANG_SOURCE to prevent warnings
XORG_WITH_FOP: add minimum version checking support
Add XORG_WITH_PERL macro
XORG_WITH_XSLTPROC: warn at development time rather than config time

1.14.0:
Create XORG_COMPILER_BRAND macro to centralize compiler checks
Make XORG_STRICT_OPTION always set STRICT_CFLAGS
XORG_STRICT_OPTION: add -Werror=attributes to STRICT_CFLAGS for gcc
Add AC_LANG_DEFINES_PROVIDED to XORG_RAW_CPP to silence autoconf warnings

1.13.0:
XORG_ENABLE_UNIT_TESTS: add support for unit testing
XORG_WITH_GLIB: check for the GLib package
XORG_LD_WRAP: check if linker supports -wrap

1.12.0:
XORG_ENABLE_DOCS: Fix "Enable building the documentation (yes: yes)"
Use AC_LANG_PROGRAM in XORG_CHECK_MALLOC_ZERO to clear autoconf-2.68 warnings
XORG_WITH_XSLTPROC: add XSLT processor command line tool

1.11.0:
docs: Use m4 to handle optional macro defaults
docs: Take optional argument to control defaults

1.10.1:
XORG_MANPAGE_SECTIONS: add substitution for apploaddir
Sun's copyrights are now owned by Oracle

1.10.0:
XORG_WITH_XMLTO: add HAVE_XMLTO_TEXT for text output format
XORG_CHECK_SGML_DOCTOOLS: add interface for xorg stylesheet

1.9.0:
XORG_WITH_GROFF: check for presence of required software

1.8.0:
LinuxDoc: filter out ^H in text output
LinuxDoc: Use XORG_WITH_PS2PDF to check for ps2pdf
Rework and extend platform coverage
Remove unused --with-release-version=STRING option
Manpages: minor Makefile fixes, require sed
   2010-04-09 11:31:35 by Tobias Nygren | Files touched by this commit (3)
Log message:
Update to xorg-util-macros-1.7.0.

1.7.0:
config: remove the xorg-macros pc.in file from EXTRA_DIST
doc: add XORG_CHECK_SGML_DOCTOOLS to detect xorg-sgml-doctools

1.6.0:
All document generation macros are now available.

1.5.0:
There are 3 new macros to help modules manage if/when docs get build in
a consistent way.

1.4.2:
Two behaviour changes in this minor release:
- XORG_INSTALL looks for the INSTALL file in $datadir/util-macros/
  instead of $docdir
- XORG_CHECK_MALLOC_ZERO doesn't abort when cross-compiling even without
  an explicit --{en,dis}able-malloc0returnsnull

Next | Query returned 26 messages, browsing 11 to 20 | Previous