Commit Graph

11 Commits

Author SHA1 Message Date
Vincent Torri 7e08e3f23c improvements of the stderr and stdout redirections. There are
still lots of work to be done:

 * allow several redirections (only one for now...)
 * fix stdin redirection
 * fill empty functions

SVN revision: 46319
2010-02-19 19:23:47 +00:00
Vincent Torri c3dc62306f * fix Windows port of ecore_exe wrt to latest changes
* formatting


SVN revision: 44917
2010-01-06 06:56:23 +00:00
Sebastian Dransfeld 0a9456ccf7 Remove duplication from ecore headers
Clean up Ecore.h and ecore_private.h

SVN revision: 44664
2009-12-22 21:15:12 +00:00
Vincent Torri ed3ac88827 Add data and error events in ecore_exe_win32.c.
There are still some problems with the win32 select loop, though

SVN revision: 44229
2009-12-06 19:25:48 +00:00
Vincent Torri 9a96d024a5 add the ecore_exe ADD and DEL events in the main loop
SVN revision: 44034
2009-11-28 08:52:42 +00:00
Lars Munch caf672636d ecore_exe is currently not supported on WinCE
SVN revision: 43629
2009-11-12 15:15:57 +00:00
Vincent Torri 5ac53f41b8 fix compilation on windows OS
SVN revision: 43562
2009-11-08 23:37:20 +00:00
Vincent Torri 520c12f976 * ecore_exe_win32: manage ADD and DEL events. It works more or
less, but that Windows stuff is a bit like voodoo magic
 * Ecore.h : we can use the Ecore_Exe events on Windows, now (at
   least ADD and DEL, but the others will follow)

SVN revision: 43549
2009-11-08 22:19:30 +00:00
Vincent Torri fba68aef80 * add some todo
* after creating a child process, wait until it is really
   running

SVN revision: 43256
2009-10-25 08:23:28 +00:00
Vincent Torri 9c3260b0db put windows.h inside _WIN32 guards...
SVN revision: 43113
2009-10-16 09:23:34 +00:00
Vincent Torri b7bd2998c4 ecore_exe for Windows.
Not complete yet but it executes a command and kills it
TODO: pipes


SVN revision: 43112
2009-10-16 09:17:26 +00:00