aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-22linkers: Accept both str and List[str] for _apply_prefixNirbheek Chauhan1-6/+10
2020-01-22linkers: Clarify a comment about rspfilesNirbheek Chauhan1-1/+2
2020-01-22Add link to PDF manual site on the front page. [skip ci]Jussi Pakkanen1-1/+7
2020-01-22Reformat user list page. [skip ci]Jussi Pakkanen1-8/+15
2020-01-21Merge pull request #6481 from jon-turney/osx-qt-dep-crashDylan Baker5-8/+42
2020-01-21docs: Fix typo in linkNiklas Hambüchen1-1/+1
2020-01-21Users.md: add qboot [skip ci]Marc-Andre Lureau1-0/+1
2020-01-21Use python3 in some tests which were still using pythonSebastien Bacher12-12/+12
2020-01-20add zrythm to Users.md [skip ci]alex-tee1-0/+1
2020-01-18Fix 'qt4test' test executable when only Qt4 is presentJon Turney2-1/+2
2020-01-18Make the 'framework/4 qt' test more flexibleJon Turney3-7/+14
2020-01-18Add macOS Qt4 framework test to ci-actionsJon Turney1-0/+25
2020-01-18Fix typo in error messageXavier Claessens1-1/+1
2020-01-17Update Users.mdAmit D1-1/+1
2020-01-17Update Users.mdAmit D1-3/+3
2020-01-17wrap: Fix support of file:// URLsXavier Claessens5-3/+39
2020-01-17Fix dependency('qt') crash with old Qt on OSXJon Turney1-1/+2
2020-01-15envconfig: s390x is 64bitDylan Baker1-0/+1
2020-01-15Add s390 to list of known architecturesDylan Baker2-0/+2
2020-01-15run_tests: Fix detection of ninja 1.9Nirbheek Chauhan1-16/+22
2020-01-14Update Users.mdAmit D1-1/+1
2020-01-15find_program: Always use USERPROFILE instead of HOMENirbheek Chauhan2-1/+12
2020-01-14dependency: add cursesMichael Hirsch, Ph.D4-1/+42
2020-01-14Add .wrap file syntax detection for vimLuke Drummond1-0/+1
2020-01-14find_program: Ignore programs in the WindowsApps directoryNirbheek Chauhan1-2/+18
2020-01-09pkgconfig module: add FeatureNew for requires: dependency('foo')Eli Schwartz2-4/+9
2020-01-08bugfix: hdf5 depenedency: make sure variable is always definedMichael Hirsch, Ph.D1-1/+1
2020-01-08types: Fix/ignore flake8 B014/F811Daniel Mensinger2-13/+13
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger55-942/+929
2020-01-08mention lack of up-to-date dependencies explicitly [skip ci]Vadim Zhukov1-1/+3
2020-01-08[skip ci] Use more up-to-date wording for package managersVadim Zhukov1-4/+2
2020-01-08Rename test dirs to sequential order.Jussi Pakkanen37-4/+4
2020-01-07Bump version number for new development.Jussi Pakkanen1-1/+1
2020-01-07Prepare new release.0.53.0Jussi Pakkanen20-172/+196
2020-01-07One more symlink test skip.Jussi Pakkanen1-1/+1
2020-01-07environment: Fix detection of icc on macOSDylan Baker1-6/+3
2020-01-06Updated linker MR (#6407)Jussi Pakkanen3-12/+21
2019-12-31Make D template work even if dub is not available.Jussi Pakkanen1-7/+9
2019-12-29Only run symlink test from git checkout.Jussi Pakkanen1-1/+11
2019-12-29cmake: Use trace for missing link flags (fixes #6386)Daniel Mensinger12-8/+152
2019-12-28bugfix: netcdf pkgconfig stop if foundMichael Hirsch, Ph.D1-0/+2
2019-12-28Merge pull request #6380 from scivision/cuda_qcJussi Pakkanen18-59/+69
2019-12-24bugfix: check len before indexMichael Hirsch, Ph.D1-2/+2
2019-12-23refactor: cuda no unused argsMichael Hirsch, Ph.D16-25/+25
2019-12-23doc: cuda windows commentMichael Hirsch, Ph.D1-1/+2
2019-12-23doc: examples of run_project_tests.py optionsMichael Hirsch, Ph.D1-33/+42
2019-12-22cmake: Fix obeject librariesDaniel Mensinger16-23/+236
2019-12-21Merge pull request #6355 from scivision/depmethodJussi Pakkanen9-186/+226
2019-12-19summary: Change 'section' to be a kwarg instead of positionalXavier Claessens4-50/+39
2019-12-19add compiler.get_linker_id() methodMichael Hirsch, Ph.D7-34/+69