[Commits] [wesnoth/wesnoth] 33b0ea: give formatter an x-value conversion to std::strin...

GitHub noreply at github.com
Thu Aug 4 20:01:55 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 33b0ea50b9d5eafc45caea490c3d11e3db0d1c98
      https://github.com/wesnoth/wesnoth/commit/33b0ea50b9d5eafc45caea490c3d11e3db0d1c98
  Author: Chris Beck <beck.ct at gmail.com>
  Date:   2016-07-31 (Sun, 31 Jul 2016)

  Changed paths:
    M src/build_info.cpp
    M src/commandline_options.cpp
    M src/desktop/version.cpp
    M src/formatter.hpp
    M src/savegame.cpp

  Log Message:
  -----------
  give formatter an x-value conversion to std::string, use in some examples


  Commit: 46aef439132a1918975ddeffebcba4a70ab18be7
      https://github.com/wesnoth/wesnoth/commit/46aef439132a1918975ddeffebcba4a70ab18be7
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-08-04 (Thu, 04 Aug 2016)

  Changed paths:
    M src/build_info.cpp
    M src/commandline_options.cpp
    M src/desktop/version.cpp
    M src/formatter.hpp
    M src/savegame.cpp

  Log Message:
  -----------
  Merge pull request #720 from cbeck88/formatter

give formatter an x-value conversion to std::string (C++11)


  Commit: 8689bedde7870d100f1dcbd9b00ef9b84b7ded8d
      https://github.com/wesnoth/wesnoth/commit/8689bedde7870d100f1dcbd9b00ef9b84b7ded8d
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-08-04 (Thu, 04 Aug 2016)

  Changed paths:
    M src/formatter.hpp

  Log Message:
  -----------
  Fix indentation


  Commit: 6b019cbc2d9f6ace51df562193209525b8bf0d93
      https://github.com/wesnoth/wesnoth/commit/6b019cbc2d9f6ace51df562193209525b8bf0d93
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-08-04 (Thu, 04 Aug 2016)

  Changed paths:
    M src/global.hpp

  Log Message:
  -----------
  Macros intended for detecting C++11 features

These cover the most useful features that MSVC 2103 does not support.
They should be tested with #if rather than #ifdef


  Commit: e0392bef87f3efd6fac968e07a76ec759b6f2f36
      https://github.com/wesnoth/wesnoth/commit/e0392bef87f3efd6fac968e07a76ec759b6f2f36
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-08-04 (Thu, 04 Aug 2016)

  Changed paths:
    M src/formatter.hpp

  Log Message:
  -----------
  Use preprocessor checks in formatter.hpp


Compare: https://github.com/wesnoth/wesnoth/compare/a0233a1d4df6...e0392bef87f3


More information about the Commits mailing list