Branch: refs/heads/logging-revamp
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: d758234eed3a4fa7cd6c6c0621e36a1b787facf9
      
https://github.com/STEllAR-GROUP/hpx/commit/d758234eed3a4fa7cd6c6c0621e36a1b787facf9
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-02-04 (Tue, 04 Feb 2020)

  Changed paths:
    M libs/logging/CMakeLists.txt
    M libs/logging/include/hpx/logging.hpp
    M libs/logging/include/hpx/logging/detail/cache_before_init.hpp
    M libs/logging/include/hpx/logging/detail/format_write_detail.hpp
    R libs/logging/include/hpx/logging/detail/level.hpp
    M libs/logging/include/hpx/logging/detail/logger.hpp
    M libs/logging/include/hpx/logging/detail/macros.hpp
    M libs/logging/include/hpx/logging/detail/manipulator.hpp
    M libs/logging/include/hpx/logging/detail/time_format_holder.hpp
    M libs/logging/include/hpx/logging/format.hpp
    R 
libs/logging/include/hpx/logging/format/destination/convert_destination.hpp
    M libs/logging/include/hpx/logging/format/destination/defaults.hpp
    M libs/logging/include/hpx/logging/format/destination/file.hpp
    M libs/logging/include/hpx/logging/format/destination/named.hpp
    R libs/logging/include/hpx/logging/format/formatter/convert_format.hpp
    M libs/logging/include/hpx/logging/format/formatter/defaults.hpp
    M libs/logging/include/hpx/logging/format/formatter/high_precision_time.hpp
    M libs/logging/include/hpx/logging/format/formatter/named_spacer.hpp
    M libs/logging/include/hpx/logging/format/formatter/spacer.hpp
    M libs/logging/include/hpx/logging/format/formatter/thread_id.hpp
    R libs/logging/include/hpx/logging/format/formatter/time.hpp
    R libs/logging/include/hpx/logging/format/formatter/time_strf.hpp
    R libs/logging/include/hpx/logging/format/op_equal.hpp
    M libs/logging/include/hpx/logging/format/optimize.hpp
    R libs/logging/include/hpx/logging/format_fwd.hpp
    A libs/logging/include/hpx/logging/level.hpp
    M libs/logging/include/hpx/logging/logging.hpp
    M libs/logging/include/hpx/logging/writer/named_write.hpp
    M libs/logging/include_compatibility/hpx/util/logging/detail/level.hpp
    R 
libs/logging/include_compatibility/hpx/util/logging/format/destination/convert_destination.hpp
    R 
libs/logging/include_compatibility/hpx/util/logging/format/formatter/convert_format.hpp
    R 
libs/logging/include_compatibility/hpx/util/logging/format/formatter/time.hpp
    R 
libs/logging/include_compatibility/hpx/util/logging/format/formatter/time_strf.hpp
    M libs/logging/include_compatibility/hpx/util/logging/format_fwd.hpp
    A libs/logging/src/level.cpp
    M libs/logging/src/logging.cpp
    M libs/synchronization/CMakeLists.txt
    M src/util/init_logging.cpp

  Log Message:
  -----------
  Use format for logging


  Commit: 34ea4abd4f95f4dd8372692a18338d52866b9d94
      
https://github.com/STEllAR-GROUP/hpx/commit/34ea4abd4f95f4dd8372692a18338d52866b9d94
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-02-04 (Tue, 04 Feb 2020)

  Changed paths:
    M libs/logging/CMakeLists.txt
    M libs/logging/include/hpx/logging/detail/cache_before_init.hpp
    R libs/logging/include/hpx/logging/detail/error.hpp
    M libs/logging/include/hpx/logging/detail/format_write_detail.hpp
    R libs/logging/include/hpx/logging/detail/fwd.hpp
    M libs/logging/include/hpx/logging/detail/logger.hpp
    M libs/logging/include/hpx/logging/detail/manipulator.hpp
    R libs/logging/include/hpx/logging/detail/template.hpp
    M libs/logging/include/hpx/logging/format.hpp
    M libs/logging/include/hpx/logging/format/array.hpp
    M libs/logging/include/hpx/logging/format/destination/defaults.hpp
    M libs/logging/include/hpx/logging/format/destination/file.hpp
    M libs/logging/include/hpx/logging/format/destination/named.hpp
    M libs/logging/include/hpx/logging/format/formatter/defaults.hpp
    M libs/logging/include/hpx/logging/format/formatter/high_precision_time.hpp
    M libs/logging/include/hpx/logging/format/formatter/named_spacer.hpp
    R libs/logging/include/hpx/logging/format/formatter/spacer.hpp
    M libs/logging/include/hpx/logging/format/formatter/thread_id.hpp
    R libs/logging/include/hpx/logging/format/named_write_fwd.hpp
    R libs/logging/include/hpx/logging/format/optimize.hpp
    M libs/logging/include/hpx/logging/level.hpp
    M libs/logging/include/hpx/logging/logging.hpp
    A libs/logging/include/hpx/logging/message.hpp
    M libs/logging/include/hpx/logging/writer/named_write.hpp
    R libs/logging/include_compatibility/hpx/util/logging/detail/error.hpp
    R libs/logging/include_compatibility/hpx/util/logging/detail/fwd.hpp
    R libs/logging/include_compatibility/hpx/util/logging/detail/template.hpp
    R 
libs/logging/include_compatibility/hpx/util/logging/format/formatter/spacer.hpp
    R 
libs/logging/include_compatibility/hpx/util/logging/format/named_write_fwd.hpp
    M libs/logging/include_compatibility/hpx/util/logging/format/optimize.hpp
    R libs/logging/include_compatibility/hpx/util/logging/format_fwd.hpp
    A libs/logging/src/message.cpp
    M src/util/init_logging.cpp

  Log Message:
  -----------
  Refactor logging::message, move to source file


  Commit: a2cc6db79eaf7fa34b2c154ba62145c8ba7087ef
      
https://github.com/STEllAR-GROUP/hpx/commit/a2cc6db79eaf7fa34b2c154ba62145c8ba7087ef
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-02-04 (Tue, 04 Feb 2020)

  Changed paths:
    M docs/sphinx/manual/launching_and_configuring_hpx_applications.rst
    M libs/logging/CMakeLists.txt
    M libs/logging/include/hpx/logging/detail/cache_before_init.hpp
    R libs/logging/include/hpx/logging/detail/format_write_detail.hpp
    M libs/logging/include/hpx/logging/detail/logger.hpp
    R libs/logging/include/hpx/logging/detail/manipulator.hpp
    R libs/logging/include/hpx/logging/detail/time_format_holder.hpp
    M libs/logging/include/hpx/logging/format.hpp
    R libs/logging/include/hpx/logging/format/array.hpp
    M libs/logging/include/hpx/logging/format/destination/defaults.hpp
    M libs/logging/include/hpx/logging/format/destination/file.hpp
    R libs/logging/include/hpx/logging/format/destination/named.hpp
    M libs/logging/include/hpx/logging/format/formatter/defaults.hpp
    M libs/logging/include/hpx/logging/format/formatter/high_precision_time.hpp
    R libs/logging/include/hpx/logging/format/formatter/named_spacer.hpp
    M libs/logging/include/hpx/logging/format/formatter/thread_id.hpp
    M libs/logging/include/hpx/logging/format/named_write.hpp
    A libs/logging/include/hpx/logging/manipulator.hpp
    R libs/logging/include/hpx/logging/writer/format_write.hpp
    R libs/logging/include/hpx/logging/writer/named_write.hpp
    R 
libs/logging/include_compatibility/hpx/util/logging/detail/format_write_detail.hpp
    M libs/logging/include_compatibility/hpx/util/logging/detail/manipulator.hpp
    R 
libs/logging/include_compatibility/hpx/util/logging/detail/time_format_holder.hpp
    R libs/logging/include_compatibility/hpx/util/logging/format/array.hpp
    R 
libs/logging/include_compatibility/hpx/util/logging/format/destination/named.hpp
    R 
libs/logging/include_compatibility/hpx/util/logging/format/formatter/named_spacer.hpp
    R libs/logging/include_compatibility/hpx/util/logging/format/op_equal.hpp
    M 
libs/logging/include_compatibility/hpx/util/logging/writer/format_write.hpp
    M libs/logging/include_compatibility/hpx/util/logging/writer/named_write.hpp
    A libs/logging/src/format/named_write.cpp
    M libs/logging/src/logging.cpp
    A libs/logging/src/manipulator.cpp
    M src/util/init_logging.cpp

  Log Message:
  -----------
  Redesign logging manipulators


  Commit: e3a19831cfc28586f28f5658670bb109470a23aa
      
https://github.com/STEllAR-GROUP/hpx/commit/e3a19831cfc28586f28f5658670bb109470a23aa
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-02-04 (Tue, 04 Feb 2020)

  Changed paths:
    M libs/logging/CMakeLists.txt
    R libs/logging/include/hpx/logging/format.hpp
    R libs/logging/include/hpx/logging/format/destination/defaults.hpp
    R libs/logging/include/hpx/logging/format/destination/file.hpp
    A libs/logging/include/hpx/logging/format/destinations.hpp
    R libs/logging/include/hpx/logging/format/formatter/defaults.hpp
    R libs/logging/include/hpx/logging/format/formatter/high_precision_time.hpp
    R libs/logging/include/hpx/logging/format/formatter/thread_id.hpp
    A libs/logging/include/hpx/logging/format/formatters.hpp
    M libs/logging/include/hpx/logging/format/named_write.hpp
    M libs/logging/include/hpx/logging/manipulator.hpp
    R libs/logging/include_compatibility/hpx/util/logging/format.hpp
    M 
libs/logging/include_compatibility/hpx/util/logging/format/destination/defaults.hpp
    M 
libs/logging/include_compatibility/hpx/util/logging/format/destination/file.hpp
    M 
libs/logging/include_compatibility/hpx/util/logging/format/formatter/defaults.hpp
    M 
libs/logging/include_compatibility/hpx/util/logging/format/formatter/high_precision_time.hpp
    M 
libs/logging/include_compatibility/hpx/util/logging/format/formatter/thread_id.hpp
    A libs/logging/src/format/destination/defaults.cpp
    A libs/logging/src/format/destination/file.cpp
    A libs/logging/src/format/formatter/defaults.cpp
    A libs/logging/src/format/formatter/high_precision_time.cpp
    A libs/logging/src/format/formatter/thread_id.cpp
    M libs/logging/src/format/named_write.cpp
    M libs/logging/src/logging.cpp
    M src/util/init_logging.cpp

  Log Message:
  -----------
  Move formatters/destinations to source files


  Commit: 5c17bcf2cd6455f01d9046bf06938d76a9f5f7fa
      
https://github.com/STEllAR-GROUP/hpx/commit/5c17bcf2cd6455f01d9046bf06938d76a9f5f7fa
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-02-04 (Tue, 04 Feb 2020)

  Changed paths:
    M libs/logging/CMakeLists.txt
    R libs/logging/include/hpx/logging/detail/cache_before_init.hpp
    M libs/logging/include/hpx/logging/detail/logger.hpp
    R 
libs/logging/include_compatibility/hpx/util/logging/detail/cache_before_init.hpp
    M libs/logging/src/logging.cpp

  Log Message:
  -----------
  Integrate message cache into logger


  Commit: 06ab340b2552c879f7f53cb0af29e83d7d8ff5df
      
https://github.com/STEllAR-GROUP/hpx/commit/06ab340b2552c879f7f53cb0af29e83d7d8ff5df
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-02-04 (Tue, 04 Feb 2020)

  Changed paths:
    M libs/logging/include/hpx/logging.hpp
    M libs/logging/include/hpx/logging/detail/logger.hpp
    M libs/logging/include/hpx/logging/detail/macros.hpp

  Log Message:
  -----------
  Expose format-like log interface


  Commit: eaed670b7db56ed77f538554cad3ae04cec8b2c1
      
https://github.com/STEllAR-GROUP/hpx/commit/eaed670b7db56ed77f538554cad3ae04cec8b2c1
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-02-04 (Tue, 04 Feb 2020)

  Changed paths:
    M libs/logging/CMakeLists.txt
    M libs/logging/include/hpx/logging.hpp
    M libs/logging/include/hpx/logging/detail/logger.hpp
    M libs/logging/include/hpx/logging/format/named_write.hpp
    M libs/logging/include/hpx/logging/message.hpp
    M libs/logging/src/format/formatter/defaults.cpp
    M libs/logging/src/format/formatter/high_precision_time.cpp
    M libs/logging/src/format/formatter/thread_id.cpp
    M libs/logging/src/format/named_write.cpp
    R libs/logging/src/message.cpp
    M src/util/init_logging.cpp

  Log Message:
  -----------
  Lift stringstream into log message


  Commit: 8108d9cd249b3bdd3adb9d09bdee4c52077f50bf
      
https://github.com/STEllAR-GROUP/hpx/commit/8108d9cd249b3bdd3adb9d09bdee4c52077f50bf
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-02-04 (Tue, 04 Feb 2020)

  Changed paths:
    M libs/logging/include/hpx/logging/format/named_write.hpp
    M libs/logging/include/hpx/logging/manipulator.hpp
    M libs/logging/include/hpx/logging/message.hpp
    M libs/logging/src/format/formatter/defaults.cpp
    M libs/logging/src/format/formatter/high_precision_time.cpp
    M libs/logging/src/format/formatter/thread_id.cpp
    M libs/logging/src/format/named_write.cpp
    M src/util/init_logging.cpp

  Log Message:
  -----------
  Refactor named formatters/destinations


  Commit: 915a825fc2129d26fd6f1056d15f89498f71aed8
      
https://github.com/STEllAR-GROUP/hpx/commit/915a825fc2129d26fd6f1056d15f89498f71aed8
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-02-04 (Tue, 04 Feb 2020)

  Changed paths:
    M libs/logging/include/hpx/logging/detail/logger.hpp
    M libs/logging/include/hpx/logging/format/destinations.hpp
    M libs/logging/include/hpx/logging/format/formatters.hpp
    M libs/logging/include/hpx/logging/format/named_write.hpp
    M libs/logging/include/hpx/logging/level.hpp
    M libs/logging/include/hpx/logging/manipulator.hpp
    M libs/logging/src/format/destination/defaults.cpp
    M libs/logging/src/format/destination/file.cpp
    M libs/logging/src/format/formatter/defaults.cpp
    M libs/logging/src/format/formatter/high_precision_time.cpp
    M libs/logging/src/format/formatter/thread_id.cpp
    M libs/logging/src/format/named_write.cpp

  Log Message:
  -----------
  Refactor named formatters/destinations (2)


  Commit: 7d125ce62ebf5f645fd5cce242053b3f209a19fc
      
https://github.com/STEllAR-GROUP/hpx/commit/7d125ce62ebf5f645fd5cce242053b3f209a19fc
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-02-04 (Tue, 04 Feb 2020)

  Changed paths:
    M docs/sphinx/manual/launching_and_configuring_hpx_applications.rst
    M libs/logging/include/hpx/logging/format/named_write.hpp
    M libs/logging/src/format/named_write.cpp
    M src/util/init_logging.cpp

  Log Message:
  -----------
  Restore append log formatting functionality


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/1c3f1244c433...7d125ce62ebf
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to