Log of /eclass/cmake-utils.eclass
Parent Directory
|
Revision Log
Revision
1.92 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 7 15:41:34 2013 UTC
(6 years ago)
by
kensington
Branch:
MAIN
Changes since
1.91: +99 -34 lines
Diff to
previous 1.91
,
to
selected 1.67
Export src_prepare. Improve support for dev-util/ninja wrt bug #439608. Add support for CMAKE_DISABLE_FIND_PACKAGE wrt bug #453746.
Revision
1.83 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 2 08:14:36 2012 UTC
(6 years, 4 months ago)
by
kensington
Branch:
MAIN
Changes since
1.82: +7 -2 lines
Diff to
previous 1.82
,
to
selected 1.67
Make VIRTUALX_COMMAND nonfatal so that Xvfb is always killed. Return status at the end of CMake test phase. This fixes bug #406353.
Revision
1.78 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 16 10:28:47 2012 UTC
(6 years, 10 months ago)
by
scarabeus
Branch:
MAIN
Changes since
1.77: +5 -5 lines
Diff to
previous 1.77
,
to
selected 1.67
Whitespace cmake dep. Add build_rules to CMAKE_BUILD_DIR rather than to T as they might vary for multiple abi builds. Create the CMAKE_BUILD_DIR right away when determined.
Revision
1.72 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 21 21:19:08 2011 UTC
(7 years, 5 months ago)
by
dilfridge
Branch:
MAIN
Changes since
1.71: +16 -2 lines
Diff to
previous 1.71
,
to
selected 1.67
Add undocumented variable such that in case of test failures the test log is
inserted into the build log. On request from Diego.
Revision
1.67 -
(
view)
(
download)
(
annotate)
-
[selected]
Fri Mar 18 19:45:49 2011 UTC
(7 years, 11 months ago)
by
scarabeus
Branch:
MAIN
Changes since
1.66: +2 -1 lines
Diff to
previous 1.66
Silence undefined warnings, since our eclass operate this way with all enablers (and we trust that maintainers know what the heck are they doing).
Revision
1.57 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 12 19:27:42 2010 UTC
(8 years, 6 months ago)
by
reavertm
Branch:
MAIN
Changes since
1.56: +7 -5 lines
Diff to
previous 1.56
,
to
selected 1.67
use debug && append-cppflags -DDEBUG.
Also prevent QDebug from flooding when ! use debug (Qt is common toolkit among cmake-controlled packages, we can add respective preprocessor definitions for other known common libs as well)
Revision
1.55 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 9 16:31:27 2010 UTC
(8 years, 7 months ago)
by
reavertm
Branch:
MAIN
Changes since
1.54: +38 -47 lines
Diff to
previous 1.54
,
to
selected 1.67
Sync following changes from kde overlay:
- sort variables so that they appear in manual alphabetically
- run ctest instead of make check in src_test and make it aware of TEST_VERBOSE variable
- sed-out two more hardcoded values from CMakeLists.txt: CMAKE_VERBOSE_MAKEFILE and CMAKE_COLOR_MAKEFILE
Revision
1.52 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 27 02:44:14 2010 UTC
(8 years, 8 months ago)
by
reavertm
Branch:
MAIN
Changes since
1.51: +22 -44 lines
Diff to
previous 1.51
,
to
selected 1.67
- use DOCS and HTML_DOCS support from base.eclass (arrays), provide backward compatibility code
- remove documentation of internal functions so that only relevant and public API is in manual
Revision
1.38 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 18 10:49:55 2009 UTC
(9 years, 2 months ago)
by
zmedico
Branch:
MAIN
Changes since
1.37: +8 -4 lines
Diff to
previous 1.37
,
to
selected 1.67
Bug #297255 - When converting $mycmakeargs to an array inside
enable_cmake-utils_src_configure(), use a local variable since
<=portage-2.1.6.x does not support global arrays.
Revision
1.32 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 27 14:16:49 2009 UTC
(9 years, 3 months ago)
by
scarabeus
Branch:
MAIN
Changes since
1.31: +81 -39 lines
Diff to
previous 1.31
,
to
selected 1.67
Sync cmake-utils and kde eclasses with kde-testing overlays.
Renamed WANT_CMAKE -> CMAKE_REQUIRED in kde eclasses
fixed koffice2.0 support in kde eclasses
Added WANT_CMAKE into cmake-utils eclass, where it brings possibility to depend on cmake only when some useflag is required.
Used with WANT_CMAKE="variable", where variable is the useflag (its autoadded to IUSE too.)
Revision
1.29 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jun 17 22:39:01 2009 UTC
(9 years, 8 months ago)
by
scarabeus
Branch:
MAIN
Changes since
1.28: +6 -1 lines
Diff to
previous 1.28
,
to
selected 1.67
Adjust cmake-utils to awoid not deleting some stuff after merge. We place all stuff to workdir and above. See bug #273949 for details.
Revision
1.28 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 29 08:06:46 2009 UTC
(9 years, 8 months ago)
by
scarabeus
Branch:
MAIN
Changes since
1.27: +11 -9 lines
Diff to
previous 1.27
,
to
selected 1.67
Remove not needed warning about non-existent push. Fix CMAKE_BUILD_DIR variable if insource build specified as local variable in some src_ function only.
Revision
1.26 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 8 10:54:02 2009 UTC
(9 years, 9 months ago)
by
scarabeus
Branch:
MAIN
Changes since
1.25: +18 -10 lines
Diff to
previous 1.25
,
to
selected 1.67
Introduce updated cmake-utils eclass
Now it can be run out of the S variable by defining CMAKE_USE_DIR
I searched tree and found no issue but if your package fail you are probably using this:
${WORKDIR}/${PN}_build/ this code should be replaced with "${CMAKE_BUILD_DIR}"
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 4 12:28:10 2009 UTC
(9 years, 10 months ago)
by
scarabeus
Branch:
MAIN
Changes since
1.22: +36 -7 lines
Diff to
previous 1.22
,
to
selected 1.67
Update eclassdoc so it work again. Per bug #264791.
Introduce feature that if dev calls $(cmake-use_bla use) it runs all various permutations:
-DBLA_use=ON -DBLA_Use=ON -DBLA_USE=ON
Really reduces duplication in some ebuilds. Old behavior preserved tho via third parameter:
$(cmake-use_bla use VALUE) results only into -DBLA_VALUE=ON
Revision
1.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 24 15:41:06 2008 UTC
(10 years, 1 month ago)
by
scarabeus
Branch:
MAIN
Changes since
1.15: +3 -3 lines
Diff to
previous 1.15
,
to
selected 1.67
Disable stripping in cmake fashion, we do it on portage side later and we dont need it done by cmake itself. Fixes bug #251304.
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 11 20:02:11 2007 UTC
(11 years, 3 months ago)
by
philantrop
Branch:
MAIN
Changes since
1.1: +30 -8 lines
Diff to
previous 1.1
,
to
selected 1.67
Added a patch by Nelchael (use pushd/popd, allow use of CMAKE_IN_SOURCE_BUILD, define LIB_INSTALL_DIR) and cmake-utils_use_want by Ingmar to allow usage of the eclass by applications that need -DWANT_blah.
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 4 13:17:35 2007 UTC
(11 years, 3 months ago)
by
philantrop
Branch:
MAIN
Diff
to
selected 1.67
New cmake-utils.eclass providing functions for the cmake build system with all requested fixes after the review on gentoo-dev.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.
Sticky Tag: |
|