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