| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
I have no idea how I missed these 2.
|
| |
|
|
|
|
|
|
| |
Need to account for the space of the trailing '/' as well.
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This allows compiling with gcc 4.7.2 without errors (using the
default configuration).
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Dynamic memory stored in 'ptr2' allocated through function 'malloc' at
line 653 can be lost at line 1022. Also there is one similar error on
line 1029.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
|
|
|
|
|
| |
The problem is that apparently size can be 0 but some data can still
be returned.
|
| |
|
|
|
|
|
|
|
|
| |
an existing cserve 2 client is there.
SVN revision: 83866
|
|
|
|
|
|
|
| |
Fgetc() return an int to clearly detect EOF. If you want to read more about it:
http://stackoverflow.com/questions/11057259/fgetc-checking-eof
SVN revision: 83829
|
|
|
|
|
|
| |
MAke sure we free strdup'ed memory when hittign an error case.
SVN revision: 83818
|
|
|
|
|
|
|
| |
When we hit an error with _ec_pipe_str_read we should clean up the strdup
from previous calls to avoid leaks in the error case.
SVN revision: 83817
|
|
|
|
|
|
| |
Signed-off-by: Mike McCormack <mike@atratus.org>
SVN revision: 83335
|
|
|
|
| |
SVN revision: 83024
|
|
|
|
| |
SVN revision: 83016
|
|
|
|
|
|
|
|
|
|
|
| |
they are basic eina apps, not evas (use EINA_CFLAGS), they just use
evas_cs2.h for types and enums.
they also must link with eina.
SVN revision: 82995
|
|
|
|
|
|
|
|
|
| |
it's another library, do not mix stuff as it used to be.
SVN revision: 82835
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The follow are left:
{{{
bin/embryo/embryo_cc_sc1.c: In function ‘dowhile’:
bin/embryo/embryo_cc_sc1.c:3524:24: warning: declaration of ‘wq’ shadows a global declaration [-Wshadow]
bin/embryo/embryo_cc_sc1.c:115:21: warning: shadowed declaration is here [-Wshadow]
bin/embryo/embryo_cc_sc1.c: In function ‘dodo’:
bin/embryo/embryo_cc_sc1.c:3546:24: warning: declaration of ‘wq’ shadows a global declaration [-Wshadow]
bin/embryo/embryo_cc_sc1.c:115:21: warning: shadowed declaration is here [-Wshadow]
bin/embryo/embryo_cc_sc1.c: In function ‘dofor’:
bin/embryo/embryo_cc_sc1.c:3565:24: warning: declaration of ‘wq’ shadows a global declaration [-Wshadow]
bin/embryo/embryo_cc_sc1.c:115:21: warning: shadowed declaration is here [-Wshadow]
}}}
looking at their code, they say to alloc a local "wq", but then they
call functions such as delwhile() that changes the global... VERY suspicious!!
SVN revision: 82734
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This one was a painful bitch. The edbus2 port was quite broken, mainly
leaking eina_stringshare and also not adding the '\0' to the strings
that are represented as bytearray (paths cannot be utf8 to avoid
translations).
Emotion plugin was also quite bogus and the video thumbnail as edje
(animated) is not working yet due bug in Edje_Edit api -- someone
needs to investigate this, seems strange.
Emotion plugin also had a bug that it was deleting the object from
inside object callback.
Now it seems to work. Please report if it does not.
SVN revision: 82675
|
|
|
|
|
|
| |
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 82669
|
|
|
|
|
|
| |
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 82668
|
|
|
|
| |
SVN revision: 82609
|
|
|
|
|
|
|
|
|
|
| |
edje and embryo include files are in source dir, not build.
codegen example must have dependency to build in correct order :-/
SVN revision: 82605
|
|
|
|
| |
SVN revision: 82585
|
|
|
|
| |
SVN revision: 82584
|
|
|
|
|
|
|
|
| |
* unistd.h: is very useful, very old and very standard.
SVN revision: 82577
|
|
|
|
| |
SVN revision: 82491
|
|
|
|
|
|
|
|
|
|
|
| |
These binaries are called by efreetd and should be under MODULE_ARCH
dir.
And actually fix the path to efreet_desktop_cache_create that was wrong.
SVN revision: 82489
|
|
|
|
|
|
|
|
| |
epp is invoked by edje_cc and should include the MODULE_ARCH dir.
SVN revision: 82488
|
|
|
|
| |
SVN revision: 82372
|
|
|
|
| |
SVN revision: 82277
|
|
|
|
| |
SVN revision: 82220
|
|
|
|
| |
SVN revision: 82219
|
|
|
|
| |
SVN revision: 82154
|
|
|
|
| |
SVN revision: 82150
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
this is still in progress, mostly the multisense stuff is pending.
it seems that when we merge ecore_audio in edje the libremix and
similar are gone, at least from Edje, and will be in ecore_audio
itself (or pulseaudio).
Changes:
* __UNUSED__ to EINA_UNUSED
* binaries (epp, embryo_cc, edje_cc) now consider EFL_RUN_IN_TREE and
will assume the binaries are still not installed, running from
build tree location (needs more testing, maybe doesn't work with
srcdir != builddir, still doesn't solve cross compile builds)
SVN revision: 82139
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes also in this commit:
* fix missing EAPI in symbols used by modules
* removed old libudev and libmount support as agreed by discomfitor/zmike
* replaced __UNUSED__ with EINA_UNUSED
* fixed docs hierarchy
SVN revision: 82100
|
|
|
|
|
|
|
|
|
| |
having to replicate 18 lines per file just to access alloca() is
insane. Let's do that in Eina.h and avoid that crap :-/
SVN revision: 82082
|
|
|
|
|
|
|
|
| |
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 82075
|
|
|
|
|
|
|
|
| |
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 82074
|
|
|
|
|
|
|
|
|
|
|
| |
Use eina_strbuf_string_steal() instead of strdup() +
eina_strbuf_string_get().
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 82073
|
|
|
|
|
|
|
|
|
|
|
| |
many distros deprecate libexec and it's better to keep our stuff
together inside /usr/lib/evas.
cserve2 binaries now lives in /usr/lib/evas/cserve2/bin
SVN revision: 81897
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
seems to be fine, pass distcheck and friends. please report.
changes:
- documentation hierarchy fixes
- replaced __UNUSED__ with EINA_UNUSED
- replaced PKG_DATA_DIR with PACKAGE_DATA_DIR"/efreet"
SVN revision: 81889
|
|
|
|
| |
SVN revision: 81825
|
|
|
|
|
|
|
| |
Signed-off-by: Paulo Alcantara <pcacjr@profusion.mobi>
SVN revision: 81582
|