Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| ee0c5799 | 2018-08-01 10:29:43 | Capitalise project names consistently in README.md | ||
| 72426ff4 | 2018-08-01 10:24:50 | Indent configure flag section to make markdown format them as code | ||
| a52bd1e3 | 2018-08-01 10:21:57 | Use https for resources that support it | ||
| 560d4f32 | 2018-08-01 10:20:28 | Rewords awkward sentences in README.md | ||
| e5816df5 | 2018-08-01 10:17:42 | Fix typos in README.md | ||
| ba78ba9e | 2018-04-15 23:02:05 | Add Gitter badge | ||
| 62866f98 | 2017-09-24 15:12:13 | Remove OpenSSL paragram from README Because it is mauvais ton to use binaries instead of normal packages (like apt-get in debian, pacman in arch, and others). Plus that link was borken and according to [1] OpenSSL do not ship binaries officially. And personally I don't think that this is not obvious that you need openssl libraries to build libevent with it's support, and BTW you need headers too (of course). [1]: https://www.openssl.org/community/binaries.html Fixes: #562 | ||
| f988c5ca | 2017-04-28 19:36:42 | Correct URL for the libevent logo | ||
| fd5a3fc0 | 2017-03-13 03:18:02 | cmake: fix export absolute path and relative path and cleanup a bit Remove next vars, since I don't think that somebody want to change it: - bin - lib - include And fix exports problem: CMake Error: INSTALL(EXPORT "LibeventTargets") given absolute DESTINATION "/usr/lib/cmake/libevent" but the export references an installation of target "event_core_static" which has relative DESTINATION "lib". | ||
| 7182c2f5 | 2017-03-12 23:31:59 | cmake: build SHARED and STATIC libraries (like autoconf does) Since they are useful for debugging, and if autotools build them then cmamke has to do this too, to make migration more simple. And now: - tests: uses shared libraries (since this is upstreams one) - other binaries: uses static libraries This removes next private config: - EVENT__NEED_DLLIMPORT | ||
| fe2c2622 | 2017-01-29 20:19:06 | Make EVENT_STAGE_NAME non cached It did not work before correctly anyway, since cmake do not reset cache entries by default, so that reset to "beta" didn't work. But I don't think that making this variable cached is useful, so let's remove this. | ||
| 50824ae2 | 2017-01-22 16:14:30 | README: update AUTHORS $ git log --format='%an' HEAD...refs/tags/release-2.1.6-beta | sort -u | xargs -n1 -i bash -c 'fgrep -q "{}" README.md || echo {}' | ||
| 3821cca1 | 2016-12-23 16:19:35 | Update README.md The default option of EVENT__DISABLE_OPENSSL:BOOL is `OFF` | ||
| 5904dd53 | 2016-11-02 00:16:54 | README: update AUTHORS $ git log --format='%an' HEAD...refs/tags/release-2.1.6-beta | sort -u | xargs -n1 -i bash -c 'fgrep -q "{}" README.md || echo {}' | ||
| 9ac000c7 | 2016-11-01 23:39:41 | Use coveralls.io via travis | ||
| 23616161 | 2016-10-21 10:49:22 | README.md: fix typo: ar -> are | ||
| 3298c254 | 2016-08-07 23:27:22 | Update AUTHORS section in README P.S. "Sebastian Hahn" was declared two times. | ||
| b8ec70c4 | 2015-12-23 02:42:48 | Update README.md | ||
| 8b228e27 | 2015-12-19 01:47:49 | Lot's of cmake updates This is still not done, cmake here was a horrid mess, but we're getting our act together now. | ||
| 80faee9f | 2015-05-13 00:52:40 | Update README.md | ||
| ad4a897a | 2015-05-13 00:51:07 | Update README.md | ||
| a2b2e1e6 | 2015-05-13 00:49:08 | Update README.md | ||
| 0dfa5dc6 | 2015-05-12 15:33:26 | Update README.md | ||
| e6c6f120 | 2014-03-16 12:01:44 | Bring changelog up to date for 2.1.4-alpha | ||
| d03b5bf0 | 2014-01-21 14:29:00 | Disclaimerize cmake a little in the README | ||
| 8d4cb35d | 2014-01-14 18:41:58 | Clean up the README some. | ||
| 604b8cc4 | 2014-01-14 18:25:07 | Update README with CMake build instructions. | ||
| d2bc39af | 2014-01-14 18:24:43 | Rename README to README.md and use markdown to format. |