999 Commits (eea067087261fbeb19ff12ee6a6def95e0141322)

Author SHA1 Message Date
Mike Sinkovsky 5b626ab4cb style: [E1**] Indentation 8 years ago
Mike Sinkovsky ab4f7b56ce style: [E272] multiple spaces before keyword 8 years ago
Mike Sinkovsky 77515ee541 style: [E303] too many blank lines (2) 8 years ago
Mike Sinkovsky 84902cb93a style: [E301] expected 1 blank line, found 0 8 years ago
Mike Sinkovsky f9344b03a8 style: [E721] do not compare types, use 'isinstance()' 8 years ago
Mike Sinkovsky bf14cec81b style: [E712] comparison to True should be 'if cond is True:' or 'if cond:' 8 years ago
Mike Sinkovsky c8981bdd1b style: [E711] comparison to None should be 'if cond is None:' 8 years ago
Mike Sinkovsky e9a891fe25 style: [E502] the backslash is redundant between brackets 8 years ago
Jussi Pakkanen 6ac9a8e738 Add .find_python() method. Supersedes #777. 8 years ago
Jussi Pakkanen fbabe8ad85 There are two different kinds of extensions: modules that create new 8 years ago
Jussi Pakkanen 24221d71cc Created a Python 3 module for simpler building of Python extension modules. 8 years ago
Nirbheek Chauhan 747d4f2b03 We only need Ninja 1.5.x for the core code 8 years ago
Jussi Pakkanen 340781c515 Fix Gnome module. 8 years ago
Jussi Pakkanen 00f62d0755 Can get values in ConfigurationData objects. 8 years ago
Jussi Pakkanen fdd0675661 Better error messages. Closes #1284. 8 years ago
Jussi Pakkanen 570c9b150b Fix a few more modules. 8 years ago
Jussi Pakkanen de24fddbd1 Create a module return value object. 8 years ago
Jussi Pakkanen 027af6b064 Error out if trying to do gettext without appropriate tools. 8 years ago
Nirbheek Chauhan 2589009d23 ifort: Derive from IntelCompiler base class 8 years ago
Nirbheek Chauhan 6e5c87e380 icc: Always specify the language to use for PCH usage 8 years ago
Nirbheek Chauhan e31d067fed compilers.py: Use a common variable for warn args 8 years ago
Nirbheek Chauhan 509bc30cdd compilers: gnu++03 is not a valid Clang C++ standard 8 years ago
Nirbheek Chauhan 731aca216e icc: Fix C/C++ std options and add a unit test for them 8 years ago
Philipp Geier 54697b4130 ICC 17.0.0 working for Linux and Ninja Backend. 8 years ago
Mike Sinkovsky 079e43f70b fix 'unreachable code' warnings 8 years ago
Mike Sinkovsky 3b0eec7703 fix 'method signature does no match signature of overridden method' 8 years ago
Igor Gnatenko f4058b692d backends/ninja: remove unused variable 8 years ago
Jussi Pakkanen b3d51abff2 Can put external programs to test suite exe wrappers directly. 8 years ago
Jussi Pakkanen 74f15263b6 Can set envvars in test setups. 8 years ago
Jussi Pakkanen ee8a6e6fc5 Can specify test setups and run them with mesontest. 8 years ago
Igor Gnatenko ef3cc6b3fa style: fix E127 violations 8 years ago
Igor Gnatenko cdd05aa5dc style: fix E241 violations 8 years ago
Igor Gnatenko dd36847c4b style: fix E202 violations 8 years ago
Igor Gnatenko c13160034f style: fix E201 violations 8 years ago
Jussi Pakkanen d94f64ded1 Support default_options in dependency() fallbacks. 8 years ago
Mike Sinkovsky 2d2e3b943c fix for cross-builds targeting macosx 8 years ago
Igor Gnatenko f0bc5568a7 style: fix E703 violations 8 years ago
Igor Gnatenko 969dc7e995 style: fix E124 violations 8 years ago
Igor Gnatenko 116da33cdd style: fix E128 violations 8 years ago
Igor Gnatenko ea570bcb67 style: fix E265 violations 8 years ago
Igor Gnatenko f19bec34a9 style: fix E271 violations 8 years ago
Igor Gnatenko 5693758e46 style: fix E231 violations 8 years ago
Igor Gnatenko 2a835c2c10 style: fix E221 violations 8 years ago
Igor Gnatenko ef608f217d style: fix E222 violations 8 years ago
Igor Gnatenko 2017d8578a style: fix E226 violations 8 years ago
Igor Gnatenko f0b30baa39 style: fix E225 violations 8 years ago
Igor Gnatenko 15629d2fae backends/ninja: remove unused variables 8 years ago
Nirbheek Chauhan 5060e2045b serialise_executable: Name the data file deterministically 8 years ago
Jussi Pakkanen b55235dfbd Fix space before :. 8 years ago
Hemmo Nieminen 504f974204 Pass project's user options to scan-build temporary project. 8 years ago