aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-01Handle minus sign correctlyNinja-Koala1-1/+2
2019-02-01Add second dependency file for c targetNinja-Koala1-1/+3
2019-02-01Remove dependency file from c targetNinja-Koala1-3/+3
2019-02-01Fix code formattingNinja-Koala1-15/+15
2019-02-01gnome.compile_resources: Add ld binary methodNinja-Koala2-14/+130
2019-02-01C# and Java compilers should have `is_cross = False`John Ericson2-0/+2
2019-02-01Ensure that func dicts provide the same set of functionsDaniel Mensinger2-0/+21
2019-02-01macos: lipo outputs aarch64 as arm64, fix itNirbheek Chauhan1-0/+1
2019-02-01qt: Only look for a framework on macOS if building for macOSNirbheek Chauhan1-1/+3
2019-02-01better handle variable HDF5 setups, update Fortran compiler defMichael Hirsch, Ph.D6-32/+30
2019-02-01CMake: Added support for CMAKE_MODULE_PATH and extra CMake args (closes #4779)Daniel Mensinger7-6/+67
2019-01-31Merge pull request #4831 from scivision/hdf5Jussi Pakkanen10-3/+184
2019-01-31env: Add a repr() for MachineInfoNirbheek Chauhan1-0/+3
2019-01-31macos: lipo from older xcode does not support -archsNirbheek Chauhan1-1/+2
2019-01-31find_library: Check arch of libraries on DarwinNirbheek Chauhan5-39/+85
2019-01-31Add tsan and ubsan to g-ir-scanner workaround.Elliott Sales de Andrade1-3/+9
2019-01-31configure_file: Allow setting install_dir: false with deprecationNirbheek Chauhan2-2/+13
2019-02-01project tests: qt is available on the macOS CINirbheek Chauhan1-0/+4
2019-02-01qtdep: Look for QMAKE env var again + sprinkle debugNirbheek Chauhan2-0/+4
2019-02-01Rewrite appleframework and extraframework dependency classesNirbheek Chauhan12-37/+197
2019-01-31pkgconfig: Only warn about deprecation at a location onceNirbheek Chauhan1-12/+20
2019-01-31skip CI for HDF5 where HDF5 is not available"Michael Hirsch, Ph.D3-12/+19
2019-01-31gnustep-config: config tools are lists, not stringsNirbheek Chauhan1-2/+2
2019-01-31tests: Don't require pkg-config for macOS testsNirbheek Chauhan2-10/+31
2019-01-31cmake deps: Again, get_command() is None when not foundNirbheek Chauhan1-7/+6
2019-01-31pkg-config: Fix another case where we were throwing a tracebackNirbheek Chauhan2-6/+13
2019-01-31pkg-config: Don't traceback when not found and not requiredNirbheek Chauhan1-6/+5
2019-01-31unit tests: darwin tests must never require pkg-configNirbheek Chauhan1-0/+1
2019-01-31unit tests: Fix sdl2 failure test on macOSNirbheek Chauhan2-5/+38
2019-01-31unit tests: Simplify get_fake_env()Nirbheek Chauhan2-17/+17
2019-01-31Use ConfigParser instead of deprecated SafeConfigParserNirbheek Chauhan1-1/+1
2019-01-31Add cuda_args keyword.Olexa Bilaniuk1-3/+4
2019-01-31Better NVCC version detection.Olexa Bilaniuk1-1/+16
2019-01-31pkgconfig: Avoid deprecation warning when using new syntaxXavier Claessens1-5/+6
2019-01-30setup hdf5 testMichael Hirsch, Ph.D6-4/+119
2019-01-30unit tests: Run native file tests on the CINirbheek Chauhan1-18/+37
2019-01-30dist: Handle git worktrees, which have a .git file instead of dirDylan Baker1-1/+2
2019-01-30initial HDF5 pkg-config fortran worksMichael Hirsch, Ph.D5-3/+62
2019-01-30qt: Print the full path of the `qmake` binary foundNirbheek Chauhan1-1/+1
2019-01-30Overhaul pkg-config and CMake lookup, fixing the latterJohn Ericson2-123/+157
2019-01-29BUGFIX: allow fc.run(code) to work, pick only Fortran moduleMichael Hirsch, Ph.D3-8/+22
2019-01-29pep8 py37Michael Hirsch, Ph.D13-31/+31
2019-01-29correct naming to CudaCompiler, pep8Michael Hirsch, Ph.D3-3/+3
2019-01-29raise an error if PCH files are stored in different foldersNicolas Schneider5-0/+9
2019-01-29vs: fix PCHNicolas Schneider2-23/+33
2019-01-28Disable mixed (mscv/clang + gnu) Windows Fortran tests. Closes #4829.Jussi Pakkanen3-11/+19
2019-01-27BUGFIX: broken/missing Fortran code/unit testsMichael Hirsch, Ph.D18-121/+149
2019-01-27fix non-default option printingNicolas Schneider1-3/+4
2019-01-27Merge pull request #4814 from mensinda/astVisitorJussi Pakkanen22-393/+1459
2019-01-27vs: escape embedded quotes of run targetsNicolas Schneider1-0/+3