aboutsummaryrefslogtreecommitdiff
path: root/build2/install/rule.hxx
AgeCommit message (Collapse)AuthorFilesLines
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