Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-01-06 | use same code for printing options in mconf and msetup | Nicolas Schneider | 4 | -14/+22 |
2019-01-06 | Fixed missing newline | Daniel Mensinger | 1 | -1/+1 |
2019-01-06 | Added meson-info.json | Daniel Mensinger | 3 | -6/+69 |
2019-01-06 | Introspection refactoring | Daniel Mensinger | 1 | -58/+78 |
2019-01-06 | Merge pull request #4547 from mensinda/introIncDirs | Jussi Pakkanen | 17 | -128/+483 |
2019-01-06 | fix meson configure exception when install_umask is not an int | Nicolas Schneider | 3 | -4/+4 |
2019-01-06 | Always flatten include_directories lists | Xavier Claessens | 1 | -8/+6 |
2019-01-06 | Indent flag only toggles | Daniel Mensinger | 1 | -3/+3 |
2019-01-06 | Fixed flake8 issues | Daniel Mensinger | 1 | -3/+1 |
2019-01-06 | Fixed buildoptions form source | Daniel Mensinger | 2 | -18/+10 |
2019-01-06 | Better list prepending | Daniel Mensinger | 1 | -1/+4 |
2019-01-06 | Atomic write | Daniel Mensinger | 1 | -1/+4 |
2019-01-06 | Fixed CI issues | Daniel Mensinger | 1 | -8/+17 |
2019-01-06 | Make custom command sources slightly more useful | Daniel Mensinger | 1 | -1/+7 |
2019-01-06 | More os.pathsep | Daniel Mensinger | 1 | -1/+1 |
2019-01-06 | Use os.pathsep | Daniel Mensinger | 1 | -1/+1 |
2019-01-06 | Handle java correct | Daniel Mensinger | 1 | -4/+4 |
2019-01-06 | Fixed hash | Daniel Mensinger | 1 | -1/+1 |
2019-01-06 | Added more compiler option support | Daniel Mensinger | 7 | -3/+39 |
2019-01-06 | Code cleanup and renamed variables | Daniel Mensinger | 2 | -8/+5 |
2019-01-06 | Fixed flake8 | Daniel Mensinger | 2 | -2/+2 |
2019-01-06 | Load coredata | Daniel Mensinger | 1 | -0/+4 |
2019-01-06 | Absolute path generation refactoring | Daniel Mensinger | 11 | -5/+85 |
2019-01-06 | Simplefied absolute path generation | Daniel Mensinger | 2 | -6/+7 |
2019-01-06 | Better documentation | Daniel Mensinger | 1 | -2/+4 |
2019-01-06 | Revert to old behavior | Daniel Mensinger | 1 | -4/+12 |
2019-01-06 | Some small fixes | Daniel Mensinger | 2 | -5/+10 |
2019-01-06 | Renamed `--force-new` to `--force-dict-output` | Daniel Mensinger | 1 | -3/+3 |
2019-01-06 | Doc updates and throw if no target type is set | Daniel Mensinger | 2 | -14/+9 |
2019-01-06 | Keep 'filename' and 'install_filename' as strings | Daniel Mensinger | 1 | -2/+3 |
2019-01-06 | Simplified code and improved preformance | Daniel Mensinger | 1 | -26/+10 |
2019-01-06 | Ninja backend target introspection | Daniel Mensinger | 3 | -19/+124 |
2019-01-06 | Split the monolithic introspection file into chunks | Daniel Mensinger | 3 | -37/+38 |
2019-01-06 | Documentation and unit test update | Daniel Mensinger | 1 | -6/+1 |
2019-01-06 | Filenames are now lists | Daniel Mensinger | 2 | -5/+4 |
2019-01-06 | Update intro dump on meson configure | Daniel Mensinger | 2 | -2/+20 |
2019-01-06 | Added unit test | Daniel Mensinger | 5 | -7/+4 |
2019-01-06 | Removed determine_installed_path since it is no longer needed | Daniel Mensinger | 1 | -19/+1 |
2019-01-06 | Removed fallback detection logic | Daniel Mensinger | 3 | -173/+29 |
2019-01-06 | Some code cleanup | Daniel Mensinger | 4 | -46/+98 |
2019-01-06 | Moved the source and compiler generation to the backend | Daniel Mensinger | 3 | -135/+161 |
2019-01-06 | Fixed list_target_files and list_targets | Daniel Mensinger | 5 | -37/+41 |
2019-01-06 | More refactoring | Daniel Mensinger | 1 | -26/+45 |
2019-01-06 | Added unit test | Daniel Mensinger | 1 | -1/+1 |
2019-01-06 | Fixed rebase error | Daniel Mensinger | 1 | -2/+2 |
2019-01-06 | Fixed tests and benchmarks | Daniel Mensinger | 3 | -6/+12 |
2019-01-06 | Initial automatic target file generation | Daniel Mensinger | 3 | -21/+57 |
2019-01-06 | Added option to force use the new format | Daniel Mensinger | 1 | -2/+4 |
2019-01-06 | mintro: Added option to introspect multiple parameters at once | Daniel Mensinger | 1 | -27/+44 |
2019-01-06 | Updated format to include sources | Daniel Mensinger | 1 | -13/+53 |