summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: enhance generated html output from coverage reportStefan Schmidt2016-03-021-1/+1
| | | | | We do not handle branch coverage so remove that part of the output. On the other hand at a legend to allow people to understand the color meanings.
* build: fix problems with coverage check build where some files are not foundStefan Schmidt2016-03-021-1/+1
| | | | | | | | | | | | Switch to use a lcov config file which geninfo_auto_base and remove hard coding the base dir to src/lib. geninfo_auto_base is designed for a use case like ours where we have several base dirs (lib, bin, tests, ...) and it detects them automatically. This fixes failures in a coverage run like this: genhtml: ERROR: cannot read /srv/build/workspace/manual_elm_gcc_x86_64_exactness_coverage/src/lib/test_win_state.c Where the file is simply looked for in the wrong directory.
* doc: make sure we actually run the command to get the example screenshotsStefan Schmidt2015-10-041-0/+1
| | | | | | | These screenshots are used in the documentation but we never made sure that we have them actually. This resulted in our docs missing image links. Thanks to Jean Rene Dawin for reporting it at the Enlightenment Developer Day.
* build: ensure we do not fail clean if check-results.xml does not existStefan Schmidt2015-09-041-1/+1
| | | | | If we did not run make check this file would not exist and a clean would fail over it. Using -f ignores this case.
* build: Exclude some more files from coverage as they are not in the correct pathStefan Schmidt2015-08-101-1/+2
| | | | | | | | | | | | | These files come from some modules in src/modules while we set out base dir to src/lib. In result these files are search for in src/lib and not found. In the long term we want to find out how to collect them as well but for now a working coverage is already good. Overall coverage rate: lines......: 18.1% (12596 of 69412 lines) functions..: 18.6% (1766 of 9500 functions) Will work on getting these run by jenkins once it is back.
* build: Enable make check run during distcheckStefan Schmidt2015-08-061-0/+1
| | | | | | Hand over the regular tests configure option for the internal distcheck run. Fixes T2028
* build: Make sure we remove check-results.xml during cleanupStefan Schmidt2015-04-151-0/+3
| | | | | This file gets created durign a make check run. We need to remove it manually as it is not tracked otherwise.
* tests: add coverage support.Cedric BAIL2015-01-161-3/+31
| | | | And our current score is 19% functions coverage for Elementary.
* elm - we should not get our pc files to use hidden libs like x/wlCarsten Haitzler (Rasterman)2014-09-211-0/+1
| | | | | | ecore_x, ecore_wl, ecore_drm etc. were being linked to clients as they were added to the pc file - they should not have been. elm hides these. it's meant to hide them. remove them from the pc file.
* autotools: Added elementary-cxx.pc.in.Savio Sena2014-09-171-2/+7
|
* create elementary.pc at make time to follow GNU coding standardsVincent Torri2014-09-041-0/+25
|
* configure.ac: Clean up and add macros for backend-checks.Vincent Torri2014-09-021-0/+1
| | | | Add an m4 macro and start using it (also fixes some issues).
* autotools: install .pc files to the correct directory on FreeBSDq662014-08-071-0/+5
|
* Remove autogen.sh from the dist tarball.Tom Hacohen2014-06-051-1/+0
| | | | | | This should not be distributed. @fix.
* Add COPYING.images to make distDoug Newgard2014-01-101-0/+1
| | | | | | | | | | Summary: This file is is the attribution required by the license. Reviewers: raster Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D438
* build: Fix make dist by removing reference to deleted file.Stefan Schmidt2014-01-081-1/+0
| | | | | In 465da71acf4eb5fcec512df38b8e0e526a014659 the m4 file was deleted but not its reference in Makefile.am. This results in make dist failing.
* Minor PKGBUILD cleanupDoug Newgard2013-11-071-1/+2
| | | | | | | | | | | | | Summary: Add PKGBUILD to make dist so it will be in the snapshots Change dep to current efl package since efl_x11 isn't there anymore Check for Makefile before running make clean distclean otherwise build fails Set correct arch on elementary_doc Install docs to /usr/share/doc Reviewers: raster Differential Revision: https://phab.enlightenment.org/D282
* Install CMake config to the proper pathIgor Murzov2013-04-161-1/+1
|
* Added ElementaryConfigVersion.cmake.inRyuan Choi2013-04-031-1/+3
|
* add a COMPLIANCE file for convenience.Carsten Haitzler (Rasterman)2013-03-221-0/+1
|
* Elementary: Ship cmake configs (like pkg-config).Tom Hacohen2013-02-051-0/+3
| | | | | | | | This should make it easier for applications to use efl with cmake. It seems to work with my tests. It's ugly and redundant but it's the first step. Not all the components are supported at the moment. SVN revision: 83639
* better clean up for build filesMike Blumenkrantz2012-05-291-1/+2
| | | | SVN revision: 71497
* elementary: add make rule to generate screenshots of the examples.Rafael Antognolli2011-06-161-1/+5
| | | | SVN revision: 60408
* Elementary: Added the infrastructure for ui-mirroring support.Tom Hacohen2011-02-031-2/+36
| | | | | | | | | | * Added elm_mirrored_get/set to set the system mirrored mode * Added elm_widget_mirrored/get/set to set each widget's mirrored mode. * Added code to set the system mirrored mode from translations to elementary and added translations for all the rtl languages. (a trick to load according to locale). * Future commits will include specific widgets mirrored mode handling. Work by Aharon Hillel and Tom Hacohen. SVN revision: 56673
* update MAINTAINERCLEANFILESVincent Torri2011-01-031-4/+0
| | | | SVN revision: 55825
* This has to be here in order for release tarballs to be directly fed to ↵Rui Seabra2010-11-201-0/+1
| | | | | | rpmbuild. SVN revision: 54745
* fix maintainer-clean and dist rules Vincent Torri2010-10-291-5/+34
| | | | SVN revision: 54012
* also conform to the includes in name-vmaj dir policyCarsten Haitzler2010-07-111-3/+0
| | | | SVN revision: 50181
* RPM spec for elementary.Rui Seabra2010-02-211-1/+1
| | | | SVN revision: 46349
* well it needed to be done finallly - elm has config files and profiles - justCarsten Haitzler2010-01-181-1/+1
| | | | | | | | like big brother e. SVN revision: 45280
* remove trailing spacesVincent Torri2009-07-071-3/+2
| | | | SVN revision: 41261
* add proper ACLOCAL_AMFLAGSMike Frysinger2009-05-231-0/+2
| | | | SVN revision: 40803
* 1. configure.ac finallyCarsten Haitzler2009-05-151-1/+8
| | | | | | | | | 2. add docsbuilding infra 3. fix list/genlist on code-based select. SVN revision: 40667
* Building elementary.pc.Cedric BAIL2008-11-141-1/+1
| | | | SVN revision: 37624
* elementary becomes its own tree/lib/test binaryCarsten Haitzler2008-09-301-0/+14
SVN revision: 36343