kc3-lang/libevent/event_rpcgen.py

Branch :


Log

Author Commit Date CI Message
32ed1102 2012-10-26 19:37:00 Merge remote-tracking branch 'origin/patches-2.0'
0eb01099 2012-10-23 13:30:58 Use python2 rather than python python may refer to either python2 or python3 so rather by explicit by using python2. See PEP 394 - http://www.python.org/dev/peps/pep-0394/ for more details.
4b5f32a5 2012-10-23 13:26:44 Use python2 rather than python python may refer to either python2 or python3 so rather by explicit by using python2. See PEP 394 - http://www.python.org/dev/peps/pep-0394/ for more details.
aa59c1e9 2012-08-28 16:14:17 New --quiet option for event_rpcgen.py
ffb0ba07 2012-03-06 06:05:04 event_rpcgen.py now prints status information to stdout and errors to stderr. Before, running make > /dev/null would result in status information cluttering the error log. This changes it so that event_rpcgen.py prints status information to stdout like the rest of the build tools.
bcefd246 2012-02-29 15:07:32 Make event_rpcgen.py output conform to indentifier conventions, more
372bff1c 2012-02-29 15:07:31 Make event_rpcgen.py output conform to indentifier conventions
e49e2891 2012-02-10 17:29:53 Update copyright notices to 2012
f1250eb6 2010-10-25 15:23:41 add a requested docstring for event_rpcgen.CommandLine.__init__
ec347b92 2010-07-07 16:45:03 Move event-config.h to include/event2 This change means that all required include files are in event2, and all files not in event2/* are optional.