Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-04 | Merge pull request #496 from mesonbuild/partest | Jussi Pakkanen | 2 | -7/+28 | |
Run tests in parallel | |||||
2016-04-04 | Bring back the old manual search to cc.find_library. | Jussi Pakkanen | 2 | -8/+33 | |
2016-04-04 | Import fix. Closes #498. | Jussi Pakkanen | 1 | -2/+2 | |
2016-04-04 | Removed lingering coverage flags. | Jussi Pakkanen | 2 | -5/+2 | |
2016-04-03 | Merge pull request #390 from nirbheek/msvc-module-defs | Jussi Pakkanen | 12 | -1/+60 | |
Add support for passing a module definitions file for exporting symbols while linking | |||||
2016-04-03 | Whitespace fixing. | Jussi Pakkanen | 2 | -14/+13 | |
2016-04-03 | Fix output dir of coverage-html. | Jussi Pakkanen | 1 | -3/+3 | |
2016-04-03 | Put buildtype flags to vala compiles. | Jussi Pakkanen | 3 | -6/+14 | |
2016-04-02 | Add coverage option to compilers. | Jussi Pakkanen | 1 | -8/+8 | |
2016-04-02 | If should be elif. | Jussi Pakkanen | 1 | -1/+1 | |
2016-04-01 | Fix Windows. Again. | Jussi Pakkanen | 2 | -2/+13 | |
2016-04-01 | Output is all pretty again. | Jussi Pakkanen | 1 | -6/+7 | |
2016-04-01 | Run tests in parallel. | Jussi Pakkanen | 1 | -3/+12 | |
2016-04-01 | Fix Windows. | Jussi Pakkanen | 1 | -2/+4 | |
2016-04-01 | Use individual tempdirs for building and installing in unit tests. | Jussi Pakkanen | 2 | -16/+7 | |
2016-03-31 | Merge pull request #486 from nioncode/vs-transitivedeps | Jussi Pakkanen | 1 | -1/+1 | |
vs2010: fix transitive dependencies | |||||
2016-03-31 | Merge pull request #488 from nioncode/vs-extrafiles | Jussi Pakkanen | 1 | -1/+6 | |
vs2010: add extra_files to project | |||||
2016-03-31 | Only check cl banner string on Windows. Closes #491. | Jussi Pakkanen | 1 | -1/+4 | |
2016-03-30 | And private libraries. | Jussi Pakkanen | 2 | -4/+8 | |
2016-03-30 | Invoke depfixer in-process to make it faster. Closes #480. | Jussi Pakkanen | 4 | -23/+24 | |
2016-03-30 | Can set requires manually into generated pc files. | Jussi Pakkanen | 2 | -3/+13 | |
2016-03-30 | Add global arguments to vala compilations. | Jussi Pakkanen | 1 | -3/+6 | |
2016-03-30 | Add shared_library argument for a Visual Studio module definitions file | Nirbheek Chauhan | 12 | -1/+60 | |
On MSVC, shared libraries only export symbols that have been explicitly exported either as part of the symbol prototype or via a module definitions file. On compilers other than MSVC, all symbols are exported in the shared library by default and the format for the list of symbols to export is different, so this is only used with the VisualStudio compiler. The module defs file path can either be relative to the current source directory or an absolute path using meson.source_root() + '/some/path' | |||||
2016-03-30 | vs2010: add extra_files to project | Nicolas Schneider | 1 | -1/+6 | |
2016-03-30 | vs2010: fix transitive dependencies | Nicolas Schneider | 1 | -1/+1 | |
2016-03-29 | Merge branch 'vs-privinc' | Jussi Pakkanen | 1 | -0/+4 | |
2016-03-29 | Merge branch 'vs-fixinclude' | Jussi Pakkanen | 1 | -5/+2 | |
2016-03-29 | Merge branch 'vs-extraargs' | Jussi Pakkanen | 3 | -22/+18 | |
2016-03-29 | Merge branch 'samename' | Jussi Pakkanen | 7 | -19/+62 | |
2016-03-29 | vs2010: support EXTRA_ARGS for generators | Nicolas Schneider | 3 | -8/+11 | |
2016-03-29 | vs2010: fix generated files' path | Nicolas Schneider | 1 | -7/+2 | |
Generated files should always come with the correct relative path set, so we don't have to modify it at all. | |||||
2016-03-29 | vs2010: fix relative path to target private dir for generators | Nicolas Schneider | 1 | -3/+4 | |
backend.get_target_private_dir() includes the target directory in the path. However, we want to treat all paths relative from the target directory, because that's where our VS project file lives in. | |||||
2016-03-29 | vs2010: fix generator command | Nicolas Schneider | 1 | -5/+2 | |
A shebang line on Windows will be resolved to [binary, script_path]. Thus, we need to use both instead of just taking the first element of the command. | |||||
2016-03-29 | vs2010: fix include directories | Nicolas Schneider | 1 | -5/+2 | |
Everything in the VS project file is relative to the project file itself. The project file gets put in the target.subdir, so to include files from there we just need to use '.'. To include from the private dir, we need to use the relative path from the target dir to the target private dir. | |||||
2016-03-29 | vs2010: support private include dirs | Nicolas Schneider | 1 | -0/+4 | |
2016-03-28 | Merge pull request #478 from centricular/sizeof_no_symbol | Jussi Pakkanen | 1 | -1/+1 | |
Return -1 from cc.sizeof if the symbol could not be found | |||||
2016-03-28 | compilers: Return -1 from cc.sizeof if the symbol could not be found | Nirbheek Chauhan | 1 | -1/+1 | |
Allows people to avoid adding a separate check for the symbol existing in case it's platform-specific | |||||
2016-03-28 | move source file conflict detection into Vs2010 backend | Nicolas Schneider | 2 | -13/+25 | |
2016-03-28 | Error out if trying to install with Python 2. | Jussi Pakkanen | 1 | -0/+6 | |
2016-03-25 | vs2010: use copy of buildtype_args to not change global state | Nicolas Schneider | 1 | -1/+1 | |
We do not want the modifications of general_args to propagate to the global buildtype_args. | |||||
2016-03-25 | vs2010: fix object extraction with same source file name | Nicolas Schneider | 3 | -22/+19 | |
This also refactors determine_ext_objs() to use inheritance instead of a method flag for determining the object output name. | |||||
2016-03-24 | add test for extracting two objects with the same source file name | Nicolas Schneider | 4 | -0/+18 | |
2016-03-24 | vs2010: support same source file names in different subdirs | Nicolas Schneider | 2 | -0/+16 | |
2016-03-24 | Binary name clarification. | Jussi Pakkanen | 1 | -0/+4 | |
2016-03-23 | Error out if using a not found binary in the build. Closes #469. | Jussi Pakkanen | 2 | -0/+11 | |
2016-03-20 | Fix up typo in precompiled headers base option handling | Tim-Philipp Müller | 1 | -1/+1 | |
2016-03-20 | Check option files too. | Jussi Pakkanen | 1 | -1/+1 | |
2016-03-20 | Merge branch 'base_options'. | Jussi Pakkanen | 11 | -80/+218 | |
2016-03-20 | Merge branch 'Custom target absolute paths'. | Jussi Pakkanen | 2 | -5/+7 | |
2016-03-20 | Merge pull request #441 from nioncode/vs-compile-args | Jussi Pakkanen | 1 | -27/+64 | |
vs2010: fix compile args |