Re: [CMake] CMake Coverage broken with Ninja

2017-09-05 Thread Gerhard Gappmeier
Hi Brad, thanks for that information. It is great to see that you are working on this. Could you already verify if this problem is also the cause for the coverage issue? On 09/05/2017 01:31 PM, Brad King wrote: > On 09/02/2017 03:14 AM, Gerhard Gappmeier wrote: >> This is quite

Re: [CMake] CMake Coverage broken with Ninja

2017-09-02 Thread Gerhard Gappmeier
re: https://cmake.org/Bug/print_bug_page.php?bug_id=13894 AFAIK this was never fixed. Now I suspect this to be also the reason for the coverage issues. I hope this helps. On 09/01/2017 04:09 PM, Haocheng Liu wrote: > > > On Fri, Sep 1, 2017 at 9:41 AM, Gerhard Gappmeier > mailto:ge

Re: [CMake] CMake Coverage broken with Ninja

2017-09-01 Thread Gerhard Gappmeier
S.utf8" LC_MESSAGES="en_US.utf8" LC_PAPER="en_US.utf8" LC_NAME="en_US.utf8" LC_ADDRESS="en_US.utf8" LC_TELEPHONE="en_US.utf8" LC_MEASUREMENT="en_US.utf8" LC_IDENTIFICATION="en_US.utf8" LC_ALL= any ideas for the Linux platform?

[CMake] CMake Coverage broken with Ninja

2017-09-01 Thread Gerhard Gappmeier
Covered LOC: 3 Not covered LOC: 0 Total LOC: 3 Percentage Coverage: 100.00% Is this problem known? Are there any fixes/workaround available? -- mit freundlichen Grüßen / best regards *Gerhard Gappmeier* ascolab GmbH - automation systems com

[CMake] Idea: CMake IRC Bot

2015-09-04 Thread Gerhard Gappmeier
nd almost everybody needs that. This should also be able to report some Git checkout errors, e.g. if a Git submodule reference is invalid. What do you think? - -- mit freundlichen Grüßen / best regards *Gerhard Gappmeier* ascolab GmbH - automation systems communication laboratory Tel.: +49 9

Re: [CMake] E-Mail Notification of CDash is not working anymore

2015-02-05 Thread Gerhard Gappmeier
t the "Repository Credentials" associated with the user > for a given project is matching the git commits information (email I > suppose)? > > http:///manageProjectRoles.php?projectid= > > Julien > > On 23/01/2015 14:51, Gerhard Gappmeier wrote: > > Hi > >

[CMake] E-Mail Notification of CDash is not working anymore

2015-01-23 Thread Gerhard Gappmeier
the commits which they have broken, and not for all emails. The git commits contains correct author information with email, so that's not the problem. Any ideas what could be missing in the configuration? or is this maybe a known bug? -- mit freundlichen Grüßen / best regards Gerhard Gap

Re: [CMake] CTest XML format

2014-11-17 Thread Gerhard Gappmeier
base64 you can unpack the data this way: base64 -d ~/test.base64 > ~/test.bin printf "\x1f\x8b\x08\x00\x00\x00\x00\x00" | cat - ~/test.bin | gzip -dc Am 17.11.2014 11:20, schrieb Gerhard Gappmeier: > Hi all, > > we want to archive our unittest results, code coverage

[CMake] CTest XML format

2014-11-17 Thread Gerhard Gappmeier
Hi all, we want to archive our unittest results, code coverage etc. when we release a product. Therefor we want to store the generated XML files in TestLink. However when we need to look at the results again we need to display them somehow. So I have some questions regarding the format: 1.) I f

Re: [CMake] Problem with CPack components

2014-07-10 Thread Gerhard Gappmeier
y pack the applications component, leave out all other components SET(CPACK_COMPONENTS_ALL applications) INCLUDE(CPack) ENDIF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake") ### # #}}} Now, that this is correct it also works with cmake

[CMake] Problem with CPack components

2014-07-10 Thread Gerhard Gappmeier
eb package. Or alternatively use this for creating a TGZ cpack -G TGZ Result: The created packages contain both foo.txt and bar.txt. Expected Result: The package should contain only foo.txt I don't know if this is a bug, or if something is missing here in my CMakeLists.txt.

[CMake] Suppressing -rdynamic in toolchain file

2014-04-04 Thread Gerhard Gappmeier
this does not work either, as explained above. I hope somebody can clarify how this options can be configured properly the CMake way. PS: I'm using cmake version 2.8.12.2 -- mit freundlichen Grüßen / best regards Gerhard Gappmeier ascolab GmbH - automation systems communication laborato

[CMake] extract GNU build-id

2014-03-11 Thread Gerhard Gappmeier
ls/.build-id/nn/.debug # TODO: ln -s ${SYMBOLDIR}/${PRODUCTNAME}/${VERSION}/${basename} # ${SYMBOLDIR}/.build-id/${BUILDIDPREFIX}/${BUILDIDSUFFIX}.debug endfunction() -- mit freundlichen Grüßen / best regards *Gerhard Gappmeier* ascolab GmbH - automation systems comm

[CMake] Building a MS COM Dll with Cmake

2011-06-30 Thread Gerhard Gappmeier
reat if somebody has an example for a simple COM Dll project. I hope this is possible. -- mit freundlichen Grüßen / best regards *Gerhard Gappmeier* ascolab GmbH - automation systems communication laboratory Tel.: +49 9131 691 123 Fax: +49 9131 691 128 Web: http://www.ascolab.com GPG-KeyId: 5AAC

[CMake] Setting special visual studio options from CMake

2011-05-18 Thread Gerhard Gappmeier
and still shows the default settings like "/DYNAMICBASE" in the advanced section. It compiles and links without error, but I don't think the result is correct. Any ideas how these settings could be set from CMake? -- mit freundlichen Grüßen / best regards *Gerhard Gappmeier

Re: [CMake] ctest crashes with HTTPS drop method

2011-01-18 Thread Gerhard Gappmeier
> HTH, > David > > > On Tue, Jan 18, 2011 at 12:04 PM, Gerhard Gappmeier < > > gerhard.gappme...@ascolab.com> wrote: > > Hi > > > > I tried to change the drop method from HTTP to HTTPS today, > > > > because I want to secure my serve

[CMake] ctest crashes with HTTPS drop method

2011-01-18 Thread Gerhard Gappmeier
enssl (1.0.0c@12/07/2010): full-strength general purpose cryptography library (including SSL v2/v3 and TLS v1) gergap@ws-gergap ~ $ uname -a Linux ws-gergap 2.6.36-gentoo-r1 #1 SMP PREEMPT Wed Dec 8 09:41:17 CET 2010 i686 Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz GenuineIntel GNU/Linux -- Gerhard Gapp

Re: [CMake] Sporadic mail sending issues

2011-01-18 Thread Gerhard Gappmeier
I'm working on trunk now and the SendEmail error seems to be fixed now. At least it did not show up the whole day. Thx a lot. On Friday 14 January 2011 17:49:33 Gerhard Gappmeier wrote: > Thx, > I'll give it a try on monday, it's getting late here already ;-) > Have

Re: [CMake] Sporadic mail sending issues

2011-01-14 Thread Gerhard Gappmeier
the > CDash code base. > > Maybe you could try running with an svn trunk on a test server to see > if it resolves your issue? > > > HTH, > David > > > On Fri, Jan 14, 2011 at 7:32 AM, David Cole wrote: >> Maybe you could post this on the CDash mailing list? >>

[CMake] Sporadic mail sending issues

2011-01-14 Thread Gerhard Gappmeier
Warning reported on 2011-01-14 09:24:01 for build #145 (SendEmail): User: Benjamin Riker is not registered (or has no email) for the project 3 ...(names changed) -- Gerhard Gappmeier ascolab GmbH - automation systems communication laboratory Tel.: +49 9131 691 123 Fax: +49 9131 691 128 W

Re: [CMake] ctest and git submodules

2011-01-14 Thread Gerhard Gappmeier
e of them... > > > HTH, > David > > > On Wed, Jan 12, 2011 at 12:16 PM, Gerhard Gappmeier < > > gerhard.gappme...@ascolab.com> wrote: > > Hi, > > > > my project is stored in a git repo with submodules. > > > > I'm wondering

[CMake] ctest and git submodules

2011-01-12 Thread Gerhard Gappmeier
amp; git submodule init && git submodule update" before running ctest, but then "ctest -D Continuous" will do nothing because it doesn't detect the change anymore. Has anybody working ctest with git submodules? -- Gerhard Gappmeier ascolab GmbH - automation systems c

Re: [CMake] Fwd: Submitting to CDash fails with error 417

2010-11-08 Thread Gerhard Gappmeier
gt; Julien > > > ------ Forwarded message -- > > From: *Gerhard Gappmeier* > <mailto:gerhard.gappme...@ascolab.com>> > > Date: Mon, Nov 8, 2010 at 10:14 AM > > Subject: [CMake] Submitting to CDash fails with error 417 > > To: cmake@cmake.org <

[CMake] Submitting to CDash fails with error 417

2010-11-08 Thread Gerhard Gappmeier
[CMakeFiles/Nightly] Error 65 make[2]: *** [CMakeFiles/Nightly.dir/all] Error 2 make[1]: *** [CMakeFiles/Nightly.dir/rule] Error 2 make: *** [Nightly] Error 2 Complete source for testing is available here: git clone git://github.com/gergap/helloworld.git -- mit freundlichen Grüßen / best regar

Re: [CMake] help with learning add_library

2010-11-06 Thread Gerhard Gappmeier
other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Follow this link to subscribe/unsubscribe: > http://www.cmake.org/mailman/listinfo/cmake -

Re: [CMake] help with learning add_library

2010-11-06 Thread Gerhard Gappmeier
ck the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Follow this link to subscribe/unsubscribe: > http://www.cmake.org/mailman/listinfo/cmake -- mit freundlichen Grüßen / best regards *Gerhard Gappmeier* ascolab GmbH - automation systems communication laboratory Tel.: +49

[CMake] EXECUTABLE_OUTPUT_PATH is empty in Nightly target

2010-11-05 Thread Gerhard Gappmeier
ldren=yes --quiet >> --tool=memcheck --leak-check=yes --show-reachable=yes >> --num-callers=100 --verbose --demangle=yes >> >> >> On Wed, Nov 3, 2010 at 9:11 AM, Gerhard Gappmeier >> wrote: >>> Hi all, >>> >>> I'm trying to figure ou

Re: [CMake] Using gcov/lcov and valgrind with cmake

2010-11-05 Thread Gerhard Gappmeier
;> >> CTEST_MEMORYCHECK_COMMAND:FILEPATH=/usr/bin/valgrind) >> CTEST_MEMORYCHECK_COMMAND_OPTIONS:STRING=--trace-children=yes --quiet >> --tool=memcheck --leak-check=yes --show-reachable=yes >> --num-callers=100 --verbose --demangle=yes >> >> >> On Wed, Nov 3, 2010 at 9:11 AM, Gerhard Gap

Re: [CMake] Using gcov/lcov and valgrind with cmake

2010-11-05 Thread Gerhard Gappmeier
EST_MEMORYCHECK_COMMAND_OPTIONS:STRING=--trace-children=yes --quiet >> --tool=memcheck --leak-check=yes --show-reachable=yes >> --num-callers=100 --verbose --demangle=yes >> >> >> On Wed, Nov 3, 2010 at 9:11 AM, Gerhard Gappmeier >> wrote: >>> Hi all, >

Re: [CMake] Using gcov/lcov and valgrind with cmake

2010-11-05 Thread Gerhard Gappmeier
and Linux(STGZ, RPM, DEB, ...) * Automatic build using a git hook - Integration with buildbot - or with CDash Am 04.11.2010 19:28, schrieb Ben Boeckel: > Gerhard Gappmeier wrote: >> Hi all, >> >> I'm trying to figure out how to use gcov and maybe also lcov with cmake.

[CMake] Using gcov/lcov and valgrind with cmake

2010-11-03 Thread Gerhard Gappmeier
to http://www.cmake.org/cmake/help/cmake_tutorial.html This would help a lot of people. -- mit freundlichen Grüßen / best regards *Gerhard Gappmeier* ascolab GmbH - automation systems communication laboratory Tel.: +49 9131 691 123 Fax: +49 9131 691 128 Web: http://www.ascolab.com GPG Key Id: 5AAC5

[CMake] Howto remove artificial CMake dependencies

2009-07-31 Thread Gerhard Gappmeier
d the customers don't need to recreate this projects because they are just using the libs. If they really need the add new files, they would do it with their native IDEs. Is it possible to create projects without this dependencies to CMake? -- mit freundlichen Grüßen / best regards *Gerhard

Re: [CMake] Qt 4.4.3 + VS 2008 Images don't load.

2008-11-07 Thread Gerhard Gappmeier
re on plugins you can read on http://doc.trolltech.com/4.4/plugins- howto.html I hioe this helps you. -- mit freundlichen Grüßen / best regards Gerhard Gappmeier ascolab GmbH - automation system communication laboratory Tel.: +49 9131 691 123 Fax: +49 9131 691 128 Web: http://www.ascolab.com GP

Re: [CMake] CMake problem on Solaris with suncc

2008-10-27 Thread Gerhard Gappmeier
iling list > CMake@cmake.org > http://www.cmake.org/mailman/listinfo/cmake -- mit freundlichen Grüßen / best regards Gerhard Gappmeier ascolab GmbH - automation systems communication laboratory Tel.: +49 9131 691 123 Fax: +49 9131 691 128 Web:

Re: [CMake] CMake problem on Solaris with suncc

2008-10-27 Thread Gerhard Gappmeier
; ; export CFLAGS="-m64" ; export CPPFLAGS="-m64"; > export CC=/opt/SUNWspro/bin/suncc ; export CPP=/opt/SUNWspro/bin/suncc; > export CXX=/opt/SUNWspro/bin/sunCC > > -- mit freundlichen Grüßen / best regards Gerhard Gappmeier ascolab GmbH - automation systems communi

[CMake] howto INSTALL PDB files

2008-10-27 Thread Gerhard Gappmeier
Hi, INSTALL(TARGETS ...) doesn't copy the pdb files with debug information (Visual Studio/Windows) along with the executable. Is there a cmake option to change this, or do I need to create a manual install rule for that? -- mit freundlichen Grüßen / best regards Gerhard Gappmeier as

[CMake] CMake problem on Solaris with suncc

2008-10-27 Thread Gerhard Gappmeier
make -f CMakeFiles/Makefile2 all make: Fatal error: Command failed for target `all' -- mit freundlichen Grüßen / best regards Gerhard Gappmeier ascolab G

Re: [CMake] Compiling assembler files with C code

2008-10-23 Thread Gerhard Gappmeier
Hi, thx a lot, this works. Hendrik Sattler schrieb: > Gerhard Gappmeier schrieb: > >> Hi all, >> >> I want to compile an assembler file with my C sources. >> >> A simple example how to compile this on the command line looks like that: >

[CMake] Compiling assembler files with C code

2008-10-21 Thread Gerhard Gappmeier
that compiling with cmake. -- mit freundlichen Grüßen / best regards Gerhard Gappmeier ascolab GmbH - automation systems communication laboratory Tel.: +49 9131 691 123 Fax: +49 9131 691 128 Web: http://www.ascolab.com GPG-Key: http://www.ascolab.com/gpg/gg.asc hello.tar.gz Description: applic

Re: [CMake] Proposal for changing the visual studio generator

2008-02-21 Thread Gerhard Gappmeier
argetName} PROPERTIES DEBUG_POSTFIX "-D") ENDIF(CMAKE_GENERATOR MATCHES "Visual Studio") Josh -- mit freundlichen Grüßen / best regards *Gerhard Gappmeier* ascolab GmbH - automation systems communication laboratory Tel.: +49 9131 691 123 Fax: +49 9131 691 128 Web: http://w

[CMake] Proposal for changing the visual studio generator

2008-02-21 Thread Gerhard Gappmeier
nt them, but also keeps the current behaviour, or better the Visual Studio default behavior as long as you don't overwrite the output paths. -- mit freundlichen Grüßen / best regards *Gerhard Gappmeier* ascolab GmbH - automation systems communication laboratory Tel.: +49 9131 691 123 Fax: +49

[CMake] howto disable debug and release folders for MSVC

2008-02-14 Thread Gerhard Gappmeier
Hi Is it possible to disable the generation of Debug/ and Release/ folders for the MSVC Generator? My app builds into a defined folder structure /builddir/bin/MyApp /builddir/bin/plugins/MyPlugin1 /builddir/bin/plugins/MyPlugin2 This works perfectly on linux and windows commandline with nmake.