root/branches/3rd-party-cmake-modules


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3720 [3720] 11/10/08 13:33:46 dgollub Introduce Build Type "Hacking" for GCC with optimization, fortify …
(edit) @3719 [3719] 11/10/08 11:18:41 bellmich The optional third parameter of SHOW_STATUS is the name of the version …
(edit) @3718 [3718] 11/10/08 11:17:21 bellmich LIBSOUP2_VERSION holds now the (preferred) version if pkgconfig was used.
(edit) @3715 [3715] 11/06/08 11:49:49 bellmich - removed quotation marks from minimum version (caused Debian stable to …
(edit) @3711 [3711] 11/04/08 14:17:53 bellmich added support for minimum version
(edit) @3704 [3704] 10/27/08 18:44:25 adenilsoncavalcanti Adding recipe to find libgcal (dependency of google data plugin).
(edit) @3702 [3702] 10/23/08 11:51:35 bricks Removed debug output
(edit) @3701 [3701] 10/23/08 11:49:45 bricks Additional fix for the last commit Added more comments LIBSOUP2_ variables …
(edit) @3700 [3700] 10/23/08 09:27:54 bricks Fix to prevent an error if LIBSOUP22_MIN_VERSION and LIBSOUP24_MIN_VERSION …
(edit) @3699 [3699] 10/22/08 17:23:15 bricks Added some comments
(edit) @3698 [3698] 10/22/08 16:59:48 bricks Now it is possible to search for libsoup2.2 and libsoup2.4. Fix for ticket …
(edit) @3681 [3681] 10/14/08 09:22:58 bricks Changed some wrong _DIR and _LIBRARY vars to _DIRS and _LIBRARIES
(edit) @3679 [3679] 10/11/08 18:50:29 bricks Added CMake Find Modules for Dbus and libuuid
(edit) @3604 [3604] 08/30/08 11:27:37 bricks Fixed Cmake error if OpenSync? isn't required
(edit) @3505 [3505] 08/04/08 07:59:50 bricks fixed comment for PilotLink? include dirs
(edit) @3497 [3497] 08/03/08 16:24:11 bricks Bugfix: Changed CHECK_INCLUDE_DIR to CHECK_INCLUDE_DIRS
(edit) @3475 [3475] 08/02/08 17:18:53 bricks Fixed Ticket #767 Adapt OpenSync? build environment for CMake …
(edit) @3434 [3434] 07/10/08 16:31:04 cstender renamed opensync-1.0 to libopensync (adapted commit 3426)
(edit) @3433 [3433] 07/10/08 14:16:26 bricks Added a info message if SWIG is found
(edit) @3341 [3341] 06/06/08 10:43:59 bellmich small fix for cmake 2.6
(edit) @3335 [3335] 05/27/08 11:00:34 bricks introduced LIBSOUP2_MIN_VERSION to fix libsyncml bug #146
(edit) @3273 [3273] 04/15/08 22:20:26 dgollub C++ Flags for profiling build type
(edit) @3228 [3228] 03/21/08 13:26:27 dgollub Added FindGTK2. Stolen …
(edit) @3227 [3227] 03/21/08 13:12:43 dfriedrich -change buildsystem to cmake
(edit) @3149 [3149] 02/12/08 12:53:56 dgollub Added support for libsoup 2.4 Patch by danw. Thanks!
(edit) @3141 [3141] 02/11/08 11:12:01 dgollub Added cmake find module for libexslt. New dependency for OpenSync? for …
(edit) @3073 [3073] 01/09/08 01:21:42 prahal Fix wrong close of cmake IF for libebook1.0 cmake module. Thanks Yogiz to …
(edit) @3033 [3033] 12/27/07 00:21:54 dgollub Improve FindSWIG.cmake module and search with GLOB_RECURSE for …
(edit) @2997 [2997] 12/20/07 14:06:10 prahal Add fatal error if opensync cmake modules are not found in FindOpenSync? .
(edit) @2982 [2982] 12/18/07 02:23:49 dgollub Removed traces of gconf2
(edit) @2940 [2940] 12/11/07 14:39:47 prahal Upgrade FindOpenSync? to FindPkgConfig?.
(edit) @2920 [2920] 12/06/07 15:28:10 bricks added cmake script for generic uninstall target
(edit) @2916 [2916] 12/04/07 12:49:21 bricks added own FindPkgConfig? file to avoid erros if no .pc file was found
(edit) @2902 [2902] 12/03/07 12:22:08 prahal Port of FindGLIB2 to FindPkgConfig? . NB: this module is a hack . It …
(edit) @2897 [2897] 12/02/07 23:43:19 prahal Local port of LibXml?2 to FindPkgConfig?. It adds _INCLUDE_DIRS which …
(edit) @2896 [2896] 12/02/07 23:27:56 prahal It would be better if the fallback for the Sqlite3 cmake module looked …
(edit) @2893 [2893] 12/02/07 22:23:01 prahal FindPkgConfig? version of FindSqlite? cmake module.
(edit) @2892 [2892] 12/02/07 01:32:55 prahal SEND_ERROR was fine, no need for FATAL_ERROR (thus no need for the check …
(edit) @2891 [2891] 12/01/07 22:38:11 dgollub - Be kind if BlueZ doesn't got found and don't throw any error if it's not …
(edit) @2889 [2889] 12/01/07 20:48:17 dgollub Moved cmake Compiler to 3rd party section ... so we can use it even …
(edit) @2882 [2882] 11/28/07 09:25:12 bellmich fixed LIBSYNCML_INCLUDE_DIR(S) (the plugin compiles now on my machine)
(edit) @2875 [2875] 11/23/07 15:38:44 prahal I forgot to add the NOT PKG_CONFIG_FOUND to avoid using the fallback if …
(edit) @2874 [2874] 11/23/07 15:31:05 prahal Strengthen pkgconfig and send fatal error .
(edit) @2873 [2873] 11/23/07 15:19:18 prahal Strengthen pkgconfig test in case of required (send a fatal_error to …
(edit) @2872 [2872] 11/23/07 15:05:59 bricks Raise a FATAL_ERROR if FindPkgConfig? couldn't found a library
(edit) @2871 [2871] 11/23/07 14:17:37 prahal Strengthen the requires in pkg-config case for libsyncml cmake module.
(edit) @2868 [2868] 11/23/07 13:36:59 prahal Adding the NOT in the ENDIF .…
(edit) @2867 [2867] 11/23/07 13:34:39 prahal Fix the ENDIF. I forgot to sync it with adding NOT PKG_CONFIG_FOUND to the …
(edit) @2865 [2865] 11/23/07 13:26:10 prahal Prevent the fallback from taking care of setting include and headers if …
(edit) @2864 [2864] 11/23/07 13:24:59 prahal Upgrade FindLibSyncMl? from UsePkgConfig? to FindPkgConfig?.
(edit) @2863 [2863] 11/23/07 13:04:44 prahal Fix version check (removed spaces around the >= ). My bad.
(edit) @2862 [2862] 11/23/07 12:20:14 prahal Fix typo in FindLibWbxml?2 cmake module.
(edit) @2861 [2861] 11/23/07 11:58:02 bricks Added two files to change the buildsystem of libsyncml to cmake
(edit) @2860 [2860] 11/23/07 11:28:02 bricks Changed Cmake modules to use a version number
(edit) @2859 [2859] 11/23/07 11:04:52 bricks Changed Cmake module to use a version number
(edit) @2844 [2844] 11/17/07 19:26:20 prahal Full _LIBRARY_DIRS support.
(edit) @2843 [2843] 11/17/07 19:21:03 prahal Initial EPackage LIBRARY_DIRS support.
(edit) @2842 [2842] 11/17/07 17:33:07 prahal Add _LDFLAGS for all EPackages components.
(edit) @2841 [2841] 11/17/07 17:30:15 prahal Fix evolutiondataserver in EPackage cmake module.
(edit) @2840 [2840] 11/17/07 17:28:33 prahal Add LIBEBOOK_LDFLAGS
(edit) @2838 [2838] 11/16/07 13:32:19 bricks Changed FindCheck? to use FindPkgConfig? Changed output messages to …
(edit) @2836 [2836] 11/15/07 11:50:03 bricks Taking care of LibWbxml?2 dependencies in case of missing pkg-config
(edit) @2835 [2835] 11/15/07 10:40:24 bricks Added FindGNUTLS cmake file Changed Find cmake files to use FindPkgConfig?
(edit) @2834 [2834] 11/14/07 22:53:52 prahal Add Evoltuion data server 1.0 cmake modules and integrate it in EPackage.
(edit) @2833 [2833] 11/14/07 22:44:57 prahal Initial EBook1.0 cmake module.
(edit) @2832 [2832] 11/14/07 22:42:00 prahal Initial EDataBook1.2; EBook1.2; ECal1.2 and EvolutionDataServer?1.2 …
(edit) @2831 [2831] 11/14/07 22:40:46 prahal New EPackage module : replace EDS.
(edit) @2830 [2830] 11/14/07 22:40:02 prahal Replaced by FindEPackage.
(edit) @2829 [2829] 11/14/07 22:39:04 prahal Removed. Now in EPackage and splitted in cmake individual modules.
(edit) @2828 [2828] 11/14/07 22:36:39 prahal Initial FindEDataCal1.2 cmake module.
(edit) @2827 [2827] 11/14/07 22:35:39 prahal Initial FindEDataServer1.2 cmake module.
(edit) @2825 [2825] 11/14/07 22:17:22 prahal Again I forgot to reenable pkgconfig before committing …
(edit) @2824 [2824] 11/14/07 22:12:52 prahal Initial GnomeVfs?2 cmake module.
(edit) @2823 [2823] 11/14/07 21:58:32 prahal Fix typo . Forgottent 2 in ORBIT2.
(edit) @2822 [2822] 11/14/07 20:22:09 prahal Add versioning supprot to FindORBit cmake module.
(edit) @2821 [2821] 11/14/07 18:43:13 prahal Fix textes to match the module.
(edit) @2820 [2820] 11/14/07 18:39:32 prahal Initial LibGnome?2 cmake module.
(edit) @2819 [2819] 11/14/07 18:29:29 prahal Gee ... i forgot to reenable the pkgconfig code before committing. Sorry
(edit) @2818 [2818] 11/14/07 18:25:10 prahal Initial Bonobo2 cmake module.
(edit) @2817 [2817] 11/14/07 18:12:18 prahal Fixed erased letters in pkg-config query for FindORBit2 cmake module.
(edit) @2816 [2816] 11/14/07 17:59:38 prahal Initial bonobo-activation-2.0 cmake module.
(edit) @2813 [2813] 11/14/07 12:54:42 prahal Port to FindPkgConfig?.
(edit) @2812 [2812] 11/14/07 12:47:03 prahal Fix message to not show "include".
(edit) @2811 [2811] 11/14/07 12:34:01 prahal Fix typo (orbit instead of orbit2) and set fatal error if required is set …
(edit) @2810 [2810] 11/14/07 12:26:12 prahal Only report ORBit2 found if orbit is really found (and not only its …
(edit) @2809 [2809] 11/14/07 12:09:16 prahal Gee fixed an error in the latest commit. We need to find orbit even if …
(edit) @2808 [2808] 11/14/07 12:05:56 prahal Do not include glib2 if it was already by another high level Find module.
(edit) @2807 [2807] 11/14/07 11:39:42 prahal Initial ORBit2 module using FindPkgConfig?.
(edit) @2790 [2790] 11/12/07 13:00:59 dgollub Do smart search for kdepim3 - for now we just rely on the …
(edit) @2781 [2781] 11/11/07 00:57:34 dgollub Added 3rd party cmake modules to find build deps for libsyncml. Original …
(edit) @2779 [2779] 11/10/07 15:06:35 cstender add support for openSUSE 10.2
(edit) @2767 [2767] 11/09/07 14:56:32 mbanck Add support for defining a preferred version of python via …
(edit) @2740 [2740] 11/04/07 21:45:49 dgollub Applied FindOpenSync? patch to abort configuration if OpenSync? isn't found …
(edit) @2717 [2717] 11/02/07 22:52:05 dgollub Added our own hack for PythonLibs? find module to deterimne the version of …
(edit) @2709 [2709] 11/02/07 17:19:22 dgollub Make my distro happy and have a look in /usr/share/swig/1.3.31/
(edit) @2705 [2705] 11/01/07 21:07:33 dgollub Allow Windows also to make use of pkg-config, if available. Added …
(edit) @2697 [2697] 10/31/07 12:19:27 dgollub Fixed typo.
(edit) @2696 [2696] 10/31/07 11:18:23 dgollub Make Ubuntu more happier... Patch by Sven Fischer. Thanks!
(edit) @2694 [2694] 10/31/07 01:10:00 dgollub Added KDEPIM3 find CMake find module for kdepim-sync. Currently it checks …
(edit) @2688 [2688] 10/30/07 11:38:51 prahal Add Find modules for evolution plugin : - GConf2 - EDS which calls EDS1.2 …
Note: See TracRevisionLog for help on using the revision log.