Home
last modified time | relevance | path

Searched refs:actualize (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/tools/build/src/build/
Dvirtual-target.jam16 # | actualize |
18 # | actualize-action() = 0 |
19 # | actualize-location() = 0 |
31 # +---------------------+--+ | actualize-action() |
32 # | actualize() |0..1 +-----------+----------+
35 # | actualize-sources() | targets |
45 # | | actualize-location() | | actualize-location() |
54 # +---------------------+ | actualize-sources() |
140 rule actualize ( scanner ? )
142 local actual-name = [ actualize-no-scanner ] ;
[all …]
Dvirtual_target.py311 def actualize (self, scanner = None): member in VirtualTarget
467 self.action_.actualize ()
602 self.manager_.engine().add_dependency(name, i.actualize())
818 def actualize (self): member in Action
833 actual_targets.append (i.actualize ())
881 r = i.actualize (scanner)
917 i.actualize()
939 def actualize (self): member in NullAction
944 i.actualize ()
960 result.append(s.actualize())
Dscanner.jam14 # Scanner objects are created by actions when they try to actualize virtual
15 # targets, passed to the virtual-target.actualize() method and are then
Dconfigure.py111 jam_targets.append(t.actualize())
Dac.jam70 jam-targets += [ $(t).actualize ] ;
119 jam-targets += [ $(t).actualize ] ;
Dconfigure.jam187 jam-targets += [ $(t).actualize ] ;
260 $(t).actualize ;
288 jam-targets += [ $(t).actualize ] ;
Dtoolset.py345 result.append(value.actualize())
Dtoolset.jam281 result += [ $(p:G=).actualize ] ;
/third_party/boost/tools/build/src/
Dmanager.py109 actual_targets.extend (virtual_target.actualize ())
Dbuild_system.py140 return [t.actualize() for t in to_clean]
625 actual_targets.append(t.actualize())
Dbuild-system.jam170 to-clean-actual += [ $(t).actualize ] ;
810 actual-targets += [ $(t).actualize ] ;
/third_party/boost/tools/build/src/tools/generators/
Dsearched-lib-generator.jam84 rule actualize-location ( target )
/third_party/boost/tools/build/src/tools/
Dflags.jam142 all-sources += [ $(t).actualize ] ;
Dqt4.jam535 DEPENDS all : [ $(r).actualize ] ;
569 DEPENDS all : [ $(r).actualize ] ;
602 DEPENDS all : [ $(target).actualize ] ;
Dqt5.jam578 DEPENDS all : [ $(r).actualize ] ;
612 DEPENDS all : [ $(r).actualize ] ;
645 DEPENDS all : [ $(target).actualize ] ;
Dqt3.jam151 DEPENDS all : [ $(r).actualize ] ;
Dmsvc.jam1132 local command = [ $(new-setup).actualize ] ;
/third_party/boost/tools/build/doc/src/
Darchitecture.adoc54 instance, the `actualize` method is called to setup nodes and updating
126 run are generated. This is done by the `virtual-target.actualize` and
127 `action.actualize` methods. The first is conceptually simple, while the
224 the scanner object when calling `virtual-target.actualize` and it
/third_party/boost/tools/build/
DCONTRIBUTING.adoc76 (virtual-target.actualize-no-scanner): Call the above, to detected bugs,