summaryrefslogtreecommitdiffstats
path: root/build2/target.txx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Fallback to loading outer buildfile if there isn't one in src_baseBoris Kolpackov2018-11-141-25/+4
| | | | | | This covers the case where the target is defined in the outer buildfile which is common with non-intrusive project conversions where everything is built from a single root buildfile.
* Add support for default extension specification, trailing dot escapingBoris Kolpackov2018-08-071-31/+34
| | | | | | | | | | | | | For example: cxx{*}: extension = cxx cxx{foo} # foo.cxx cxx{foo.test} # foo.test (probably what we want...) cxx{foo.test...} # foo.test.cxx (... is this) cxx{foo..} # foo. cxx{foo....} # foo.. cxx{foo.....} # error (must come in escape pair)
* Pass extension supplied by rule to target type default extension functionBoris Kolpackov2018-07-261-1/+4
| | | | | Also revert the precedence back to target type over rule. But now the target type is able to customize this logic (see exe{} for a use case).
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
|
* Pass ignore_dangling flag to dir_iterator() ctorKaren Arutyunov2018-05-181-10/+18
|
* Fix group link-up raceBoris Kolpackov2018-02-161-1/+1
|
* Resolve VC issueBoris Kolpackov2017-12-081-7/+7
|
* Distinguish between "fixed" and "default" target extensionsBoris Kolpackov2017-12-071-6/+14
| | | | | This fixes wrong merging of, say, file{README} and file{README.MySQL} (in libmysqlclient).
* Adapt to modularization of libbutlKaren Arutyunov2017-10-031-1/+1
|
* Add hxx extension for headersKaren Arutyunov2017-05-011-4/+4
|
* Pass target to prerequisite searchBoris Kolpackov2017-04-271-1/+1
|
* Implement implied buildfile supportBoris Kolpackov2017-03-141-0/+46
| | | | | | | | In essence, if the buildfile is: ./: */ Then it can be omitted entirely (provided there is at least one subdirectory).
* Implement support for wildcard patternsBoris Kolpackov2017-03-101-4/+77
|
* Iterate over group members in test rule only if resolvableBoris Kolpackov2017-03-061-1/+8
|
* Implement parallel matchBoris Kolpackov2017-03-021-1/+1
|
* Pass const scope& where modification should not happenBoris Kolpackov2017-02-131-2/+2
|
* Add model mutex, make var_pool const by defaultBoris Kolpackov2017-02-131-2/+2
|
* Remove prerequisite caching in scopeBoris Kolpackov2017-01-201-1/+1
| | | | | We don't share them often and those that are shared (e.g., cxx{} in obja/objs{}) are lightweight (SOO).
* Get rid of extension_poolBoris Kolpackov2017-01-191-7/+5
|
* Update copyright yearBoris Kolpackov2017-01-051-1/+1
|
* Move exe{} to build2 core, add fallback extensions (existing files)Boris Kolpackov2016-12-161-2/+2
|
* Fix incorrect assertBoris Kolpackov2016-08-281-1/+1
|
* Add notion of ad hoc group, use to handle DLL/import libraryBoris Kolpackov2016-06-261-0/+24
|
* Clean up variable lookup interfacesBoris Kolpackov2016-03-311-1/+1
|
* Add variable cast from lookupBoris Kolpackov2016-03-281-1/+1
|
* New variable architectureBoris Kolpackov2016-03-281-1/+1
|
* Rework default extension derivation, againBoris Kolpackov2016-01-271-24/+5
|
* Clean up default target extension derivation logicBoris Kolpackov2016-01-231-5/+2
|
* Update copyright yearBoris Kolpackov2016-01-091-1/+1
|
* Rename build directory/namespace to build2Boris Kolpackov2016-01-051-0/+58