summaryrefslogtreecommitdiff
path: root/src/buildtool/build_engine/expression/evaluator.cpp
AgeCommit message (Expand)Author
2025-06-16Avoid unnecessary work in accessing container entriesPaul Cristian Sarbu
2025-03-24Add 'zip_map' expressionPaul Cristian Sarbu
2025-03-24Add 'zip_with' expressionPaul Cristian Sarbu
2024-11-14build_engine: Implement IWYU suggestionsPaul Cristian Sarbu
2024-10-23expressions: enforce strict arguments for "join" and "join_cmd"v1.4.0-alpha+20241023Klaus Aehlig
2024-10-07Disable misc-no-recursion checkMaksim Denisov
2024-10-07Enable bugprone-empty-catch check.Maksim Denisov
2024-09-13Avoid unnecessary creation of temporary objectKlaus Aehlig
2024-08-27Reformat code to comply with clang-format 18Klaus Aehlig
2024-08-14expression language: add nub_leftKlaus Aehlig
2024-08-07Replace classic C boolean operators with keywordsMaksim Denisov
2024-08-05Expression language: add expression from_subdirKlaus Aehlig
2024-07-26Add quasiquote expressionKlaus Aehlig
2024-07-26expression language: add quotingKlaus Aehlig
2024-04-24expressions: add logical negationKlaus Aehlig
2024-04-24expressions: for "if" expressions, make both branches optionalKlaus Aehlig
2024-04-24expressions: add "length" functionKlaus Aehlig
2024-04-24expressions: add generic assertionsKlaus Aehlig
2024-04-16expression language: add array access by indexKlaus Aehlig
2024-04-08Use properly included standard library types by defaultPaul Cristian Sarbu
2024-04-05Evaluator: Add infrastructure to annotate relevant objectsKlaus Aehlig
2024-04-05bug fix in expresion, Union: propagate the disjointness propertyKlaus Aehlig
2024-03-26Add missing system includesPaul Cristian Sarbu
2024-03-26Expression language: add float operations "*" and "+"Klaus Aehlig
2023-08-24LinkedMap: Simplify ::Find() methodsOliver Reiche
2023-08-14expression: add new built in "reverse"Klaus Aehlig
2023-08-14expression: add new built in "set"Klaus Aehlig
2023-04-26evaluator: Improve evaluation error reportingOliver Reiche
2023-04-04disjoint_map_union: show conflicting values on errorKlaus Aehlig
2023-02-22cleanup: Fix typos in code line comments and logging messagesPaul Cristian Sarbu
2022-10-12Add copyright and license notice to all source and header filesKlaus Aehlig
2022-10-05Expr: Add 'env' expressionOliver Reiche
2022-06-29Error reporting: also abbreviate the expression in the stack traceKlaus Aehlig
2022-06-28Support more verbose error reportingKlaus Aehlig
2022-06-20Disallow comparison of namesKlaus Aehlig
2022-05-31"enumerate" expression: add padding to 10 charactersKlaus Aehlig
2022-05-30Built-in expressions: add enumerateKlaus Aehlig
2022-05-09Built-in "to_subdir": interpret input keys as pathKlaus Aehlig
2022-04-25expression: add "msg" argument to "to_subdir"Klaus Aehlig
2022-04-20Remove unused "+" on expressionsKlaus Aehlig
2022-04-07expression evaluation: clean up truth valuesKlaus Aehlig
2022-03-23Apply changes suggested by clang-tidy 11Oliver Reiche
2022-03-23Apply changes suggested by clang-format 11Oliver Reiche
2022-03-02expression language: add a range functionKlaus Aehlig
2022-02-22Initial self-hosting commitKlaus Aehlig