Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-4

in-place post-link steps

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • None
    • None

      We're allowing in place post-link steps.
      In place postlink steps:

      • special kind of Nodes (reference to nodes which point to the same filename)
        example:
        {signed-executable} <- (executable) <- (object) <- (source)

        The build graph executor has to take care that all transformers that depend on (executable) have
        been run before it creates {signed-executable}

        .
        There can only a line of

        {a}

        <-

        {b}

        <-(c) there cannot be another

        {d}

        <-(c). When creating the buildgraph we must check that condition.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            jbornema Joerg Bornemann
            jbornema Joerg Bornemann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes