summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* cmake: add ecore_xMarcel Hollerbach2017-02-071-0/+110
* cmake: sync EFL_EO_API_SUPPORT definition with autotools.Gustavo Sverzut Barbieri2017-02-031-0/+1
* cmake: add eezeMarcel Hollerbach2017-02-031-0/+24
* cmake: add ecore_file.Gustavo Sverzut Barbieri2017-02-021-0/+1
* cmake: handle 'FindXXX.cmake' standard with 'find-XXX' libraries.Gustavo Sverzut Barbieri2017-02-011-0/+84
* cmake: handle support libraries in .pcGustavo Sverzut Barbieri2017-02-011-5/+14
* cmake: use the jpeg module of cmake to find the libraryMarcel Hollerbach2017-02-011-1/+4
* cmake: add ecore_con.Gustavo Sverzut Barbieri2017-01-272-0/+15
* cmake: pkg-config names uses dashes and are not uniform.Gustavo Sverzut Barbieri2017-01-271-6/+24
* cmake: create and install 'checkme' files for libraries.Gustavo Sverzut Barbieri2017-01-271-0/+4
* cmake: use CMAKE_INSTALL_LIBDIR instead of 'lib'Gustavo Sverzut Barbieri2017-01-271-13/+17
* cmake: EFL_BIN() now checks for EFL_UTILITY and installs to proper location.Gustavo Sverzut Barbieri2017-01-271-0/+11
* cmake/eo: expose HAVE_EO_ID to build via config_gen.hGustavo Sverzut Barbieri2017-01-271-0/+2
* cmake: remove comment, it was my misunderstanding, not a bug.Gustavo Sverzut Barbieri2017-01-271-1/+0
* cmake/eolian: generate source, headers and legacy in one command.Gustavo Sverzut Barbieri2017-01-271-13/+2
* cmake: add EFL_SUPPORT_LIB() and simplify/speedup its usage.Gustavo Sverzut Barbieri2017-01-271-0/+120
* cmake/tests: improve naming and add missing include directories.Gustavo Sverzut Barbieri2017-01-271-0/+7
* cmake: auto-include subdirectories with generated .eo.*Gustavo Sverzut Barbieri2017-01-271-0/+6
* cmake: if path is absolute, include as-is.Gustavo Sverzut Barbieri2017-01-271-1/+1
* cmake: add embryo.Gustavo Sverzut Barbieri2017-01-261-1/+1
* cmake: enable systemd/upower ecore modules.Gustavo Sverzut Barbieri2017-01-261-3/+2
* cmake: add eldbus.Gustavo Sverzut Barbieri2017-01-262-8/+25
* cmake: improve options summary with per-library values.Gustavo Sverzut Barbieri2017-01-261-15/+43
* cmake: fix strlcpy() detection and usage.Gustavo Sverzut Barbieri2017-01-261-1/+7
* cmake: more headers and function checks.Gustavo Sverzut Barbieri2017-01-261-0/+11
* cmake/eolian: fix EOLIAN_BIN type.Gustavo Sverzut Barbieri2017-01-262-6/+2
* cmake: define EFL_{LIB}_BUILD and DLL_EXPORT.Gustavo Sverzut Barbieri2017-01-261-1/+4
* cmake: auto-detect binaries in src/bin/libname if no CMakeLists.txtGustavo Sverzut Barbieri2017-01-261-0/+8
* cmake: auto-detect tests in src/tests/libname if no CMakeLists.txtGustavo Sverzut Barbieri2017-01-261-0/+4
* cmake: fix test include and defines.Gustavo Sverzut Barbieri2017-01-261-3/+3
* cmake: add emile and EFL_OPTION_BACKEND()Gustavo Sverzut Barbieri2017-01-263-0/+120
* cmake: pkg-config can have version and needs HAVE/ENABLED defines.Gustavo Sverzut Barbieri2017-01-262-5/+8
* cmake: add ecore.Gustavo Sverzut Barbieri2017-01-251-0/+43
* cmake: check for variable defined, not if it evaluates to false.Gustavo Sverzut Barbieri2017-01-251-2/+2
* cmake/eina: check more required functions and link with unwind if found.Gustavo Sverzut Barbieri2017-01-251-1/+7
* cmake: improvements to eolian handling.Gustavo Sverzut Barbieri2017-01-251-9/+46
* cmake: if EOLIAN_BIN=ON, use built eolian_gen.Gustavo Sverzut Barbieri2017-01-251-0/+3
* cmake: EFL_OPTION() now supports DEPENDS to handle conditionals.Gustavo Sverzut Barbieri2017-01-253-29/+106
* cmake/common: add missing checks for eina, simplify to one file.Gustavo Sverzut Barbieri2017-01-252-38/+42
* cmake: major rework of check and pkg-config dependencies.Gustavo Sverzut Barbieri2017-01-234-87/+253
* cmake/eina: match configure.ac and build all modules statically by default.Gustavo Sverzut Barbieri2017-01-231-0/+2
* cmake/eo: simplifies eo handling and generate eolian info in .pc.Gustavo Sverzut Barbieri2017-01-231-4/+30
* cmake: also process non-public eo files.Gustavo Sverzut Barbieri2017-01-231-1/+4
* cmake: cleanup EFL_CREATE_EO_RULES().Gustavo Sverzut Barbieri2017-01-231-26/+20
* cmake: minor simplification of eo files, do not leak vars.Gustavo Sverzut Barbieri2017-01-231-3/+6
* cmake: fix module define translation.Gustavo Sverzut Barbieri2017-01-233-15/+23
* cmake: always use test target name, not simple name.Gustavo Sverzut Barbieri2017-01-231-3/+3
* cmake: be smart on internal libraries in the generated .pc files.Gustavo Sverzut Barbieri2017-01-231-2/+10
* cmake: add that dependency to the right targetMarcel Hollerbach2017-01-231-1/+1
* cmake: add eoMarcel Hollerbach2017-01-231-0/+1