Re: [cmake-developers] PCRE

2011-05-16 Thread Bill Hoffman

On 5/15/2011 1:23 PM, Pau Garcia i Quiles wrote:

Hi,

Just a quick note to let you Debajyoti Datta will be implementing
Perl-compatible Regular Expression support in CMake starting next
Friday.

I am mentoring him in Season of KDE (kind of Google Summer of Code,
but for KDE). Some details of what he will be doing here here:
http://www.elpauer.org/?p=684

I've just sent him a long e-mail with the technical details and the
source of my half-baked implementation. If you are interested in those
details too, just ask me and I'll forward the e-mail.

We will not be replacing the current regex support in CMake but only
adding PCRE in addition to the current regex support. Wherever you
find now regex support, there will be also PCRE support. I have been
trying to do this for years (!!!) but I never found enough spare time
to complete it.

Debajyoti will introduce himself here soon and the technical issues
will be discussed here, so that other developers can also give him
some insight.



This sounds great.  Thanks for setting this up.

-Bill

___
cmake-developers mailing list
cmake-developers@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] Generating information for C++ tools in cmake (patch)

2011-05-16 Thread Brad King
On 05/14/2011 01:04 AM, Manuel Klimek wrote:
 Any news on this one? We're currently building more tools, so it would
 be cool to know when we can expect this to be more easily available.
 If there's more work to do on my side, I'm happy to see it through.

Thanks for the ping.  I've had the topic sitting in my work tree for a while
but needed to make one more fix.  I just needed to tweak your last commit to
only build the test helper code if the test would be run.  I've merged the
topic to our 'next' branch:

  http://cmake.org/gitweb?p=cmake.git;a=commit;h=024f2cdc

Thanks for your work,
-Brad
___
cmake-developers mailing list
cmake-developers@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] Generating information for C++ tools in cmake (patch)

2011-05-16 Thread Manuel Klimek
On Mon, May 16, 2011 at 7:58 AM, Brad King brad.k...@kitware.com wrote:
 On 05/14/2011 01:04 AM, Manuel Klimek wrote:
 Any news on this one? We're currently building more tools, so it would
 be cool to know when we can expect this to be more easily available.
 If there's more work to do on my side, I'm happy to see it through.

 Thanks for the ping.  I've had the topic sitting in my work tree for a while
 but needed to make one more fix.  I just needed to tweak your last commit to
 only build the test helper code if the test would be run.  I've merged the
 topic to our 'next' branch:

  http://cmake.org/gitweb?p=cmake.git;a=commit;h=024f2cdc

Cool, thanks!
/Manuel
___
cmake-developers mailing list
cmake-developers@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers