summaryrefslogtreecommitdiffstats
path: root/build2/install/rule.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Install bash module prerequisites for amalgamation rather than projectBoris Kolpackov2018-07-211-2/+6
| | | | This is similar to what we do for shared libraries in cc::install_rule.
* Implement support for excluded and ad hoc prerequisitesBoris Kolpackov2018-06-281-2/+2
| | | | | | | | | | | | | | 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
* Handle fsdir{} prerequsites during installationBoris Kolpackov2018-06-091-0/+13
|
* Change default install filter to only accept prerequisites from amalgamationBoris Kolpackov2018-05-251-1/+2
|
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
|
* Add lower-level pre/post installation hooks to install::file_ruleBoris Kolpackov2018-05-191-1/+15
|
* Fix test and install rules to handle see-through groups correctlyBoris Kolpackov2018-02-051-4/+35
|
* Work around Clang issueBoris Kolpackov2018-02-031-0/+2
|
* Get rid of action rule override semanticsBoris Kolpackov2018-02-031-28/+45
| | | | | Instead we now have two more or less separate match states for outer and inner parts of an action.
* Implement support for chroot'ed install (aka DESTDIR)Boris Kolpackov2017-08-131-2/+4
| | | | | | | | | | For example: b config.install.root=/usr config.install.chroot=/tmp/install The difference between doing just config.install.root=/tmp/install/usr is that everything is installed "as if" into /usr. So, for example, pkg-config files will contain -I/usr/include, -L/usr/lib, etc.
* Reimplement pkg-config generation with more conservative approach for nowBoris Kolpackov2017-08-011-6/+0
|
* Experimental (and probably broken) pkg-config generation supportBoris Kolpackov2017-07-311-1/+7
|
* Implement "see through" installation semantics for utility librariesBoris Kolpackov2017-07-291-0/+10
|
* Add hxx extension for headersKaren Arutyunov2017-05-011-0/+101