Commit History

Author SHA1 Message Date
  Jussi Pakkanen 5973dcc25b Detect x86/amd64 from the compilers because system info may be incorrect. 7 years ago
  Mike Sinkovsky 969be1f679 cleanup: Remove redundant parentheses 7 years ago
  Mike Sinkovsky 1d177fb127 cleanup: Unused local variables 7 years ago
  Mike Sinkovsky 5b626ab4cb style: [E1**] Indentation 7 years ago
  Mike Sinkovsky 84902cb93a style: [E301] expected 1 blank line, found 0 7 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 7 years ago
  Philipp Geier 54697b4130 ICC 17.0.0 working for Linux and Ninja Backend. 7 years ago
  Mike Sinkovsky 2d2e3b943c fix for cross-builds targeting macosx 7 years ago
  Igor Gnatenko 116da33cdd style: fix E128 violations 7 years ago
  Igor Gnatenko f0b30baa39 style: fix E225 violations 7 years ago
  Jussi Pakkanen b55235dfbd Fix space before :. 7 years ago
  Jussi Pakkanen a2528a8816 Merge pull request #1233 from mesonbuild/wip/ignatenko/code-style 7 years ago
  Nirbheek Chauhan 9bc07a0941 Fix several more lint errors 7 years ago
  Igor Gnatenko 139e020ede tree-wide: use proper 'not in' notation 7 years ago
  Jussi Pakkanen 411e88a5ab Fix PGI Fortran compiler detection. 7 years ago
  Nirbheek Chauhan 70f39ee21e unity builds: Assembly and LLVM IR are incompatible 7 years ago
  Nirbheek Chauhan 04c1909a4d compilers: Implement support for LLVM IR compilation 7 years ago
  Nirbheek Chauhan 60716fcd6d Use universal_newlines=True for all Popen calls 7 years ago
  Nirbheek Chauhan 09fd24ea78 Always catch PermissionError while looking for Ninja 7 years ago
  Jussi Pakkanen 951262d759 Removed Valgrind from core. 8 years ago
  Paulo Antonio Alvarez 1e54a5e73c environment: Use GNU defines to get version of c, c++, objc and fortran 7 years ago
  Paulo Antonio Alvarez 582e1ede80 environment: Static method to get gcc version from compiler defines 7 years ago
  Jussi Pakkanen 69aa0091b1 The regex to detect version numbers needs to be a bit more complex. Closes #967. 8 years ago
  Nirbheek Chauhan 3df75d696d Directly pass the compiler to get_args_from_envvars 8 years ago
  Emanuele Aina 6c50253645 Use argv[0] to internally relaunch meson.py 8 years ago
  Nirbheek Chauhan bcf20af62e environment: Add support for MinGW/GCC to detect_windows_arch() 8 years ago
  Nirbheek Chauhan a001fa0fb6 compilers: Make GCC detection more robust on all platforms 8 years ago
  Nirbheek Chauhan ac8c8c2ba8 Treat 32-bit compiles on 64-bit Windows as native 8 years ago
  Elliott Sales de Andrade a2321b24f6 Flatten isinstance calls. (#715) 8 years ago