Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 8b0aa7b3 | 2017-09-14 17:39:20 | Port `event_rpcgen.py` and `test/check-dumpevents.py` to Python 3. These scripts remain compatible with Python 2. | ||
| 243386cc | 2013-09-15 21:48:15 | rpcgen: Generate regress.gen.[c,h] in build rather than src dir Currently an out-of-tree build will either write to the src dir or reuse the existing regress.gen.[c,h]. But if building from a read-only git tree (or if the git dir is cleaned), these files will not exist and the build fails. So write the files to the build dir. If the system does not have python, the regress.gen.[c,h] will be used from the src dir if they exist. | ||
| efb644ed | 2012-11-16 10:29:37 | Merge remote-tracking branch 'origin/patches-2.0' Conflicts: test/rpcgen_wrapper.sh | ||
| f3009e48 | 2012-11-16 10:28:19 | Make rpcgen_wrapper.sh work on systems without a "python2" binary | ||
| 607a8ff9 | 2012-08-28 16:14:38 | Be quiet when making regress.gen.[ch] | ||
| 04656ea8 | 2011-08-15 14:40:32 | Try to fix 'make distcheck' errors when building out-of-tree |