aboutsummaryrefslogtreecommitdiff
path: root/build2/install/rule.hxx
AgeCommit message (Collapse)AuthorFilesLines
2019-07-05Move config, dist, test, and install modules into libraryKaren Arutyunov1-195/+0
2019-07-01Split build system into library and driverBoris Kolpackov1-6/+6
2019-04-09Add dry-run support to install/uninstall rulesBoris Kolpackov1-1/+1
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-07-21Install bash module prerequisites for amalgamation rather than projectBoris Kolpackov1-2/+6
This is similar to what we do for shared libraries in cc::install_rule.
2018-06-28Implement support for excluded and ad hoc prerequisitesBoris Kolpackov1-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
2018-06-09Handle fsdir{} prerequsites during installationBoris Kolpackov1-0/+13
2018-05-25Change default install filter to only accept prerequisites from amalgamationBoris Kolpackov1-1/+2
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-19Add lower-level pre/post installation hooks to install::file_ruleBoris Kolpackov1-1/+15
2018-02-05Fix test and install rules to handle see-through groups correctlyBoris Kolpackov1-4/+35
2018-02-03Work around Clang issueBoris Kolpackov1-0/+2
2018-02-03Get rid of action rule override semanticsBoris Kolpackov1-28/+45
Instead we now have two more or less separate match states for outer and inner parts of an action.
2017-08-13Implement support for chroot'ed install (aka DESTDIR)Boris Kolpackov1-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.
2017-08-01Reimplement pkg-config generation with more conservative approach for nowBoris Kolpackov1-6/+0
2017-07-31Experimental (and probably broken) pkg-config generation supportBoris Kolpackov1-1/+7
2017-07-29Implement "see through" installation semantics for utility librariesBoris Kolpackov1-0/+10
2017-05-01Add hxx extension for headersKaren Arutyunov1-0/+101