lp:~neon/project-neon/automoc

Created by Philip Muškovac and last modified
Get this branch:
bzr branch lp:~neon/project-neon/automoc

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Deprecated Projected Neon
Project:
Project Neon
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://invent.kde.org/unmaintained/automoc.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 1 second — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 3 seconds — see the log

Recent revisions

103. By David Faure

cmake 2.8.9 sets CMP0003 to NEW -> clean up

102. By David Faure

set cmake_min_req to enable newer policies

101. By Steveire

Don't attempt to add dependencies which do not exist.

100. By Steveire

Don't attempt to read the DEFINITIONS property.

It was replaced by COMPILE_DEFINITIONS long ago.

99. By David Faure

Fix missing include dirs (current source and build dir) when moc is run.

Apparently these dirs are not in the directory property "INCLUDE_DIRECTORIES",
so they need to be added by hand.

This fixes compilation of kdelibs/kdewebkit with KDE_NO_DEPRECATED=TRUE:
moc didn't find kdewebkit_export.h (and silently ignored it), so kdemacros.h
was not included, and KDE_NO_DEPRECATED was not set, leading to signals
only in the moc file and not in the header file, at compile time.

Alex: is there a way to only do this when CMAKE_INCLUDE_CURRENT_DIR is on?
CCMAIL: <email address hidden>

98. By Michael Jansen <email address hidden>

AutoMoc::lazyInit() expects the app to get 6 parameter but run() only checks for 5.

Fix that so i do not get a qt assertion here.

97. By Patrick Spendrin <email address hidden>

add some changes to build automoc statically

96. By Christoph Feck <email address hidden>

Fix cmake_policy call

CCMAIL:<email address hidden>

svn path=/trunk/kdesupport/automoc/; revision=1142454

95. By Alexander Neundorf

-allow duplicate target names also in the automoc macros, to make the modules build again

Alex

svn path=/trunk/kdesupport/automoc/; revision=1142396

94. By Alexander Neundorf

-add cmake_policy(PUSH|POP) to save and restore the original cmake policy settings
-add the cmake_minimum_required(VERSION 2.6.4 FATAL_ERROR) back, since this is indeed required

Alex

svn path=/trunk/kdesupport/automoc/; revision=1141941

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.