Branch: refs/heads/logging-revamp
Home: https://github.com/STEllAR-GROUP/hpx
Commit: b2c651a66aa8971c8e9e8cc1631396ad57e9d5f3
https://github.com/STEllAR-GROUP/hpx/commit/b2c651a66aa8971c8e9e8cc1631396ad57e9d5f3
Author: Agustin K-ballo Berge <[email protected]>
Date: 2020-02-12 (Wed, 12 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: 758dfa3bd085e001e240312cde5c89d72dfe1b44
https://github.com/STEllAR-GROUP/hpx/commit/758dfa3bd085e001e240312cde5c89d72dfe1b44
Author: Agustin K-ballo Berge <[email protected]>
Date: 2020-02-12 (Wed, 12 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: f0aa26bb8ae2646a8f0e8b18a01e4778232d7892
https://github.com/STEllAR-GROUP/hpx/commit/f0aa26bb8ae2646a8f0e8b18a01e4778232d7892
Author: Agustin K-ballo Berge <[email protected]>
Date: 2020-02-12 (Wed, 12 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: c126e4ac1f9452aa83d2365ceca8993dbda4c7cc
https://github.com/STEllAR-GROUP/hpx/commit/c126e4ac1f9452aa83d2365ceca8993dbda4c7cc
Author: Agustin K-ballo Berge <[email protected]>
Date: 2020-02-12 (Wed, 12 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: bf359b5f71e61258927ab9d8b0282d0587c3bc44
https://github.com/STEllAR-GROUP/hpx/commit/bf359b5f71e61258927ab9d8b0282d0587c3bc44
Author: Agustin K-ballo Berge <[email protected]>
Date: 2020-02-12 (Wed, 12 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: 21b1b3a07ccaf7c17c3f233918aad5525779d533
https://github.com/STEllAR-GROUP/hpx/commit/21b1b3a07ccaf7c17c3f233918aad5525779d533
Author: Agustin K-ballo Berge <[email protected]>
Date: 2020-02-12 (Wed, 12 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: 2df49b937cf790cf9857e6a9cd81084b46b39f82
https://github.com/STEllAR-GROUP/hpx/commit/2df49b937cf790cf9857e6a9cd81084b46b39f82
Author: Agustin K-ballo Berge <[email protected]>
Date: 2020-02-12 (Wed, 12 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: 7cca2f2f5111627619ec105494715735a046de9b
https://github.com/STEllAR-GROUP/hpx/commit/7cca2f2f5111627619ec105494715735a046de9b
Author: Agustin K-ballo Berge <[email protected]>
Date: 2020-02-12 (Wed, 12 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: e3b0ceaa876784aa6da54c5c1e1e6dce3a82d0d4
https://github.com/STEllAR-GROUP/hpx/commit/e3b0ceaa876784aa6da54c5c1e1e6dce3a82d0d4
Author: Agustin K-ballo Berge <[email protected]>
Date: 2020-02-12 (Wed, 12 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: ec8180ac5c44de7b8d0dbee2631f69d2c63dbaaf
https://github.com/STEllAR-GROUP/hpx/commit/ec8180ac5c44de7b8d0dbee2631f69d2c63dbaaf
Author: Agustin K-ballo Berge <[email protected]>
Date: 2020-02-12 (Wed, 12 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
Commit: b8ad62bf805da0c660522a962eee3e1ce4c3e6f6
https://github.com/STEllAR-GROUP/hpx/commit/b8ad62bf805da0c660522a962eee3e1ce4c3e6f6
Author: Mikael Simberg <[email protected]>
Date: 2020-02-12 (Wed, 12 Feb 2020)
Changed paths:
M libs/logging/include/hpx/logging/format/named_write.hpp
M libs/logging/include/hpx/logging/message.hpp
Log Message:
-----------
Don't move strings in device code in logging module
nvcc does not know how to compile moved strings.
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/7d125ce62ebf...b8ad62bf805d
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits