CIA.vc
automoc
Real-time open source activity stats
Stats » Projects » KDE » automoc
informationsyndicateUTC clock
12:39 on May 28, 2012
event counters
The last message was received 0.95 years ago at 11:08 on Jun 16, 2011
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
110 messages since the first one, 4.09 years ago, for an average of 1.94 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
06:49 on Jun 16, 2011KDE
Commit by David Faure on master :: ra003654 automoc/Automoc4Config.cmake: (link)
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: neundorf at kde dot org
#
21:52 on Jun 07, 2011KDE
Commit by Patrick Spendrin on no-qt :: ra34d3a2 automoc/automoc.cpp: (link)
there was a reason for this indirection ;-) (fix generation of kssld/kssldinterface.moc)
#
14:21 on Jun 07, 2011KDE
Commit by Andre Heinecke on no-qt :: r496edc7 automoc/main.cpp: (link)
Change tabs to spaces in main.cpp

The other files in the automoc project use a indentation of 4 spaces
instead of one tab. This makes the code stlye more consistent.
#
14:18 on Jun 07, 2011KDE
Commit by Andre Heinecke on no-qt :: r0e55b03 automoc/main.cpp: (link)
Get automoc to compile again.

    Fixed one typo in the include: "automoc.h " -> "automoc.h"
    Added missing cstdlib include for EXIT_FAILURE definition.
    I wonder if any compiler accepted a2ada0d26
#
10:55 on Jun 06, 2011KDE
Commit by Gregory Schlomoff on no-qt :: rf0f3b8b automoc/Automoc4Config.cmake: (link)
Updating kde4automoc.cpp -> automoc.cpp in Automoc4Config.cmake
#
10:48 on Jun 06, 2011KDE
Commit by Gregory Schlomoff on no-qt :: ra2ada0d automoc/ (4 files): (link)
Splitting automoc.cpp into a class with a proper header and a main.cpp so that we can auto-test it.
#
10:30 on Jun 06, 2011KDE
Commit by Gregory Schlomoff on no-qt :: rb137551 automoc/ (3 files): (link)
Renaming kde4automoc.cpp to automoc.cpp
#
09:48 on Jun 06, 2011KDE
Commit by Gregory Schlomoff on no-qt :: r874f2f3 automoc/kde4automoc.cpp: (link)
Minor whitespace and coding style changes
#
06:14 on Jun 06, 2011KDE
Commit by Alex Neundorf on no-qt :: rd0bafbf automoc/ (CMakeLists.txt Automoc4Version.cmake): (link)
Don't search for Qt anymore

RPATH settings should not be necessary, since we don't link to any
shared library.

Not sure about the MSVC and AUTOMOC_STATIC stuff, maybe this is not
necessary at all when not linking to Qt ?

Alex
#
06:05 on Jun 06, 2011KDE
Commit by Alex Neundorf on no-qt :: r02bc135 automoc/ (kde4automoc.cpp CMakeLists.txt): (link)
make it build on my Linux machine:
-ifstream ctor doesn't work with std::string, but wants const char*
-only build cmWinCommandExection.cxx under Windows
-use a std::vector<std::string> instead of the char** pointer

Alex
#
19:59 on Jun 05, 2011KDE
Commit by Gregory Schlomoff on no-qt :: r52b5a60 automoc/kde4automoc.cpp: (link)
Cleaning the trim function a bit
#
19:53 on Jun 05, 2011KDE
Commit by Gregory Schlomoff on no-qt :: r01363c3 automoc/kde4automoc.cpp: (link)
Using CMake's GetEnv
#
19:49 on Jun 05, 2011KDE
Commit by Gregory Schlomoff on no-qt :: r8488bf7 automoc/kde4automoc.cpp: (link)
Using CMake's FileExists instead of custom one
#
19:43 on Jun 05, 2011KDE
Commit by Gregory Schlomoff on no-qt :: rc45b666 automoc/kde4automoc.cpp: (link)
Replacing Qt's platform checks with standard C++ ones
#
19:34 on Jun 05, 2011KDE
Commit by Gregory Schlomoff on no-qt :: r9e768c2 automoc/kde4automoc.cpp: (link)
Great, no more Qt classes
#
19:05 on Jun 05, 2011KDE
Commit by Gregory Schlomoff on no-qt :: r571b24d automoc/kde4automoc.cpp: (link)
No more QDirs
#
18:02 on Jun 05, 2011KDE
Commit by Gregory Schlomoff on no-qt :: r48c48eb automoc/kde4automoc.cpp: (link)
Using only CMake regexps now. Fixed a logic bug from the port ("if hash not contains key" became if "if hash contains key")
#
17:40 on Jun 05, 2011KDE
Commit by Gregory Schlomoff on no-qt :: rf51e680 automoc/kde4automoc.cpp: (link)
Replacing C++0x regexps with CMake's
#
11:00 on Jun 05, 2011KDE
Commit by Gregory Schlomoff on no-qt :: r28ca677 automoc/kde4automoc.cpp: (link)
Using CMake's RunCommand instead of QProcess
#
09:42 on Jun 05, 2011KDE
Commit by Gregory Schlomoff on no-qt :: r870b829 automoc/ (3 files): (link)
Adding cmWin32Process execution from the cmsys library, for Windows
#