CIA.vc
neundorf
Real-time open source activity stats
Stats » Authors » neundorf
informationsyndicateUTC clock
06:52 on May 28, 2012
event counters
The last message was received 1.06 years ago at 22:28 on May 07, 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
1545 messages since the first one, 8.37 years ago, for an average of 1.98 days between messages
recent messages
dateReversed sort columnprojectcontentlink
22:28 on May 07, 2011log4cplus
Commit by neundorf :: r1535 /trunk/ConfigureChecks.cmake: (link)
-nicer indentation in ConfigureChecks.cmake

Alex
#
22:25 on May 07, 2011log4cplus
Commit by neundorf :: r1534 /trunk/include/log4cplus/config/ (defines.hxx.cmake.in defines.hxx.in): (link)
-no need to have UNISTD_H twice in the file

Alex
#
22:20 on May 07, 2011log4cplus
Commit by neundorf :: r1533 /trunk/ (3 files in 3 dirs): (link)
-a whole bunch more configure checks for cmake

still missing: mostly wide character, locale and thread stuff


Alex
#
19:47 on May 07, 2011log4cplus
Commit by neundorf :: r1532 /trunk/ (24 files in 22 dirs): (link)
Here comes a major overhaul of the CMake-files:
-building out-of-source works
-configure checks work
-some cleanup
-tested with gcc and Intel compilers under Linux
-tests are created, so you can do now "make test" and all tests are executed
-there is also a "package" target, which creates a package ready to distribute

I still needd to check that the configure checks are complete.


Alex
#
20:38 on Jan 20, 2011KDE
Commit by neundorf :: r1216020 /trunk/quality/nightly-support/kdesupport/AkonadiNightly.cmake: (link)
-add nightly script for Akonadi, patch from Scott Kitterman

Alex
#
21:29 on Nov 11, 2010KDE
Commit by neundorf :: r1195729 cmake/trunk/ (2 files in 2 dirs): (link)
-move the cmake files for the nightly dashboard scripts from kdesdk/ to quality/, as discussed at Akademy

Alex
#
18:06 on Nov 07, 2010KDE
Commit by neundorf :: r1193960 cmake/trunk/KDE/kdelibs/cmake/modules/ (3 files): (link)
-remove the include guards again, they might keep us from including our own version, if first our version has been loaded (mark as loaded), then the one from cmake (with potentially different behaviour), and then again our version (not loaded because the first one has already marked the file as included)

Alex
#
21:49 on Nov 04, 2010KDE
Commit by neundorf :: r1193159 cmake/trunk/KDE/kdesdk/cmake/nightly-support/ (2 files in 2 dirs): (link)
-add support for git via gitweb

Alex
#
09:10 on Oct 17, 2010KDE
Commit by neundorf :: r1186709 cmake/trunk/KDE/kdelibs/cmake/modules/FindKDE4Internal.cmake: (link)
-add documentation for INSTALL_TARGETS_DEFAULT_ARGS

Alex
#
20:26 on Oct 03, 2010KDE
Commit by neundorf :: r1182216 cmake/trunk/KDE/kdelibs/cmake/modules/FindDBusMenuQt.cmake:
-add support for detecting the version in dbusmenuqt trunk, it's more robust now than it was before

Alex
#
20:08 on Oct 03, 2010KDE
Commit by neundorf :: r1182213 cmake/trunk/KDE/kdelibs/cmake/modules/FindLCMS.cmake:
-also provide the version number with the dots, in LCMS_DOT_VERSION

Alex

CCMAIL: <cgiboudeaux at gmail dot com>
#
20:05 on Sep 27, 2010KDE
Commit by neundorf :: r1180381 cmake/trunk/KDE/kdelibs/cmake/modules/FindDBusMenuQt.cmake:
-detect the version of DBusMenuQt also without pkg-config

This commit restores the ability to find DBusMenuQt without using pkg-config, this was broken by the previous commit.

Additionally it uses the improved version checking provided by the new mode of find_package_handle_standard_args()

Alex

CCMAIL: <aseigo at kde dot org>
#
20:02 on Sep 27, 2010KDE
Commit by neundorf :: r1180380 cmake/trunk/KDE/kdelibs/cmake/modules/FindPackageHandleStandardArgs.cmake:
-include the required version number in the details string, so the message is printed again also if the required version is changed

Alex
#
17:31 on Sep 26, 2010KDE
Commit by neundorf :: r1179986 cmake/trunk/KDE/kdelibs/cmake/modules/FindPkgConfig.cmake:
-add an include guard also to FindPkgConfig.cmake, should save parsing this 380 lines long file a few times during a kdelibs cmake run

Alex
#
17:24 on Sep 26, 2010KDE
Commit by neundorf :: r1179983 cmake/trunk/KDE/kdelibs/cmake/modules/FindExiv2.cmake:
basically a rewrite of FindExiv2.cmake, now works also without pkg-config, has proper verison checking using
the new extended syntax of find_package_handle_standard_args(), and a clearer path through the code

Alex
#
16:42 on Sep 26, 2010KDE
Commit by neundorf :: r1179967 cmake/trunk/KDE/kdelibs/cmake/modules/FindPackageHandleStandardArgs.cmake:
-add an include guard at the top, to avoid parsing this file again and again

Alex
#
16:37 on Sep 26, 2010KDE
Commit by neundorf :: r1179965 cmake/trunk/KDE/kdelibs/cmake/modules/FindFlac.cmake:
-simplify FindFlac.cmake by using find_package_handle_standard_args()

Alex
#
16:32 on Sep 26, 2010KDE
Commit by neundorf :: r1179961 cmake/trunk/KDE/kdelibs/cmake/modules/ (4 files):
-consistent upper/lowercasing
-remove the unnecessary if(already found) set(QUIET TRUE), since this is already handled by find_package_handle_standard_args()

Alex
#
16:23 on Sep 26, 2010KDE
Commit by neundorf :: r1179957 cmake/trunk/KDE/kdelibs/cmake/modules/FindPulseAudio.cmake:
-improved version checking using the new find_package_handle_standard_args() VERSION_VAR feature

Alex
#
16:12 on Sep 26, 2010KDE
Commit by neundorf :: r1179954 cmake/trunk/KDE/kdelibs/cmake/modules/FindPulseAudio.cmake:
-consisten lowercasing

Alex
#