~ci-train-bot/mir/mir-ubuntu-yakkety-2783

« back to all changes in this revision

Viewing changes to src/platform/options/default_configuration.cpp

  • Committer: Bileto Bot
  • Date: 2016-07-29 11:30:35 UTC
  • mfrom: (1160.2354.22 0.23)
  • Revision ID: ci-train-bot@canonical.com-20160729113035-x3a117zw2zfyrr11
* New upstream release 0.23.5 (https://launchpad.net/mir/+milestone/0.23.5)
  - ABI summary:
    . No ABI changes in any libraries.
  - Enhancements:
    . Enable new buffer semantics (NBS) by default.
  - Bugs fixed:
    . OSK flickers and buttons are sometimes invisble (LP: #1590765)
    . Mir fails to build in: COMPOSITOR_TRACE_CALL (LP: #1584601)
    . [testsfail] Process.* (memory leak in libhybris generated when probing
      android platforms) (LP: #1602199)
    . CI InputEvents failure in krillin (LP: #1603145)

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
            "How to handle the SharedLibraryProber report. [{log,lttng,off}]")
173
173
        (shell_report_opt, po::value<std::string>()->default_value(off_opt_value),
174
174
         "How to handle the Shell report. [{log,off}]")
175
 
        (nbuffers_opt, po::value<int>()->default_value(3),
 
175
        (nbuffers_opt, po::value<int>()->default_value(0),
176
176
            "Number of buffers per surface.")
177
177
        (composite_delay_opt, po::value<int>()->default_value(-1),
178
178
            "Compositor frame delay in milliseconds (how long to wait for new "