Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-03 | Error out if required framework dep is not found. | Jussi Pakkanen | 1 | -2/+4 | |
2015-04-02 | Can specify explicit dependencies for custom targets. | Jussi Pakkanen | 6 | -1/+59 | |
2015-04-02 | Accept source files in extract_objects() (also) as a list. | Hemmo Nieminen | 2 | -10/+18 | |
Signed-off-by: Hemmo Nieminen <hemmo.nieminen@iki.fi> | |||||
2015-03-31 | Bump version number for new development. | Jussi Pakkanen | 1 | -1/+1 | |
2015-03-31 | Bump version number for release.0.23.0 | Jussi Pakkanen | 6 | -6/+6 | |
2015-03-31 | Print failing info. | Jussi Pakkanen | 1 | -0/+1 | |
2015-03-31 | Strip before splitting. | Jussi Pakkanen | 1 | -2/+2 | |
2015-03-30 | Added contribution. | Jussi Pakkanen | 1 | -0/+1 | |
2015-03-30 | Apply a cosmetic fix for tests' output. | Hemmo Nieminen | 1 | -2/+2 | |
Always leave at least two spaces between the test's name and the result of the test (even if the test's name's lenght exeeds 40 chracters). Signed-off-by: Hemmo Nieminen <hemmo.nieminen@iki.fi> | |||||
2015-03-30 | Lowercasifying. | Jussi Pakkanen | 1 | -3/+3 | |
2015-03-30 | Detect SDL2 with sdl2-config if it exists. | Jussi Pakkanen | 1 | -0/+46 | |
2015-03-30 | Clarified error message. | Jussi Pakkanen | 1 | -1/+1 | |
2015-03-28 | Better libdir autodetection. Closes #92. | Jussi Pakkanen | 1 | -0/+2 | |
2015-03-27 | Generate configure files immediately when they are declared. Closes #88. | Jussi Pakkanen | 8 | -92/+85 | |
2015-03-27 | Add this thing I forgot. | Jussi Pakkanen | 2 | -0/+12 | |
2015-03-27 | Mode fix. | Jussi Pakkanen | 1 | -0/+0 | |
2015-03-27 | Build windows installer for SDL2 sample app. | Jussi Pakkanen | 6 | -9/+71 | |
2015-03-27 | Allow use of external test executables. Closes #89. | Jussi Pakkanen | 3 | -8/+13 | |
2015-03-27 | More path normalisation. | Jussi Pakkanen | 1 | -2/+1 | |
2015-03-27 | Special case shebang scripts that run with "env" on Windows. | Jussi Pakkanen | 1 | -0/+2 | |
2015-03-27 | Fix windows. | Jussi Pakkanen | 1 | -1/+2 | |
2015-03-26 | Merge pull request #87 from ignatenkobrain/wip/gnome | jpakkane | 1 | -1/+1 | |
modules/gnome: join 2 isinstance | |||||
2015-03-26 | Shameful hack to get configure files working with custom targets. Needs to ↵ | Jussi Pakkanen | 6 | -0/+33 | |
be fixed properly during file object refactoring. | |||||
2015-03-26 | modules/gnome: join 2 isinstance | Igor Gnatenko | 1 | -1/+1 | |
to better code view Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-26 | Merge pull request #77 from ignatenkobrain/wip/gnome | jpakkane | 2 | -8/+30 | |
modules/gnome: make program name as optional argument. Closes #76 | |||||
2015-03-26 | modules/gnome: add export_packages kwarg to g-ir-scanner | Igor Gnatenko | 2 | -0/+9 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-26 | modules/gnome: add symbol_prefix kwarg to g-ir-scanner | Igor Gnatenko | 2 | -0/+11 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-26 | modules/gnome: enable warnings for g-ir-scanner | Igor Gnatenko | 1 | -1/+1 | |
without warnings - scanner not useful for developer Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-26 | modules/gnome: allow argument for gir to be SharedLibrary. Closes #76 | Igor Gnatenko | 1 | -7/+9 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-26 | Whoopsie. | Jussi Pakkanen | 1 | -1/+1 | |
2015-03-26 | Renamed buildtype from "type" to "buildtype" for consistency. | Jussi Pakkanen | 2 | -3/+3 | |
2015-03-26 | Yo dawg, can embed quoted single quotes inside quotes. | Jussi Pakkanen | 2 | -4/+20 | |
2015-03-25 | Merge pull request #84 from ignatenkobrain/ci_skipped | jpakkane | 1 | -45/+30 | |
tests: add skipped tests | |||||
2015-03-25 | tests: add all platform tests and skip needed tests | Igor Gnatenko | 1 | -6/+3 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-25 | tests: add skipped tests | Igor Gnatenko | 1 | -42/+30 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-25 | Added info about irc channel. | Jussi Pakkanen | 1 | -0/+5 | |
2015-03-25 | Merge pull request #83 from ignatenkobrain/ci_time | jpakkane | 1 | -1/+5 | |
tests: add time property | |||||
2015-03-25 | tests: add time property | Igor Gnatenko | 1 | -1/+5 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-25 | Write out padding zeroes to numbers because Jenkins is too stupid to do ↵ | Jussi Pakkanen | 1 | -1/+5 | |
logical order sorting. | |||||
2015-03-25 | Merge pull request #79 from ignatenkobrain/ci_fix | jpakkane | 1 | -1/+1 | |
tests: use name as class name | |||||
2015-03-25 | tests: use name as class name | Igor Gnatenko | 1 | -1/+1 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-25 | Minor fixes. | Jussi Pakkanen | 1 | -4/+4 | |
2015-03-25 | Fix empty java case. | Jussi Pakkanen | 1 | -1/+1 | |
2015-03-25 | Made run_tests.py output test results in junit xml to allow better ↵ | Jussi Pakkanen | 2 | -0/+13 | |
integration with CI tools. | |||||
2015-03-25 | Refactor unit test running. | Jussi Pakkanen | 1 | -78/+38 | |
2015-03-25 | Typo fix. | Jussi Pakkanen | 1 | -1/+1 | |
2015-03-25 | Explain the use of external dependencies. | Jussi Pakkanen | 1 | -1/+13 | |
2015-03-24 | Merge pull request #63 from ignatenkobrain/trivial | jpakkane | 1 | -3/+2 | |
modules/rpm: trivial style fixes | |||||
2015-03-24 | Merge pull request #75 from ignatenkobrain/wip/gnome | jpakkane | 4 | -0/+10 | |
modules/gnome: inherit global cflags to g-ir-scanner. Closes #74 | |||||
2015-03-24 | modules/gnome: inherit global cflags to g-ir-scanner. Closes #74 | Igor Gnatenko | 4 | -0/+10 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> |