[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg-gtest: Changes to 'refs/tags/xorg-gtest-0.2.0'



Tag 'xorg-gtest-0.2.0' created by Chase Douglas <chase.douglas@canonical.com> at 2012-03-20 00:02 +0000

xorg-gtest 0.2.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAABAgAGBQJPZ8kXAAoJEI3Z6a9pX7cqHokP/iZdgT3IfSsKQxWOFnNjgIwe
5ZHgkRp+v8Vqp1G4sIBt+IB073EVSDmHNqBsoaPJb+KmId1kp0ksVc+cUN6sKnmF
o8GUeZ1xIqTOIlp4e5ezfJVCj37gVWHz8TBuB7AyJCetVc3UpSkTT7UQ7y07+962
QWcQL9MQarzAO9h1eex7HXSLQrey0yy6sPEW22WFmMoEfNpR5ster5oB9oUL4YaY
YKgwxjH1QMQEH8k5mTXNy86zXY9yk5Mk1QcWeEEEDVmk7w8TZCJf7N60sm9hY34J
heANZd7lMLoeO5Q1K7Wup6Yf3X22qQB1BtTw3xaO5m5+mBrrQ2o4NJoWfz+Hr4B7
ec3egy6BUYWJUaskFxDo+KjKna4mlXhPuqlWydf/ND+9KqkfVAov2ZTdlQDXqGfR
ubgdQDeCMHMulHMJVerfT3JyilxxpACqyuHHzJahRQ1RJ3gOViSo2iti1siB8Fk+
Iayb9+HSlwoUOwZLEtYvHFtLhqvYDBCV7xcAZ5BApjUNsKN5WDTTRZeyfh1h4p5t
5xie0Xi1/FZ/ZI6UKnIRz8ZLlaUF580ctut0RWlh7C4PkXDmvFMs9SAGkc4fdukB
Eaqo+vuXamLP27J9KkxjugF6/SI3n35EjbTetvpHPkshB3189jx4scAnNFV4V98o
ymUBuWvpX5p/KxH5jO1O
=JSL/
-----END PGP SIGNATURE-----

Changes since xorg-gtest-0.1.1:
Chase Douglas (19):
      Remove xorg-server pkgconfig check
      Relicense under the X.org preferred license
      Split data and include build rules out of src build rules
      Use BASE_CXXFLAGS from xorg macros
      Define automake CPP warning flags in Makefile.am, not configure.ac
      Add examples/xorg-gtest-example to .gitignore
      Fix dummy.conf location definition
      Add xorg::testing::evemu::Device
      Move xorg-gtest.cpp to xorg-gtest-example.cpp
      Install xorg-gtest source code in $(prefix)/src/xorg-gtest
      Add a meta-header xorg-gtest.h
      Rename main.cpp to xorg-gtest_main.cpp
      Provide meta-source file xorg-gtest-all.cpp
      Build gtest as part of the project
      Install, but do not build into a library, the xorg-gtest sources
      Allow user to override default Xorg server binary
      Print more helpful error message when X server fails to start
      Ship xorg-gtest.m4 and Makefile-xorg-gtest.am
      Release version 0.2.0

Gaetan Nadon (15):
      Use the standard autogen.sh script from xorg
      Add standard xorg toplevel .gitignore
      Fix typo in .gitignore comment
      test.cpp: fatal error: X11/Xlib.h: No such file or directory
      examples/test.cpp: fatal error: X11/Xlib.h: No such file or directory
      Revert "Use the standard autogen.sh script from xorg"
      distcheck fails: cannot open linker script file libxorg-gtest.ver
      distcheck: cannot create directory `xorg-gtest-0.1.1': Permission denied
      config: no need to m4_include gtest.m4
      config: do not initialize libtool twice
      config: remove redundant AC_PROG_INSTALL
      config: support Automake 1.10
      config: use existing feature --enable-strict-compilation
      config: remove unrequired AC_SUBST DUMMY_CONF_PATH statement
      config: merge both AC_CONFIG_FILES statements.

---
 .gitignore                        |   79 ++++
 COPYING                           |  693 +-------------------------------------
 Makefile.am                       |   35 +
 README                            |   72 +++
 aclocal/Makefile.am               |   27 +
 aclocal/xorg-gtest.m4             |  110 ++++++
 conf/dummy.conf                   |    4 
 configure.ac                      |   81 +++-
 data/Makefile.am                  |   26 +
 data/xorg/gtest/dummy.conf        |    4 
 doc/Makefile.am                   |   46 +-
 examples/Makefile.am              |   70 ++-
 examples/xorg-gtest-example.cpp   |   18 
 examples/xorg-gtest.cpp           |   18 
 include/Makefile.am               |   31 +
 include/xorg/gtest/environment.h  |   33 +
 include/xorg/gtest/evemu/device.h |   91 ++++
 include/xorg/gtest/process.h      |   35 +
 include/xorg/gtest/test.h         |   32 +
 include/xorg/gtest/xorg-gtest.h   |   34 +
 m4/gtest.m4                       |   71 +++
 src/Makefile-xorg-gtest.am        |   61 +++
 src/Makefile.am                   |   69 +--
 src/defines.h                     |    6 
 src/device.cpp                    |   94 +++++
 src/environment.cpp               |   56 +--
 src/libxorg-gtest.ver             |   15 
 src/libxorg-gtest_main.ver        |    7 
 src/main.cpp                      |  125 ------
 src/process.cpp                   |   32 +
 src/test.cpp                      |   32 +
 src/xorg-gtest-all.cpp            |   34 +
 src/xorg-gtest_main.cpp           |  131 +++++++
 xorg-gtest.pc.in                  |    6 
 34 files changed, 1223 insertions(+), 1055 deletions(-)
---


Reply to: