[Box Backup-commit] [boxbackup/boxbackup] 6bb997: Remove the duplicate copy constructor that MSVC wa...

GitHub noreply at github.com
Sat Dec 12 23:04:28 GMT 2015


  Branch: refs/heads/appveyor
  Home:   https://github.com/boxbackup/boxbackup
  Commit: 6bb997504c21c34a5856ba9b7b0483b2516db6a9
      https://github.com/boxbackup/boxbackup/commit/6bb997504c21c34a5856ba9b7b0483b2516db6a9
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2015-12-02 (Wed, 02 Dec 2015)

  Changed paths:
    M lib/common/CollectInBufferStream.h

  Log Message:
  -----------
  Remove the duplicate copy constructor that MSVC warns about.


  Commit: 0f6eedb4d9ce5cd4d97e127c601559d7524e7c8e
      https://github.com/boxbackup/boxbackup/commit/0f6eedb4d9ce5cd4d97e127c601559d7524e7c8e
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M .gitignore
    M .travis.yml
    A README.md
    M appveyor.yml
    M bin/bbackupd/BackupClientContext.cpp
    M bin/bbackupd/BackupClientContext.h
    M infrastructure/BoxPlatform.pm.in
    M infrastructure/buildenv-testmain-template.cpp
    A infrastructure/cmake/.gitignore
    A infrastructure/cmake/CMakeLists.txt
    A infrastructure/msvc/2013/bbackupctl.vcxproj
    A infrastructure/msvc/2013/bbackupd.vcxproj
    A infrastructure/msvc/2013/bbstoreaccounts.vcxproj
    A infrastructure/msvc/2013/bbstored.vcxproj
    A infrastructure/msvc/2013/boxbackup.sln
    A infrastructure/msvc/2013/boxquery.vcxproj
    A infrastructure/msvc/2013/common.vcxproj
    A infrastructure/msvc/2013/libbackupclient.vcxproj
    A infrastructure/msvc/2013/libbackupstore.vcxproj
    A infrastructure/msvc/2013/qdbm.vcxproj
    A infrastructure/msvc/2013/win32test.vcxproj
    M infrastructure/msvc/getversion.pl
    M infrastructure/msvc/win32.bat
    M lib/backupstore/BackupClientFileAttributes.cpp
    M lib/backupstore/BackupStoreContext.cpp
    M lib/backupstore/BackupStoreDirectory.cpp
    M lib/backupstore/BackupStoreDirectory.h
    M lib/backupstore/BackupStoreFileEncodeStream.h
    M lib/common/Archive.h
    M lib/common/BoxConfig-MSVC.h
    M lib/common/BoxPlatform.h
    M lib/common/makeexception.pl.in
    M lib/httpserver/HTTPRequest.cpp
    M lib/intercept/intercept.cpp
    M lib/server/Protocol.cpp
    M lib/server/Protocol.h
    M lib/server/ProtocolWire.h
    M lib/win32/emu.h
    M modules.txt
    M test/backupstore/testbackupstore.cpp
    M test/backupstorepatch/testbackupstorepatch.cpp
    M test/basicserver/testbasicserver.cpp
    M test/bbackupd/testbbackupd.cpp
    M test/crypto/testcrypto.cpp
    M test/raidfile/testraidfile.cpp

  Log Message:
  -----------
  Merge branch 'appveyor' of github.com:boxbackup/boxbackup into appveyor


  Commit: b692c4737d305d52289fb0d4d09cb18e998d0e22
      https://github.com/boxbackup/boxbackup/commit/b692c4737d305d52289fb0d4d09cb18e998d0e22
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2015-12-12 (Sat, 12 Dec 2015)

  Changed paths:
    M infrastructure/BoxPlatform.pm.in
    M infrastructure/cmake/CMakeLists.txt
    M lib/common/Test.h
    M lib/win32/emu.h
    M modules.txt
    M runtest.pl.in
    M test/backupstore/testbackupstore.cpp
    M test/basicserver/testbasicserver.cpp

  Log Message:
  -----------
  Merge branch 'appveyor' of github.com:boxbackup/boxbackup into appveyor

Some local commits were not pushed before, sorry.


  Commit: c459a8b5c88d82c44874edc6933c53a2b2a422d1
      https://github.com/boxbackup/boxbackup/commit/c459a8b5c88d82c44874edc6933c53a2b2a422d1
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2015-12-12 (Sat, 12 Dec 2015)

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

  Log Message:
  -----------
  Add some little string functions to Utils.cpp.

These functions check whether the beginning and end of a std::string match
a supplied prefix or suffix, and remove that prefix or suffix, returning the
remaining part. They are almost but not entirely trivial, and giving them
names makes the code that uses them much more readable.


Compare: https://github.com/boxbackup/boxbackup/compare/5fef13465326...c459a8b5c88d


More information about the Boxbackup-commit mailing list