Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Andrei Alexeyev 5ab8934636 kwarg expansion: use dict.update() 6 gadi atpakaļ
  Andrei Alexeyev 5e7118dd5c Basic kwarg dict expansion support 6 gadi atpakaļ
  Xavier Claessens 2d3bfa0778 Interpreter: Fix subdir_done() to exit from inside if/foreach blocks 6 gadi atpakaļ
  Nirbheek Chauhan dff1d8eccf FeatureNew: Print WARNING instead of ERROR 6 gadi atpakaļ
  Salamandar c5e85e59cc Add 0.47.0 features 6 gadi atpakaļ
  Salamandar 00c4cf7d45 Add Feature{New,Deprecated}Kwargs decorators 6 gadi atpakaļ
  Salamandar dd91f96867 Move target_version from coredata to mesonlib 6 gadi atpakaļ
  Salamandar b9c37e4fd2 Add set instead of list for used features lits 6 gadi atpakaļ
  Salamandar 4978dc0124 Cleanup : have more common code between FeatureNew and FeatureDeprecated 6 gadi atpakaļ
  Salamandar 806ab181f2 Split function wrapper from a use() method 6 gadi atpakaļ
  Salamandar ae19fec952 Add version_compare_condition_with_{min,max} for specific comparison utils. 6 gadi atpakaļ
  Salamandar ee2f8a0416 Add basic code for feature version detection: 6 gadi atpakaļ
  Mathieu Duponchelle 10e7566ed8 dict: fix CI issues 6 gadi atpakaļ
  Mathieu Duponchelle 195c356f91 dict: address review comments 6 gadi atpakaļ
  Kyrylo Shpytsya 09dc48d941 Add methods to the dict builtin 6 gadi atpakaļ
  Mathieu Duponchelle ecb8838082 Add new built-in type, dict 6 gadi atpakaļ
  Mathieu Duponchelle f1c92d7c9c Interpreter: don't flatten the arguments of various methods 6 gadi atpakaļ
  Xavier Claessens 10a9bdad96 interpreter: Verify permitted kwargs on all methods 6 gadi atpakaļ
  behlec 37d379ebe5 Allow meson build file to exit early. (#2808) 6 gadi atpakaļ
  Jussi Pakkanen 9ecb75670f Merge pull request #3127 from bluetech/method-permitted-kwargs 6 gadi atpakaļ
  Jon Turney 390333a18d Fix remaining flake8 report 6 gadi atpakaļ
  Ran Benita 4d8e4654cb Warn if non-permitted keyword arguments are given to compiler methods 6 gadi atpakaļ
  Jon Turney 7297e9f7a3 Add source location to warning for comparing different types 6 gadi atpakaļ
  Jon Turney 56286fd2b8 Fix test cases/failing/52 inconsistent comparison 6 gadi atpakaļ
  Jussi Pakkanen 6cd7372e26 Comparing objects of different type prints a warning. Closes #2870. 6 gadi atpakaļ
  Jon Turney 6a1a56ab57 Report warning/error locations in a format IDEs may already know how to parse 6 gadi atpakaļ
  Jon Turney bcc95d7dd7 Use location formatting in mlog.warning() for invalid kwarg warning 6 gadi atpakaļ
  Jussi Pakkanen 678daad6cc Created a new disabler type. 7 gadi atpakaļ
  Iñigo Martínez 3d0a9b7911 interpreter: Reduce to_sring method to base 10 6 gadi atpakaļ
  Iñigo Martínez 30f2c4857c interpreter: Support to_string method for int values 6 gadi atpakaļ