Re: [CMake] dbus auto-activation services

2006-12-22 Thread Matt Rogers
On Friday 22 December 2006 03:01, Aaron J. Seigo wrote: > hi all... > > i needed to install a dbus auto activation file (*.service) in a cmake > project and couldn't find a nice way to do that. i ended up writing a macro > called dbus_add_activation_service and adding a macro to UsePkgConfig.cmake

Re: [CMake] Does CMake have any known problems with C and C++ code mixed together in the same library?

2006-09-21 Thread Matt Rogers
On Thursday 21 September 2006 03:19, Alan W. Irwin wrote: > Years ago I somehow got the impression it was not a good idea to mix C and > C++ object code in the same library, but now I cannot find the reference > (or I misinterpreted it in the first place). > > This really boils down to two question

Re: [CMake] Submitting patches to rely on external libraries for certain platforms

2006-08-09 Thread Matt Rogers
On Wednesday 09 August 2006 21:44, William A. Hoffman wrote: > At 07:26 PM 8/9/2006, Matt Rogers wrote: > >Hi, > > > >Would the CMake developers be interested in patches that allows people to > > use their already installed libraries such as curl, expat, libtar, etc. &

Re: [CMake] Submitting patches to rely on external libraries for certain platforms

2006-08-09 Thread Matt Rogers
On Wednesday 09 August 2006 19:26, Brandon J. Van Every wrote: > Matt Rogers wrote: > > Hi, > > > > Would the CMake developers be interested in patches that allows people to > > use their already installed libraries such as curl, expat, libtar, etc. > > on certain

[CMake] Submitting patches to rely on external libraries for certain platforms

2006-08-09 Thread Matt Rogers
Hi, Would the CMake developers be interested in patches that allows people to use their already installed libraries such as curl, expat, libtar, etc. on certain platforms and fallback to the in-source libraries if they're not installed? Initially, I think this would be great for unix/linux bas

Re: [CMake] Developing an externally usable API for CMake

2006-08-02 Thread Matt Rogers
On Wednesday 02 August 2006 10:05, you wrote: > Matt Rogers wrote: > > As suggested, I've copied most of CMake's code into the KDevelop 4 > > codebase for use in the cmake integration. However, I'd really love to > > have an external library of some sort

[CMake] Developing an externally usable API for CMake

2006-07-27 Thread Matt Rogers
Hi, As suggested, I've copied most of CMake's code into the KDevelop 4 codebase for use in the cmake integration. However, I'd really love to have an external library of some sort that I can link against rather than having to keep up with CMake's code. This leads to a few questions I have: 1.

Re: [CMake] [PATCh] Precompiled headers support for VC++ 7.x generator

2006-07-10 Thread Matt Rogers
Also, don't forget that gcc versions greater than 3.4 have pre-compiled header support as well. On Monday 10 July 2006 10:48, speedy wrote: > Hello David, > > I assume you mean something in the line of extending CMake > API with ADD_PRECOMPILED_HEADER(cpp_file_name, h_file_name)? > >

[CMake] [PATCH] Install CMakeLib and headers

2006-06-27 Thread Matt Rogers
Hi, The attached patch installs the CMakeLib and it's headers so that they can be used outside of the cmake source dir w/o having to copy the entire cmake source. This is useful for projects like KDevelop that would like to have powerful native support for CMake using the CMake code rather than

[CMake] Exporting an API for use by IDEs

2006-06-16 Thread Matt Rogers
Hi, Awhile back, I asked on the kde-buildsystem (http://mail.kde.org/pipermail/kde-buildsystem/2006-March/001838.html) list about getting some sort of API or parser seperation or whatever that I could use to integrate CMake into KDevelop so that native support for the editing, configuring, and