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