Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 0cb70e33 | 2011-10-26 10:17:21 | Merge remote-tracking branch 'origin/patches-2.0' | ||
| 3c824bd3 | 2011-10-24 13:18:09 | Update copyright dates to 2011. | ||
| e9d095d4 | 2011-06-11 01:41:19 | Merge remote-tracking branch 'origin/patches-2.0' Conflicts: test/tinytest.c | ||
| 812d42e8 | 2011-06-11 01:26:54 | Simplify windows commandname logic in tinytest Instead of using a dup'd pointer, let's use a static array, so we don't need to free it. This patch also makes tinytest build on non-windows again. | ||
| 57def346 | 2011-06-11 00:49:24 | Fix tinytest invocation from windows shell Original post: This post is in response to a posting last December on a Windows regression fork failure ([Libevent-users] Re: Libevent 2.0.10-stable is released by Dongsheng Song). I noticed the question was not answered and I recently experienced the same error myself when trying to run the Windows regression tests myself. I checked the return status from the CreateProcess call and found it was "file not found". This led me to look at the command-line I was using which was .\regress in a Visual Studio 2008 command prompt window. Windows could not find the file because it did not have the .exe extension on the end. The code that builds the command should be modified to ensure the extension is present. | ||
| 9f560bfa | 2011-05-25 19:50:56 | Use "_WIN32", not WIN32: it's standard and we don't need to fake it This patch was automatically generated with perl. Based on a patch by Peter Rosin. | ||
| 7bcace2d | 2010-11-22 21:02:34 | Fix some irix compilation warnings spotted by Kevin Bowling | ||
| 4ebf9509 | 2010-10-14 14:40:40 | Fixes for MSVC compilation | ||
| f0bd83ea | 2010-09-09 16:13:09 | Bump to the latest version of tinytest This lets us do without libevent-specific code in tinytest.c, and lets us add a feature to skip individual tests from the command line. | ||
| 17efc1cd | 2010-03-04 01:25:51 | Update all our copyright notices to say "2010" | ||
| e5bbd40a | 2010-02-18 17:41:15 | Clean up formatting: use tabs, not 8-spaces, to indent. | ||
| a7a94310 | 2010-02-03 23:49:22 | Fix some additional -DUNICODE issues on win32. Brodie's patch didn't catch the ones that were new since 1.4. | ||
| 5b5b880b | 2009-07-28 19:41:39 | Various MSVC cleanups from Brodie Thiesfield. svn:r1385 | ||
| 61f2a45d | 2009-07-17 20:23:05 | Add a tinytest flag to initialize threading. svn:r1357 | ||
| 043515bc | 2009-07-14 18:50:06 | Stop using C++ style comments. svn:r1343 | ||
| 1ad03264 | 2009-04-23 18:04:50 | Fix win32 compilation issues. svn:r1234 | ||
| b3460387 | 2009-04-17 06:58:18 | Even _more_ recent tinytest, designed to give better help output. svn:r1192 | ||
| 81280062 | 2009-04-17 06:57:52 | Add the latest tinytest. This one supports a --terse flag and a --no-fork flag, and outputs nicer. svn:r1190 | ||
| e6ba208b | 2009-01-31 07:32:00 | Tinytest update: mostly just to allow test skipping. svn:r1080 | ||
| a8203b34 | 2009-01-29 23:19:57 | Refactor unit tests using my spiffy new "tinytest" framework. The big win here is that we can get process-level isolation. This has been tested to work okay on at least Linux and Win32. Only the tests in regress.c have been converted wrapped in the new wrapper functions; the others are still on the old system. svn:r1073 |