summaryrefslogtreecommitdiffstats
path: root/build2/variable.ixx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Add support for rule-specific variables, use to fix cc.type data raceBoris Kolpackov2018-11-011-1/+0
|
* Add support for returning optional<T> from (buildfile) function implementationsBoris Kolpackov2018-08-091-0/+20
|
* Make project variable to be of project_name typeKaren Arutyunov2018-07-301-0/+11
|
* Implement support for excluded and ad hoc prerequisitesBoris Kolpackov2018-06-281-0/+14
| | | | | | | | | | | | | | The inclusion/exclusion is controlled via the 'include' prerequisite-specific variable. Valid values are: false - exclude true - include adhoc - include but treat as an ad hoc input For example: lib{foo}: cxx{win32-utility}: include = ($cxx.targe.class == 'windows') exe{bar}: libs{plugin}: include = adhoc
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
|
* Get rid of action rule override semanticsBoris Kolpackov2018-02-031-0/+10
| | | | | Instead we now have two more or less separate match states for outer and inner parts of an action.
* Work around VC14 issuesBoris Kolpackov2017-12-051-1/+0
|
* Add support for first-access value typification during non-load phasesBoris Kolpackov2017-12-051-17/+26
|
* Minor value typification API changeBoris Kolpackov2017-12-051-2/+2
|
* Add cast_empty() for value castingBoris Kolpackov2017-12-041-5/+30
|
* Add support for for-loopBoris Kolpackov2017-11-091-1/+3
| | | | | | | | | | | | | | | | The semantics is similar to the C++11 range-based for: list = 1 2 3 for i: $list print $i Note that there is no scoping of any kind for the loop variable ('i' in the above example). See tests/loop/for.test for some examples/ideas. In the future the plan is to also support more general while-loop as well as break and continue.
* Add support for not cleaning generated version fileBoris Kolpackov2017-08-201-0/+9
|
* Specify config.test.output variableBoris Kolpackov2017-03-071-3/+19
|
* Implement parallel matchBoris Kolpackov2017-03-021-2/+0
|
* Add load generation to global variable_map valuesBoris Kolpackov2017-02-131-4/+16
|
* Add model mutex, make var_pool const by defaultBoris Kolpackov2017-02-131-22/+8
|
* Store platform targets as typed target_tripletBoris Kolpackov2017-01-061-0/+11
|
* Update copyright yearBoris Kolpackov2017-01-051-1/+1
|
* Add support for typed/untyped concatenated expansionBoris Kolpackov2016-11-301-7/+16
|
* Add support for derived-to-base function overload resolutionBoris Kolpackov2016-11-211-4/+3
|
* Add function machinery, implement path.normalize()Boris Kolpackov2016-11-181-1/+8
| | | | | Note that multi-argument functions are not yet "callable" since there is no support for value packs.
* Make names and vector<name> different types, add typed value constructorBoris Kolpackov2016-11-181-9/+14
|
* Various design/implementation cleanupsBoris Kolpackov2016-11-041-4/+25
|
* Cache process_path, use fallback search directory for binutilsBoris Kolpackov2016-08-221-0/+29
|
* Adjust to new path implementation, use to support reversibilityBoris Kolpackov2016-07-281-5/+6
|
* Switch to dynamic empty() implementation in variable valueBoris Kolpackov2016-07-201-222/+148
| | | | The current model fell apart when we modified values directly.
* Implement support for <, >, <=, >= in eval contextBoris Kolpackov2016-07-201-0/+13
| | | | | | Now can write: if ($build.version > 30000)
* Minor module interface cleanupsBoris Kolpackov2016-06-261-0/+8
|
* Add missing variable assignmentsBoris Kolpackov2016-04-251-4/+4
|
* Add missing cast() specializationBoris Kolpackov2016-04-201-0/+9
|
* Add support for using value attributes in eval contextBoris Kolpackov2016-04-181-3/+19
| | | | | | | | | | For example: if ($x == [null]) Or: if ([uint64] 01 == [uint64] 1)
* Add basic support for variable value inheritanceBoris Kolpackov2016-04-111-3/+13
| | | | Currently, only abs_dir_path inherits from dir_path.
* Add abs_dir_path type, auto-complete if initialized from namesBoris Kolpackov2016-04-091-0/+41
|
* Implement value typing, null support via value attributesBoris Kolpackov2016-04-041-3/+1
| | | | | | | | For example: v = [null] v = [string] abc v += ABC # abcABC
* Clean up variable lookup interfacesBoris Kolpackov2016-03-311-16/+2
|
* Set part of variable override implementationBoris Kolpackov2016-03-311-29/+6
|
* Clean up variable usageBoris Kolpackov2016-03-281-0/+121
|
* Add variable cast from lookupBoris Kolpackov2016-03-281-0/+14
|
* New variable architectureBoris Kolpackov2016-03-281-222/+303
|
* Add support for pair representation reversibilityBoris Kolpackov2016-03-281-1/+8
|
* <types>/<utility> scheme cleanupBoris Kolpackov2016-02-121-32/+32
|
* Update copyright yearBoris Kolpackov2016-01-091-1/+1
|
* Rename build directory/namespace to build2Boris Kolpackov2016-01-051-0/+398