Age | Commit message (Expand) | Author | Files | Lines |
2019-04-25 | Don't use len() to test for container emptiness | Dylan Baker | 1 | -2/+2 |
2019-04-08 | mintro: removed deprecated --target-files API | Daniel Mensinger | 1 | -32/+0 |
2019-03-03 | mintro: Renamed --dependencies --> --scan-dependencies | Daniel Mensinger | 1 | -0/+11 |
2019-03-03 | mintro: Fix unit test | Daniel Mensinger | 1 | -0/+1 |
2019-03-03 | mintro: Address code review | Daniel Mensinger | 1 | -3/+7 |
2019-03-03 | mintro: Dependencies from source | Daniel Mensinger | 1 | -2/+9 |
2019-03-03 | Target introspection from source | Daniel Mensinger | 1 | -1/+42 |
2019-03-03 | Minor introspection refactoring | Daniel Mensinger | 1 | -40/+40 |
2019-03-01 | mintro: Add subproject_dir to --projectinfo | Daniel Schulte | 1 | -1/+3 |
2019-03-01 | mintro: Add name of subproject the target is contained in to --target output | Daniel Schulte | 1 | -1/+2 |
2019-02-12 | Merge pull request #4826 from mensinda/confDefOpts | Jussi Pakkanen | 1 | -1/+1 |
2019-02-05 | Fixed some code issues | Daniel Mensinger | 1 | -1/+1 |
2019-02-02 | Never access environment.properties downstream | John Ericson | 1 | -1/+2 |
2019-01-22 | Moved the introspection interpreter | Daniel Mensinger | 1 | -108/+1 |
2019-01-22 | Basic AST visitor pattern | Daniel Mensinger | 1 | -16/+2 |
2019-01-16 | mintro: Introspection interpreter refactoring (#4733) | Daniel Mensinger | 1 | -103/+41 |
2019-01-15 | mintro: Added `defined_in` key in the targets introspection | Daniel Mensinger | 1 | -0/+2 |
2019-01-13 | Load source dir from meson-info.json | Daniel Mensinger | 1 | -4/+5 |
2019-01-13 | mintro: Check meson-info.json version instead of loading coredata | Daniel Mensinger | 1 | -4/+17 |
2019-01-13 | Merge pull request #4731 from mensinda/introBreak2 | Jussi Pakkanen | 1 | -10/+6 |
2019-01-10 | `environment.cross_info.need_cross_compiler()` doesn't exist | John Ericson | 1 | -1/+1 |
2019-01-07 | Deprecated --target-files API | Daniel Mensinger | 1 | -2/+7 |
2019-01-07 | Changed introspection target format | Daniel Mensinger | 1 | -14/+5 |
2019-01-06 | Fixed missing newline | Daniel Mensinger | 1 | -1/+1 |
2019-01-06 | Added meson-info.json | Daniel Mensinger | 1 | -0/+53 |
2019-01-06 | Introspection refactoring | Daniel Mensinger | 1 | -58/+78 |
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 | 1 | -8/+8 |
2019-01-06 | Atomic write | Daniel Mensinger | 1 | -1/+4 |
2019-01-06 | Code cleanup and renamed variables | Daniel Mensinger | 1 | -5/+3 |
2019-01-06 | Fixed flake8 | Daniel Mensinger | 1 | -1/+1 |
2019-01-06 | Load coredata | Daniel Mensinger | 1 | -0/+4 |
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 | 1 | -4/+4 |
2019-01-06 | Renamed `--force-new` to `--force-dict-output` | Daniel Mensinger | 1 | -3/+3 |
2019-01-06 | Keep 'filename' and 'install_filename' as strings | Daniel Mensinger | 1 | -2/+3 |
2019-01-06 | Ninja backend target introspection | Daniel Mensinger | 1 | -1/+1 |
2019-01-06 | Split the monolithic introspection file into chunks | Daniel Mensinger | 1 | -34/+24 |
2019-01-06 | Documentation and unit test update | Daniel Mensinger | 1 | -6/+1 |
2019-01-06 | Filenames are now lists | Daniel Mensinger | 1 | -5/+1 |
2019-01-06 | Update intro dump on meson configure | Daniel Mensinger | 1 | -2/+18 |
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 | 1 | -1/+13 |
2019-01-06 | Some code cleanup | Daniel Mensinger | 1 | -21/+10 |
2019-01-06 | Moved the source and compiler generation to the backend | Daniel Mensinger | 1 | -133/+15 |
2019-01-06 | Fixed list_target_files and list_targets | Daniel Mensinger | 1 | -33/+35 |
2019-01-06 | More refactoring | Daniel Mensinger | 1 | -26/+45 |
2019-01-06 | Added unit test | Daniel Mensinger | 1 | -1/+1 |