aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Works when mixing Java and C.Jussi Pakkanen1-2/+5
2016-03-03pass meson source and build dirs as env variables for postconf scriptsNicolas Schneider1-2/+8
2016-03-01add args support for add_postconf_scriptNicolas Schneider1-1/+1
2016-03-01Can add postconfigure script.Nicolas Schneider1-0/+6
2016-02-29Handle built targets in custom rules. Closes #411.Jussi Pakkanen1-0/+4
2016-02-24Create directories of unity temporary filesMinijackson1-0/+3
2016-02-22Pass warning arguments to compiler even if buildtype is plainMartin Ejdestig1-2/+1
2016-02-21Merge pull request #398 from nirbheek/target-link-implibJussi Pakkanen1-5/+9
2016-02-20Explicitly use the import library while generating link args for a targetNirbheek Chauhan1-5/+9
2016-02-17Reverted implib patch as it broke mingw completely.Jussi Pakkanen1-9/+5
2016-02-17Filter out UNIX flags from external deps when using the MSVC compilerNirbheek Chauhan1-1/+3
2016-02-17Explicitly use the import library while generating link args for a targetNirbheek Chauhan1-5/+9
2016-02-17backends: Clarify the reason behind a grotesque hackNirbheek Chauhan1-1/+3
2016-01-23Moved backends to their own module.Jussi Pakkanen1-0/+423