Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-13 | Use $(MAKE) to call make from a Makefile. | Alfredo Tupone | |
This will enable parallel make for instance | |||
2015-03-01 | python: add basic WSGI implementation | montellese | |
2014-12-16 | Revert "change xbmc/ path to src/ in all files" | Rainer Hochecker | |
This reverts commit 4949be256667f3e500e52b7084476ae1f2b00d92. | |||
2014-12-15 | change xbmc/ path to src/ in all files | Fneufneu | |
2014-06-03 | [jsonbuilder] - do it properly ... | Memphiz | |
2014-05-09 | [depends] auto-generate xbmc.json's addon.xml | montellese | |
2014-05-02 | [codegen] also look for JsonSchemaBuilder in PATH | wsnipex | |
2014-04-30 | [depends] auto-generate ServiceDescription.h during bootstrap and on demand | wsnipex | |
2013-12-27 | Add comment to workaround | Balint Reczey | |
2013-12-27 | Work around groovy failure with some JRE-s | Balint Reczey | |
by compiling some .groovy files instead of interpreting them | |||
2013-10-20 | [fix] Update to groovy 2.1.7 should fix an old issue when importing classes ↵ | Jim Carroll | |
relative to the script's location and relative classpath references. | |||
2013-03-16 | [fix] Update the groovy library to the lastest 1.x version to fix the ↵ | Jim Carroll | |
"non-latin characters in the path" issue. Closes #13517 | |||
2013-03-12 | Add deps to typemap files for code generate makefile. | ulion | |
2012-11-11 | build: re-run the code-generator when headers change | Cory Fields | |
2012-11-08 | build: try to code-gen during bootstrap | Cory Fields | |
This allows us to create a completely bootstrapped tarball that does not require java or swig as build-deps. |