[Box Backup-commit] [boxbackup/boxbackup] 78d58a: Reorder lines in appveyor.yml to match actual exec...

GitHub noreply at github.com
Wed Jul 5 23:18:20 BST 2017


  Branch: refs/heads/s3_support_merge
  Home:   https://github.com/boxbackup/boxbackup
  Commit: 78d58a5a52f115a6f0304d25c6d898ac1bb4eb05
      https://github.com/boxbackup/boxbackup/commit/78d58a5a52f115a6f0304d25c6d898ac1bb4eb05
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Reorder lines in appveyor.yml to match actual execution order


  Commit: 3d390db1106b952f19ffefd82d747f1c9517bc20
      https://github.com/boxbackup/boxbackup/commit/3d390db1106b952f19ffefd82d747f1c9517bc20
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M appveyor.yml
    M infrastructure/cmake/windows/CMakeLists.txt

  Log Message:
  -----------
  Reduce AppVeyor build verbosity by passing extra args to sub-CMake


  Commit: f07f1b4477b44efd6334866c7e90c244ba476352
      https://github.com/boxbackup/boxbackup/commit/f07f1b4477b44efd6334866c7e90c244ba476352
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M infrastructure/cmake/windows/CMakeLists.txt

  Log Message:
  -----------
  Log actual commands run during Windows unibuild for debugging


  Commit: 9f013c82ad11b87a8a2a7fb0f106a3596da0743e
      https://github.com/boxbackup/boxbackup/commit/9f013c82ad11b87a8a2a7fb0f106a3596da0743e
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Disable DEBUG to reduce CMake build verbosity on AppVeyor


  Commit: 15a973aa7f151beaaeb8597702e364c212314cce
      https://github.com/boxbackup/boxbackup/commit/15a973aa7f151beaaeb8597702e364c212314cce
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M test/backupstorefix/testbackupstorefix.cpp

  Log Message:
  -----------
  Lock store while corrupting it in test/backupstorefix

Should hopefully reduce risk of random test failures/race conditions.

(cherry picked from commit 0f31359ca8ebbd6ddfd5f2d042c8c23af4d67997)


  Commit: 19beed0a8a90d5a19aa7d1a601bfb9c8e6cf71cb
      https://github.com/boxbackup/boxbackup/commit/19beed0a8a90d5a19aa7d1a601bfb9c8e6cf71cb
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M infrastructure/cmake/CMakeLists.txt

  Log Message:
  -----------
  Improve error messages when PCRE detection fails (or is abused)

(cherry picked from commit 81528092fd51b6f81a21899bc205c369597c481d)


  Commit: 6c5c39c02cb2227fc730edb4fc160dd3ac0618f5
      https://github.com/boxbackup/boxbackup/commit/6c5c39c02cb2227fc730edb4fc160dd3ac0618f5
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M infrastructure/cmake/CMakeLists.txt
    M lib/common/Box.h
    M lib/common/MainHelper.cpp
    M lib/common/MainHelper.h
    M lib/common/Utils.cpp

  Log Message:
  -----------
  Win32: add experimental stack backtraces with symbol lookup

(cherry picked from commit f4685e72c2c7e274533c1cb149180809631a1da7)


  Commit: 9c5ca2adfa55f6c96800006dbb936ba0064b83a4
      https://github.com/boxbackup/boxbackup/commit/9c5ca2adfa55f6c96800006dbb936ba0064b83a4
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M lib/common/Logging.cpp
    M lib/common/Logging.h

  Log Message:
  -----------
  Modify command-line -L option to override log level for a specific file

This allows enabling TRACE logging for a specific file (e.g. to enable
exception backtraces for that file) without enabling TRACE globally.

Replace HideFileGuard with LogLevelOverrideByFileGuard.

(cherry picked from commit 29f74be06351b6ce9a872765db63171ad902b596)


  Commit: 9a59939bd7143732974cbfed16397fafbf88047a
      https://github.com/boxbackup/boxbackup/commit/9a59939bd7143732974cbfed16397fafbf88047a
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M lib/common/Box.h
    M lib/common/DebugMemLeakFinder.cpp
    M lib/common/Logging.cpp
    M lib/common/Logging.h
    M lib/common/Utils.cpp
    M lib/common/Utils.h
    M lib/server/SocketStream.cpp

  Log Message:
  -----------
  Use filename where exception was thrown in DumpStackBacktrace

Allows us to turn on exceptions for specific files, rather that
filtering them all as Utils.cpp.

Don't dump stack backtrace when logging memory leaks to a file.  Since the
backtrace goes to the console instead, it's confusing to have them in different
places.

(cherry picked from commit 3590e9745dac2f25267bd755ed3d554423395330)
(cherry picked from commit c627e9547fb8a191ea36780b140fd0516a0bffa8)


  Commit: aae9ec940edc90f6f6acf81444aebf9fe6a7a3c0
      https://github.com/boxbackup/boxbackup/commit/aae9ec940edc90f6f6acf81444aebf9fe6a7a3c0
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M infrastructure/cmake/CMakeLists.txt
    M runtest.pl.in

  Log Message:
  -----------
  Enable backtraces and timestamps in all tests when building with CMake

(cherry picked from commit 166e39c11d242ebed6b62fc3f126af48345a22ca)


  Commit: 437113f2f3fd32a3e5cc0a83fcdbeb1fbb2ab884
      https://github.com/boxbackup/boxbackup/commit/437113f2f3fd32a3e5cc0a83fcdbeb1fbb2ab884
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M lib/backupstore/BackupFileSystem.h

  Log Message:
  -----------
  Use the correct preprocessor define for release builds

(cherry picked from commit 085149bf1c2c287ee744f2e094a99a77fc89dc60)


  Commit: 9af1a5a0ddc69ade35e9b071f27c98ed238cd168
      https://github.com/boxbackup/boxbackup/commit/9af1a5a0ddc69ade35e9b071f27c98ed238cd168
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M lib/server/SocketStream.cpp

  Log Message:
  -----------
  Show IP address as well as hostname for ServerException::SocketOpenError

(cherry picked from commit 1a51adcd6be000f09fa280e42fb12e5631cd69b9)


  Commit: 31d193c7efe70f727a3e9cb98bc47b7e6af1e9c0
      https://github.com/boxbackup/boxbackup/commit/31d193c7efe70f727a3e9cb98bc47b7e6af1e9c0
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M test/backupstorefix/testbackupstorefix.cpp

  Log Message:
  -----------
  test/backupstorefix: tag bbstoreaccounts check output in tests

(cherry picked from commit c31d7143273f2d5257ec690e894442a8398aaf21)


  Commit: 790b89c02c897049dc0348a7312df3583a0fe63c
      https://github.com/boxbackup/boxbackup/commit/790b89c02c897049dc0348a7312df3583a0fe63c
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M infrastructure/cmake/CMakeLists.txt
    M infrastructure/m4/boxbackup_tests.m4

  Log Message:
  -----------
  Add support for M4 CXX flag detection in CMakeLists

Enables all flags that are detected by M4 builds to be detected by CMake builds
as well (except for -Wall which enables a bunch of junk).

(cherry picked from commit 2ea8a9706d79a386729c7b2d814089e90bac6926)


Compare: https://github.com/boxbackup/boxbackup/compare/5f6adfd3bca2...790b89c02c89


More information about the Boxbackup-commit mailing list