Commit History

Author SHA1 Message Date
  Andrei Alexeyev 5e7118dd5c Basic kwarg dict expansion support 6 years ago
  Filipe Brandenburger 86d2f57e86 Add support for octal and binary int literals. 6 years ago
  Mathieu Duponchelle 10e7566ed8 dict: fix CI issues 6 years ago
  Mathieu Duponchelle 195c356f91 dict: address review comments 6 years ago
  Mathieu Duponchelle ecb8838082 Add new built-in type, dict 6 years ago
  Niklas Claesson cb0960a91e Remove escaping for triple-quoted strings 6 years ago
  Niklas Claesson 348248f0a1 Exit meson with an error if an invalid escape sequence is found in a 6 years ago
  Tim 'mithro' Ansell 36aab0f4b2 Complete python escape sequences aware strings 6 years ago
  Jussi Pakkanen d0f2f0ad3b Newlines in single line strings should only be a warning for now. 6 years ago
  Caio Marcelo de Oliveira Filho 37b702e9aa Fail if singleline string has multiple lines 6 years ago
  Jussi Pakkanen a288b524bc Add support for hex int literals. 6 years ago
  Jon Turney 6a1a56ab57 Report warning/error locations in a format IDEs may already know how to parse 6 years ago
  Jon Turney 2ed875e1b4 Consolidate warning location formatting in mlog.warning() 6 years ago
  Jon Turney 3c75ae9ced Add filename and lineno to duplicate kwargs warning 6 years ago
  Joergen Ibsen b9a0589067 Fix escaping of newlines in string literals 6 years ago
  Jussi Pakkanen 506cc57cc8 Do not permit invalid and/or nodes to be declared. Closes #1886. 7 years ago
  Jussi Pakkanen 6c500fd9db Added missing argument to a few function calls. Closes #1647. 7 years ago
  Jussi Pakkanen 4588b91096 Print a warning on duplicated keywords. 7 years ago
  Aaron Plattner c80ca384b2 Don't crash if a meson.build file is empty (#1570) 7 years ago
  Aaron Small 9adef3a8e8 EmptyNode needs a line/column number too. There are times its line 7 years ago
  Nicolas Schneider 1efab9b5a9 fix logic operations 7 years ago
  Jussi Pakkanen 8ec9b0a71f Better error message when using = rather than : for defining keywords. 7 years ago
  Mike Sinkovsky c9423cc3a8 cleanup: Replace assignment with augmented assignment 7 years ago
  Mike Sinkovsky 969be1f679 cleanup: Remove redundant parentheses 7 years ago
  Mike Sinkovsky 22eed4c417 cleanup: Redundant character escape 7 years ago
  Mike Sinkovsky 5b626ab4cb style: [E1**] Indentation 7 years ago
  Igor Gnatenko f0bc5568a7 style: fix E703 violations 7 years ago
  Igor Gnatenko 5693758e46 style: fix E231 violations 7 years ago
  Igor Gnatenko 2017d8578a style: fix E226 violations 7 years ago
  Igor Gnatenko f0b30baa39 style: fix E225 violations 7 years ago