Hi,
> I've been running a Dart2 server for several weeks, having
> found the Dart1.0.7 Java version at ...
It looks like there is a later version of Dart2 available via the
Subversion respository at http://svn.na-mic.org/svn/Dart/tags/Dart-1.0.8
and one of the commit comments mentions better co
Hi,
In the "Mastering CMake" book and the Wiki
(http://www.cmake.org/Wiki/CMake_Scripting_Of_CTest) is an example of
using CTEST_EXTRA_UPDATES_1 to perform updating of extra directories
from the repository, e.g. a tools directory that is outside your
monitored source directory:
SET (CTEST
Christian Ehrlicher wrote:
John Biddiscombe schrieb:
Please make sure that the boost developers know that if boost adopted
CMake as a build tool, then a small but capable army of helpers like
myself and many other readers on this list would fall over ourselves
to help out the process of creati
Hi,
I've been running a Dart2 server for several weeks, having found the
Dart1.0.7 Java version at
http://www.na-mic.org/Wiki/index.php/Dart2Summary, which was fairly easy
to setup.
I've recently got my CMake code coverage running, and noticed that the
Dart2 coverage summary reports don't look th
John Biddiscombe schrieb:
Please make sure that the boost developers know that if boost adopted
CMake as a build tool, then a small but capable army of helpers like
myself and many other readers on this list would fall over ourselves to
help out the process of creating CMakeLists etc files.
I
Please make sure that the boost developers know that if boost adopted
CMake as a build tool, then a small but capable army of helpers like
myself and many other readers on this list would fall over ourselves to
help out the process of creating CMakeLists etc files.
I'm sure this sentiment will
Hello!
I just want to post a pointer to a thread at the boost-devel list where using
cmake as an alternative to bbv2 is discussed:
http://www.nabble.com/boost-development-process---scope-tf3692772.html
Eric mentioned it, so start your reading at his post.
MfG Maik
PS: Argh.. gmane.org is
Hi all,
Has anyone tried to build a Universal Binary with the following:
CMAKE_OSX_ARCHITECTURES:STRING=ppc7400;i386
instead of the usual:
CMAKE_OSX_ARCHITECTURES:STRING=ppc;i386
If I do a 'lipo -info' on the build result it tells me "Architectures in
the fat file: foo.a are: ppc i386". It sh
Thomas Christian Chust wrote:
Bill Hoffman wrote:
I think you are going to have to use regular expressions.
if you want some code that can correctly identify matching quotation
marks, regular expressions don't have enough expressive power to
describe that behaviour (you would need something li
Bill Hoffman wrote:
> [...]
> I think you are going to have to use regular expressions.
> [...]
Hello,
if you want some code that can correctly identify matching quotation
marks, regular expressions don't have enough expressive power to
describe that behaviour (you would need something like PEGs
Kishore,
> > You need to make the distinction between the different styles of
> build:
> >
> > 1) Command line makefile
> > 2) IDE invoked internal build
> > 3) IDE invoked external makefile
> >
> > VC supports all three of these usage patterns for its
> native compiler.
> > However, if you
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Trevor Kellaway
> Sent: Saturday, May 05, 2007 1:49 PM
> To: cmake@cmake.org
> Subject: RE: [CMake] Thoughts on Cross-compiling with CMake
>
> Kishore,
>
> > OK. Personally, I use KDevelop and do not
12 matches
Mail list logo