11483 Commits (59fe80602e95cb9068ed18ad3dd2581029b91a37)
 

Author SHA1 Message Date
Eli Schwartz 2fc7592e13
i18n module: provide targets as return value for gettext() 3 years ago
Dylan Baker bd691b847c interpreter: use python dunders instead of lock for unpicklability 3 years ago
Dylan Baker 042016a555 unittests: add a test to Interpreter is unpicklable 3 years ago
Daniel Mensinger 8d92e6d865 interpreter: Add IntegerHolder 3 years ago
Daniel Mensinger 86f70c873a interpreter: Introduce operators support for InterpreterObjects 3 years ago
Daniel Mensinger a6c9a151d3 interpreter: Make comparisons of different types a hard error 3 years ago
Dylan Baker b60bd0e299 pyllint: enable consider-user-enumerate 3 years ago
Dylan Baker 4d7031437c pylint: turn on superflous-parens 3 years ago
Dylan Baker 06fdb29daa pylint: turn on superfluous parens warning 3 years ago
Dylan Baker 278942a447 pylint: enable consider-iterating-dictionary 3 years ago
Dylan Baker 1fc3d8608d pylint: enable unnecessary-not check 3 years ago
Jussi Pakkanen 9e61b4fe99
Merge pull request #9185 from dcbaker/submit/env-object-as-holder 3 years ago
Jussi Pakkanen 82ba2f1e05
Merge pull request #9193 from dcbaker/submit/aarch64-be 3 years ago
jimman2003 10151d8738
Make assignment a statement in Syntax.md (#9188) [skip-ci] 3 years ago
Eli Schwartz 34ac77d619 python module: fix error message mentioning setuptools 3 years ago
Dylan Baker 81f5cee218 interpreter: rename EnvironmentVariablesObject -> EnvironmentVariablesHolder 3 years ago
Dylan Baker 43f942be34 interpreterobjects: Use typed_kwargs for EnvironmentVariablesObject 3 years ago
Dylan Baker 3731e1d8f3 make EnvironmentVariablesObject a proper holder 3 years ago
Dylan Baker d6a1f85248 Allow EnvironmentVariablesObject to be passed an EnvironmentVariables instance 3 years ago
Dylan Baker 940fc372db interperter/kwargs: narrow type checking 3 years ago
Dylan Baker d87b3c7b3f interpreter/type_checking: Add convertor to env keyword argument 3 years ago
Dylan Baker 75d2ec9a40 interpreter/type_checking: add a validator to env 3 years ago
Dylan Baker ec59cbdf61 interpreter: move 'env' to type_checking 3 years ago
Dylan Baker 8c90140f2b build: add ability to set initial value of EnvironmentVariables 3 years ago
Dylan Baker aee2325335 build: Fully annotate EnvironmentVariables 3 years ago
Xavier Claessens 38db4602d8 wraptool: Fix version comparison 3 years ago
Xavier Claessens 88a1bed81b decorators: Make unknown kwarg fatal 3 years ago
Xavier Claessens 276063a1d2 Add missing "disabler" kwarg to python.dependency() 3 years ago
Xavier Claessens f8cfd91d71 Simplify get_callee_args 3 years ago
Xavier Claessens ab773ff9e8 Simplify condition in can_run_host_binaries() 3 years ago
Dylan Baker f073c3cfe1 environment: correctly handle cpu value aarch64_be 3 years ago
Dylan Baker 78f8a286d0 environment: add ppc -> ppc64 for aix to detect_cpu 3 years ago
Dylan Baker b8cdae7003 unittests: add tests for detect_cpu 3 years ago
Dylan Baker 84fff3521a unittests: Add a test case for detect_cpu_family 3 years ago
Dylan Baker 42eadd18d6 environment: Add a few type annotations 3 years ago
Mike Gilbert 41c96d50af mcompile: treat load-average as a float 3 years ago
Ting-Wei Lan a70cdebfe7 gnome: Prepend devenv, not append 3 years ago
Dylan Baker f407ad5d28
Merge pull request #9183 from dcbaker/submit/validate-default 3 years ago
Andrea Pappacoda 64ea8dce7a docs: update LD docs link in FAQ.md 3 years ago
Dylan Baker b4bc8464e6
Try to fix NoneType 3 years ago
Jussi Pakkanen e83ab50c06 Delete old outputs that are no longer in the Ninja file. 3 years ago
Dylan Baker ce392acad4 interpreterbase: ensure that the default vaule to KwargInfo is a valid type 3 years ago
Dylan Baker 11fbaf29d8 interpreter: fix cases of `KwargInfo(..., T, default=None)` 3 years ago
Dylan Baker 3f5d80b8bb interpreter: fix name of typed_kwargs for `test()` 3 years ago
Dylan Baker b791b47c3b build: add annotations for DependencyOverride 3 years ago
Dylan Baker b2b4c374fc environment: Add correct annotation for wrap_resolver 3 years ago
Dylan Baker aa895b383c interpreter: Add a helper for checking constrained inputs 3 years ago
Rihards Skuja 4523e9d288 interpreter: fix IndexError when specifying dependency 'include_type' 3 years ago
Eli Schwartz 16a162d10a
FAQ: document some community work toward implementing Meson in C/C++ 3 years ago
Eli Schwartz 6170f1175e python module: produce the correct install path on every OS 3 years ago