~lubuntu-dev/lxde/+git/lxqt-build-tools:releases-0.3.x

Last commit made on 2017-01-13
Get this branch:
git clone -b releases-0.3.x https://git.launchpad.net/~lubuntu-dev/lxde/+git/lxqt-build-tools

Branch merges

Branch information

Name:
releases-0.3.x
Repository:
lp:~lubuntu-dev/lxde/+git/lxqt-build-tools

Recent commits

b38c9e0... by Alf Gaida

Release 0.3.2: Update changelog

02f42d1... by Alf Gaida

Bump version to 0.3.2 - finally the build tools are arch: all (#15)

* Bump version to 0.3.2 - finally the build tools are arch: all

* Added missed point

4b511c1... by Luís Pereira

Warnings (#16)

* Adds common warning flags

These warnings are common to *probably* all compilers.

* Adds gcc and clang specific warnings

* Disables no-gnu-zero-variadic-macro-arguments for clang

It produces lots of no point noise with qCDebug(), qCWarning(), etc.
Found building lxqt-session.

137bc9a... by =?utf-8?q?Bj=C3=B6rn_Esser?= <email address hidden>

Remove arched bits from version.cmake-file (#14)

52be0b3... by Alf Gaida

Release 0.3.1: Update changelog

b0791b1... by Alf Gaida

Bump LXQT_PATCH_VERSION and build tools version (#13)

8fbe0b7... by Alf Gaida

32 64 bit ness (#12)

* Warning about architecture dependend packaging

# check that the installed version has the same 32/64bit-ness as the one which is currently searching:
if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8")
   math(EXPR installedBits "8 * 8")

6e04e75... by PCMan

Use "gcc-ar" and "gcc-ranlib" tools when building static libs with gcc link-time optimization. (#11)

042de18... by Alf Gaida

Release 0.3.0: Update changelog

08c0bb3... by Luís Pereira

Adds an FindXCB CMake module

Moved from libfm-qt.