Commit Graph

3045 Commits

Author SHA1 Message Date
David Walter Seikel 07a7a2b05c Forgot to commit this yesterday, but it's just trivial formatting.
SVN revision: 19489
2006-01-02 07:44:51 +00:00
David Walter Seikel 5a4061bf1b Just another excuse to terminate those pesky exe's.
SVN revision: 19477
2006-01-01 21:20:42 +00:00
David Walter Seikel f26fc9014e Just to be paranoid, and coz devilhorns caught it doing this, check for
various naughty timeout values.


SVN revision: 19476
2006-01-01 20:29:34 +00:00
David Walter Seikel c06b7a851f If you terminate an exe, make sure it really is terminated.
Check it's pulse, hold a mirror to it's mouth, check for brain activity.

Pump another round or two into it, cut off it's head, put a stake through
it's heart.

Sprinkle holy water over it's corpse, hold a black mass to ask Lucifer if
it turned up in hell yet, consult the entrails of rasters three headed
chicken.

If all else fails, complain that the bitch is still alive, and stronger
measures will be needed.


SVN revision: 19475
2006-01-01 20:09:47 +00:00
David Walter Seikel 56a0bc26d9 Doh! Should double the reported throughput, since it measures the bytes in
both directions.  The reported speed in the last commit message I doubled
manually, so it is correct.

NOTE - write speed is hard to time, as it happens asynchronously.


SVN revision: 19473
2006-01-01 17:25:17 +00:00
David Walter Seikel 28923a44ba * More accurate throughput tests by removing most of the overhead.
* Don't fill the timing tests with stdio shit, gives much better results.

Now the only overhead is a tiny fraction of the tested time.
140MB/s in both directions in line buffered mode on my lightly loaded Athlon 3000.


SVN revision: 19472
2006-01-01 17:20:33 +00:00
Christopher Michael ccc3de03a5 Formatting
SVN revision: 19468
2006-01-01 04:18:38 +00:00
Christopher Michael 60cb25623b Don't try to printf e->exe->cmd if e->exe doesn't exist
SVN revision: 19467
2006-01-01 04:02:52 +00:00
doursse 7e670e0c2a oups
SVN revision: 19449
2005-12-31 09:24:27 +00:00
handyande 4e0e175bf8 Cleanup of lib from Morten Nilsen - thanks
SVN revision: 19434
2005-12-30 20:10:01 +00:00
David Walter Seikel b2bb84d0e8 Clean up.
SVN revision: 19432
2005-12-30 19:28:54 +00:00
David Walter Seikel 6138286a77 * Should now shut down properly when all exe's finish.
* All exe's should now finish.  B-)
* If called with a file as an argument, it will use the contents of that file as a R/W performance test.


SVN revision: 19431
2005-12-30 19:19:59 +00:00
David Walter Seikel 8bb13800f8 * exe exit event delay method changed.
* Added method to close an exe's stdin in a (probably) vain attempt to convince exe to exit.
* Other debugging shit.


SVN revision: 19430
2005-12-30 19:17:21 +00:00
rbdpngn e37b4166d8 Free the strdup'd string when destroying a theme property.
SVN revision: 19351
2005-12-28 21:42:08 +00:00
doursse ae2bff67cc leak--
SVN revision: 19318
2005-12-27 19:21:58 +00:00
Carsten Haitzler 7554f8ee36 actually make symbol hiding work!
SVN revision: 19314
2005-12-27 17:17:31 +00:00
David Walter Seikel cdebf436cf Fixup the FIXME's.
SVN revision: 19283
2005-12-24 12:22:47 +00:00
David Walter Seikel f302260188 Generic errno checking.
SVN revision: 19282
2005-12-24 12:13:12 +00:00
David Walter Seikel 826b9c196b Clone another e.h macro. Maybe these should be combined to a common place?
SVN revision: 19281
2005-12-24 12:11:39 +00:00
doursse 3931df64c9 leak--
SVN revision: 19280
2005-12-24 10:28:08 +00:00
rbdpngn 7d614c0570 Use the second updated patch for the cpp problem. Originally submitted by Romu
on #edevelop.


SVN revision: 19224
2005-12-22 04:20:42 +00:00
Carsten Haitzler 62799c9e70 different cpp invokation attempt
SVN revision: 19196
2005-12-21 04:29:16 +00:00
David Walter Seikel f1ecb69e85 Make sure that the Last Words of a dead exe are preserved for future generations.
SVN revision: 19140
2005-12-19 05:07:58 +00:00
Carsten Haitzler 82a7db1987 fix segv with bad input data
SVN revision: 19138
2005-12-19 03:11:39 +00:00
David Walter Seikel a119e26657 More documentation for fd_handler return values as per the mailing list discussion.
SVN revision: 19129
2005-12-19 01:36:55 +00:00
lordchaos d6f417c8d1 * Apparantly, strings returned by setlocale() are not supposed to be freed/modified.
See: http://www.mkssoftware.com/docs/man3/setlocale.3.asp


SVN revision: 19124
2005-12-18 23:08:57 +00:00
handyande 414d3e5352 latest patch from Morten Nilsen:
- fix indent in various places
- check flag rather than walking list in util
- eliminate multiple key searches while saving
- optimizations


SVN revision: 19115
2005-12-18 19:07:52 +00:00
doursse 520ca1ff13 iteration fixes
SVN revision: 19111
2005-12-18 11:49:28 +00:00
doursse 7a6855c42f fix memory leaks and update to new XCB API
SVN revision: 19110
2005-12-18 11:25:09 +00:00
Carsten Haitzler ce35591227 dave's catch of null strings
SVN revision: 19086
2005-12-17 09:58:19 +00:00
lordchaos ab419159e9 * Clear _source->dest after drag, so if the next drag has the same source window, we still get dnd_position events if we stay inside the same window.
SVN revision: 19078
2005-12-16 23:04:49 +00:00
David Walter Seikel 0a4a3d8cfc The line dancing craze spreads it's evil tenticles.
SVN revision: 19064
2005-12-16 04:03:04 +00:00
David Walter Seikel 6194429534 The fork'n'pipe knows line dancing!
Er, I mean line buffering.

It's slightly different from what raster wanted.  I'll update the example next.


SVN revision: 19063
2005-12-16 03:36:16 +00:00
David Walter Seikel 5ed307efed Document that the lines array is NULL terminated.
SVN revision: 19062
2005-12-16 03:33:52 +00:00
David Walter Seikel a4f340d074 Preperation for line buffering, coming soon. Just gotta spend the rest of the day testing it.
SVN revision: 19056
2005-12-16 01:11:24 +00:00
David Walter Seikel 9b4adfbd25 The FIXME's have been.
SVN revision: 19055
2005-12-16 01:09:52 +00:00
Carsten Haitzler 6fbd81ed4c handle no name part.
SVN revision: 18995
2005-12-13 15:11:21 +00:00
David Walter Seikel 79e003fe0b I'm on a .cvsignore cleanup spree. Guess I can take care of this one myself.
SVN revision: 18971
2005-12-12 16:49:43 +00:00
Carsten Haitzler c311ace53c well i don't know... BUT... amd64 here (x86_64) DOES handle mmx, mmx2 and see
so - mayaswell enable them. works here. somehow i was sure that it only did
sse, not mmx or mmx2...


SVN revision: 18961
2005-12-12 07:49:22 +00:00
Carsten Haitzler e430a7e6fc delete timer on 0 return AND if manually deleted prefer the delete over the
continue return of 1


SVN revision: 18954
2005-12-11 14:33:21 +00:00
Carsten Haitzler 7475ec3508 exe pipe example and other exe (no pipe) example. :)
SVN revision: 18951
2005-12-11 06:52:07 +00:00
Carsten Haitzler a0ceee8b51 i have to back out all of jose's blend changes - musch faster than
debugging/fixing and likely int he end the exact same result of fixing them.
yes - we lose performance - but it actually is correct now :) if we want to
do such radical changes- i sugegst moving to premultiplied alpha and makign a
tonne of externally tested routines in a test harness first to compare
correctness and speed in an isolated environment.


SVN revision: 18947
2005-12-11 04:55:20 +00:00
handyande e270ac86eb getopt long patch from Morten Nilsen - thanks
SVN revision: 18946
2005-12-11 03:32:18 +00:00
David Walter Seikel ba872e4bf9 Turn off the write handler when not needed.
SVN revision: 18943
2005-12-11 00:11:12 +00:00
David Walter Seikel 82021edf95 Time I added myself.
SVN revision: 18940
2005-12-10 22:40:34 +00:00
David Walter Seikel 7df068b625 Fork'n'pipe now actually pipes.
SVN revision: 18939
2005-12-10 22:39:51 +00:00
Carsten Haitzler 8342cdd55d valgrind complaint! fix!
SVN revision: 18929
2005-12-10 05:22:03 +00:00
Carsten Haitzler 35ef5579d4 better style (more files to look at though)
SVN revision: 18928
2005-12-10 04:40:53 +00:00
Carsten Haitzler e029265a03 1. good segv catch by whereami.
2. style cleanup from jose's patches


SVN revision: 18920
2005-12-09 08:41:38 +00:00
codewarrior 48e0355efe - ecore_file_size
SVN revision: 18916
2005-12-09 00:02:21 +00:00