>From the bug Description at
http://public.kitware.com/Bug/view.php?id=3796:

 

Visual Studio has "Solution Folders" for grouping Projects (i.e. build
targets). Large software projects would benefit from this feature. I
suppose the appropriate command would be PROJECT_GROUP, to parallel
SOURCE_GROUP.

 

 

Visual studio also calls them 'filters'.  They let you organize your
projects into logical groups in the IDE which don't necessarily reflect
the layout on disk, for example:

 

Arbitration

Arbiters Static Lib

                        Includes\

                                    *.h

                        Src\

                                    *.cpp

            Arbiters Unit Tests

                        Mocks\

                                    Mock*.*

                        Tests\

                                    Test*.*

Cache

            Cache Static Lib

                        Includes\

                                    *.h

                        Src\

                                    *.cpp

            Cache Dynamic Lib

                        Includes\

                                    *.h

                        Src\

                                    *.cpp

                        Resources\

                                    *.res

 

 

Where 'Arbitration' and 'Cache' are simply containers for the projects
within them.  Once you have a bunch of projects, it makes it easier to
navigate when you can group them.  I'm really looking forward to this
feature being included.

 

Aaron C. Meadows 

________________________________

From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf
Of James Bigler
Sent: Wednesday, June 16, 2010 11:11 AM
To: David Cole
Cc: cmake
Subject: Re: [CMake] PROJECT_GROUP

 

So what is PROJECT_GROUP then?  I don't see it in the help pages in
branch 'next'.

James

On Tue, Jun 15, 2010 at 10:29 AM, David Cole <david.c...@kitware.com>
wrote:

The patch in issue #3796 has not been applied to the CMake 'next' branch
yet. I think it is too late to consider for the 2.8.2 release, but it
could easily be in for the release after that if it's acceptable as-is.
(And somebody pushes it to next for testing on the dashboards...)

However, it would be nice to generalize that feature so that it works
with Xcode in addition to Visual Studio. There's a note in the bug to
that effect.



Thanks,
David





On Tue, Jun 15, 2010 at 4:09 AM, Aeschbacher, Fabrice
<fabrice.aeschbac...@siemens.com> wrote:

Hi,

Will the nice PROJECT_GROUP feature described here:

http://public.kitware.com/Bug/view.php?id=3796

be in this release?

Regards,
Fabrice Aeschbacher


>
> I am happy to announce that CMake 2.8.2 has entered the release
> candidate stage! You can find the source and binaries here:
> http://www.cmake.org/files/v2.8/.
>
> Following is the list of changes in this release. (If you notice
> something missing please let me know and I will add it to the official
> release when 2.8.2 is finalized.)
>
> Changes in CMake 2.8.2 RC 1 (since CMake 2.8.1)
> - Build on Tru64 (#10542)
> - Build on mingw-w64
> - Build on old Sun (#10550, #10543)
> - CPack: Add native BZip2 support
> - CPack: Set compression type in RPM spec (#10363)
> - CPack: Try harder to initialize staging directory (#10793)
> - CTest: Add --stop-time argument
> - CTest: Cost data with '-j'
> - CTest: Fix memory report
> - CTest: Glob for uncovered files during coverage tests
> - CTest: Option to specify cdash server
> - CTest: PHP Coverage support
> - CTest: Process tree kill for OpenBSD, FreeBSD, kFreeBSD, GNU/Hurd
> - CTest: Report failure in Update.xml
> - CTest: Submit author email in Update.xml
> - CTest: Teach ctest_update about Git submodules
> - Cygwin: Export all symbols with ENABLE_EXPORTS (#10122)
> - Do not list file names during 'cmake -E tar xz'
> - Documentation: Comply with "XHTML 1.0 Strict"
> - Documentation: Fix typo in CMAKE_LIBRARY_PATH (#10291)
> - Documentation: Fix typo in HAS_CXX docs (#10578)
> - Documentation: More consistent command signatures
> - Eclipse: Do not add INCLUDE to environment twice
> - Enable extra CodeBlocks generator on Cygwin
> - ExternalProject: Support .zip and .bz2 archives, MD5 verification
> - ExternalProject: Reconfigure when args change (#10258)
> - ExternalProject: Support Git, SVN username/password
> - FindCurses: Fix for cygwin ncurses package
> - FindHSPELL: Version support
> - FindJava: Error if version is not found only when REQUIRED
> - FindJava: Support runtime and development components (#9840)
> - FindKDE4: Prefer kdeconfig results over system paths
> - FindMPEG: Check for 'vo' library
> - FindPNG: Support png 1.4 versioned lib names (#10551)
> - FindPkgConfig: Add QUIET keyword to pkgconfig macros (see #10469)
> - FindZLIB: GnuWin32 support, version support (#5588)
> - FindwxWidget: Fix CXX flag parsing (#10209)
> - Fix .pdb name attribute in VS project files (#10614)
> - Fix CodeBlocks to work with Fortran-only
> - Fix VS 2010 custom commands (#10503)
> - Fix VS 6 support for COMPILE_DEFINITIONS_MINSIZEREL (#10700)
> - Fix cross-compiling from Linux to iPhone (#10526)
> - Fix documentation typos
> - Fix g95 Fortran compiler support
> - Fix uname masking in file(WRITE) and write_file (#10789)
> - GetPrerequisites: Provide an override hook
> - Handle non-ASCII terminators in file(STRINGS)
> - Module fixes: FindPythonLibs, FindQt4, FindX11, FindwxWidgets
> - PathScale Fortran compiler tool detection
> - Qt4 OpenGL framework fix
> - Qt4ConfigDependentSettings.cmake Qt4Macros.cmake UseQt4.cmake
> - Recognize ARM ABI/EABI with GNU compilers
> - Recognize Clang compiler
> - Search basic directories on "Generic" platform
> - Set MSVC* variables consistently on all generators, and test
> - Support SunPro C++ 5.11 on Linux (new compiler)
> - Support VS 10 Express (related to #10670)
> - Support compression with 'cmake -E tar'
> - Support multiple arguments in CC,CXX,FC environment variables
> - Support per-configuration librarian flags (#10768)
> - Support per-platform initial ASM language flags (#10577)
> - Use Fortran ABI detection results conservatively
> - Use libarchive to replace the unmaintained libtar
> - UseQt4: Support QtMultimedia (#10675)
> - bootstrap: Fix make tool detection (#10544)
> - cmake-gui: Add simple grouped view
> - cmake-gui: Support build tree under symlink (#9975)
> - Cleanup modules FindASPELL, FindAVIFile, FindBZip2, FindDart,
>  FindEXPAT, FindGCCXML, FindGLU, FindHSPELL, FindJasper, FindLibXml2,
>  FindLibXslt, FindMPEG, FindOpenAL, FindPhysFS, FindQuickTime,
>  FindSubversion, FindZLIB.
>
>
> Please try this version of CMake on your projects and report any
> issues to the list or the bug tracker.
>
> Happy building!
>
> -Dave

> _______________________________________________
> Powered by www.kitware.com
>
> Visit 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
> 




_______________________________________________
Powered by www.kitware.com

Visit 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

 



This email was sent to you by Thomson Reuters, the global news and information 
company.
Any views expressed in this message are those of the individual sender, except 
where the sender specifically states them to be the views of Thomson Reuters.

_______________________________________________
Powered by www.kitware.com

Visit 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

Reply via email to