aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-06Ignore encoding errors when scanning. Closes #10571.ignoreencodingerrorsJussi Pakkanen1-2/+2
2022-07-06run_project_tests: Don't try to use tqdm when stdout is not a ttyDylan Baker1-1/+1
2022-07-06gnome module: Use --quiet to supress printing the link command lineRichard Hughes1-0/+1
2022-07-06Improve error message for `include_directories(abs_path_intree)`Ralf Gommers2-3/+8
2022-07-06Detect Cython and Vala compilers on the build machine alwaysTristan Partin1-4/+3
2022-07-06pkgconfig: do not add valgrind as requirementMarc-André Lureau1-0/+2
2022-07-04Update Users.mdAmit D1-0/+3
2022-07-04Update Users.mdAmit D1-0/+9
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz19-34/+77
2022-07-03fix totally invalid import of an importEli Schwartz1-1/+3
2022-07-03sort imports for neatnessEli Schwartz3-18/+17
2022-07-03Bump version number for new development.Jussi Pakkanen1-1/+1
2022-07-03Finalize the release.0.63.0Jussi Pakkanen22-246/+272
2022-07-02Users.md: remove wxFormBuildersmowzy1-1/+0
2022-06-30test cases: Don't fall off the end of main() without an exit statusSimon McVittie3-0/+3
2022-06-29docs: update various function references to be linkifiedEli Schwartz7-26/+26
2022-06-27docs: fix broken link to structured sourcesEli Schwartz1-2/+2
2022-06-27docs: fix broken links in i18n modueEli Schwartz1-2/+2
2022-06-27docs: correctly classify module methods as a method, not a functionEli Schwartz1-7/+7
2022-06-27docs: grammar nitEli Schwartz1-1/+1
2022-06-27docs: encourage using the "setup" subcommand where appropriateEli Schwartz1-1/+1
2022-06-27docs: fix confusing repetitionEli Schwartz1-6/+4
2022-06-27docs: linkify some function referencesEli Schwartz3-4/+4
2022-06-27dependencies: update llvm versionsDylan Baker1-1/+3
2022-06-27Bump version number for rc2.0.63.0.rc2Jussi Pakkanen1-1/+1
2022-06-27docs: fix yaml refman example of embedding links in a code commentEli Schwartz1-1/+1
2022-06-27docs: make the refman linkification slightly prettier for codeblocksEli Schwartz1-3/+6
2022-06-26Fix destdir_joinAkihiko Odaki1-3/+3
2022-06-26add missing lower() to fix msvc backend platform detectionTad Young1-1/+1
2022-06-24chore: Set permissions for GitHub actionsneilnaveen7-0/+21
2022-06-24fix: handle the case where the last item of `four_column` results in being < ...fxxf1-1/+2
2022-06-22Move python version check as first thingXavier Claessens2-6/+9
2022-06-21fix type checking for declare_dependency to allow linking to executableEli Schwartz2-3/+8
2022-06-21docs: grammar and formatting nitsEli Schwartz1-2/+8
2022-06-21docs: remove incorrect information about nonexisting kwargEli Schwartz1-2/+2
2022-06-21Update Unit-tests.md (#10515)CLanguagePurist1-0/+8
2022-06-21visualstudio.py: Apply /utf-8 only on clang or VS2015+Chun-wei Fan1-7/+5
2022-06-19Update version numbers for rc1.0.63.0rc1Jussi Pakkanen2-2/+2
2022-06-19Merge pull request #10464 from rtbo/fix_generated_depsJussi Pakkanen5-2/+50
2022-06-19python module: implicitly add python dep to extensionsEli Schwartz6-15/+35
2022-06-19python module: cache dependency() lookup between invocationsEli Schwartz1-14/+26
2022-06-19update gnome test to cover built gresource filesEli Schwartz3-4/+29
2022-06-19gnome module: fix regression that broke using built xml files as gresourcesEli Schwartz1-1/+8
2022-06-19Update CUDA Toolkit/driver version table for recent releases.Olexa Bilaniuk1-0/+5
2022-06-17always run external projects multi-threaded if possibleStaz M1-4/+3
2022-06-17always set DESTDIR via the environment for external projectsStaz M1-4/+1
2022-06-17external-project: Add depends kwargXavier Claessens3-5/+17
2022-06-17migrate declare_dependency to typed_kwargsEli Schwartz2-32/+94
2022-06-17refactor logic for parsing dependency variables into type_checking moduleEli Schwartz5-15/+44
2022-06-17docs: d_module_versions has an undocumented ability to accept integersEli Schwartz4-8/+10