Back to list

/home/alexis/snapwebsites/snapcpp/cmake
/home/alexis/snapwebsites/snapcpp/contrib/advgetopt
From github.com:m2osw/advgetopt
   b1d3d4f..b499fd4  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/advgetopt

  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating b1d3d4f..b499fd4
Fast-forward
 CMakeLists.txt                   |  2 +-
 LICENSE.txt                      |  2 +-
 advgetopt/CMakeLists.txt         |  2 +-
 advgetopt/advgetopt.cpp          |  2 +-
 advgetopt/advgetopt.h            |  2 +-
 advgetopt/advgetopt_access.cpp   |  2 +-
 advgetopt/advgetopt_config.cpp   |  2 +-
 advgetopt/advgetopt_data.cpp     |  2 +-
 advgetopt/advgetopt_options.cpp  |  2 +-
 advgetopt/advgetopt_string.cpp   |  2 +-
 advgetopt/advgetopt_usage.cpp    |  2 +-
 advgetopt/conf_file.cpp          |  2 +-
 advgetopt/conf_file.h            |  2 +-
 advgetopt/exception.h            |  2 +-
 advgetopt/flags.h                |  2 +-
 advgetopt/license_gpl2.cpp       |  2 +-
 advgetopt/licenses.h             |  2 +-
 advgetopt/option_info.cpp        |  2 +-
 advgetopt/option_info.h          |  2 +-
 advgetopt/option_info_ref.cpp    |  2 +-
 advgetopt/options.h              |  2 +-
 advgetopt/utils.cpp              |  2 +-
 advgetopt/utils.h                |  2 +-
 advgetopt/validator.cpp          |  2 +-
 advgetopt/validator.h            |  2 +-
 advgetopt/validator_double.cpp   |  2 +-
 advgetopt/validator_double.h     |  2 +-
 advgetopt/validator_duration.cpp |  2 +-
 advgetopt/validator_duration.h   |  2 +-
 advgetopt/validator_email.cpp    |  2 +-
 advgetopt/validator_email.h      |  2 +-
 advgetopt/validator_integer.cpp  |  2 +-
 advgetopt/validator_integer.h    |  2 +-
 advgetopt/validator_keywords.cpp |  2 +-
 advgetopt/validator_keywords.h   |  2 +-
 advgetopt/validator_length.cpp   |  2 +-
 advgetopt/validator_length.h     |  2 +-
 advgetopt/validator_list.cpp     |  2 +-
 advgetopt/validator_list.h       |  2 +-
 advgetopt/validator_regex.cpp    |  2 +-
 advgetopt/validator_regex.h      |  2 +-
 advgetopt/validator_size.cpp     |  2 +-
 advgetopt/validator_size.h       |  2 +-
 advgetopt/variables.cpp          |  2 +-
 advgetopt/variables.h            |  2 +-
 advgetopt/version.cpp            |  2 +-
 advgetopt/version.h.in           |  2 +-
 cmake/AdvGetOptConfig.cmake      |  2 +-
 cmake/AtomicNamesConfig.cmake    |  2 +-
 cmake/CMakeLists.txt             |  2 +-
 debian/copyright                 |  8 ++++----
 doc/CMakeLists.txt               |  2 +-
 doc/build-file-of-options.1      |  2 +-
 doc/edit-config.1                |  2 +-
 tests/CMakeLists.txt             |  2 +-
 tests/catch_access.cpp           |  2 +-
 tests/catch_arguments.cpp        |  2 +-
 tests/catch_config.cpp           |  2 +-
 tests/catch_config_file.cpp      |  2 +-
 tests/catch_data.cpp             |  2 +-
 tests/catch_log_for_test.cpp     |  2 +-
 tests/catch_logger.cpp           |  2 +-
 tests/catch_main.cpp             |  2 +-
 tests/catch_main.h               |  2 +-
 tests/catch_option_info.cpp      |  2 +-
 tests/catch_option_info_ref.cpp  |  2 +-
 tests/catch_options_files.cpp    | 19 ++++++++++---------
 tests/catch_options_parser.cpp   |  2 +-
 tests/catch_options_sources.cpp  |  2 +-
 tests/catch_string.cpp           |  2 +-
 tests/catch_usage.cpp            |  2 +-
 tests/catch_utils.cpp            |  2 +-
 tests/catch_validator.cpp        |  2 +-
 tests/catch_variables.cpp        |  2 +-
 tests/catch_version.cpp          |  2 +-
 tools/CMakeLists.txt             |  2 +-
 tools/atomic_names.cpp           |  2 +-
 tools/build_file_of_options.cpp  |  2 +-
 tools/edit_config.cpp            |  2 +-
 tools/hide_warnings.cpp          |  2 +-
 80 files changed, 92 insertions(+), 91 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/as2js
From github.com:m2osw/as2js
   3eb4572..4ec7073  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/as2js

  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating 3eb4572..4ec7073
Fast-forward
 CMakeLists.txt                              | 2 +-
 as2js/CMakeLists.txt                        | 2 +-
 as2js/archive.h                             | 2 +-
 as2js/binary.h                              | 2 +-
 as2js/compare.h                             | 2 +-
 as2js/compiler.h                            | 2 +-
 as2js/compiler/compiler.cpp                 | 2 +-
 as2js/compiler/compiler_attributes.cpp      | 2 +-
 as2js/compiler/compiler_class.cpp           | 2 +-
 as2js/compiler/compiler_compile.cpp         | 2 +-
 as2js/compiler/compiler_directive.cpp       | 2 +-
 as2js/compiler/compiler_expression.cpp      | 2 +-
 as2js/compiler/compiler_function.cpp        | 2 +-
 as2js/compiler/compiler_package.cpp         | 2 +-
 as2js/compiler/compiler_program.cpp         | 2 +-
 as2js/compiler/compiler_resolver.cpp        | 2 +-
 as2js/compiler/compiler_statement.cpp       | 2 +-
 as2js/compiler/compiler_variable.cpp        | 2 +-
 as2js/exception.h                           | 2 +-
 as2js/file/database.cpp                     | 4 ++--
 as2js/file/database.h                       | 2 +-
 as2js/file/position.cpp                     | 2 +-
 as2js/file/resources.cpp                    | 2 +-
 as2js/file/resources.h                      | 2 +-
 as2js/file/stream.cpp                       | 2 +-
 as2js/floating_point.h                      | 2 +-
 as2js/integer.h                             | 2 +-
 as2js/json.cpp                              | 2 +-
 as2js/json.h                                | 2 +-
 as2js/lexer.h                               | 2 +-
 as2js/message.cpp                           | 2 +-
 as2js/message.h                             | 2 +-
 as2js/node.h                                | 2 +-
 as2js/node/node.cpp                         | 2 +-
 as2js/node/node_attribute.cpp               | 2 +-
 as2js/node/node_compare.cpp                 | 2 +-
 as2js/node/node_convert.cpp                 | 2 +-
 as2js/node/node_display.cpp                 | 2 +-
 as2js/node/node_flag.cpp                    | 2 +-
 as2js/node/node_lock.cpp                    | 2 +-
 as2js/node/node_operator.cpp                | 2 +-
 as2js/node/node_param.cpp                   | 2 +-
 as2js/node/node_tree.cpp                    | 2 +-
 as2js/node/node_type.cpp                    | 2 +-
 as2js/node/node_value.cpp                   | 2 +-
 as2js/optimizer.h                           | 2 +-
 as2js/optimizer/optimizer.cpp               | 2 +-
 as2js/optimizer/optimizer_additive.ci       | 2 +-
 as2js/optimizer/optimizer_assignments.ci    | 2 +-
 as2js/optimizer/optimizer_bitwise.ci        | 2 +-
 as2js/optimizer/optimizer_compare.ci        | 2 +-
 as2js/optimizer/optimizer_conditional.ci    | 2 +-
 as2js/optimizer/optimizer_equality.ci       | 2 +-
 as2js/optimizer/optimizer_logical.ci        | 2 +-
 as2js/optimizer/optimizer_match.ci          | 2 +-
 as2js/optimizer/optimizer_matches.ci        | 2 +-
 as2js/optimizer/optimizer_matches.cpp       | 2 +-
 as2js/optimizer/optimizer_multiplicative.ci | 2 +-
 as2js/optimizer/optimizer_optimize.ci       | 2 +-
 as2js/optimizer/optimizer_optimize.cpp      | 2 +-
 as2js/optimizer/optimizer_relational.ci     | 2 +-
 as2js/optimizer/optimizer_statements.ci     | 2 +-
 as2js/optimizer/optimizer_tables.cpp        | 2 +-
 as2js/optimizer/optimizer_tables.h          | 2 +-
 as2js/optimizer/optimizer_values.ci         | 2 +-
 as2js/options.cpp                           | 2 +-
 as2js/options.h                             | 2 +-
 as2js/output.h                              | 2 +-
 as2js/output/archive.cpp                    | 2 +-
 as2js/output/binary.cpp                     | 2 +-
 as2js/output/output.cpp                     | 2 +-
 as2js/parser.h                              | 2 +-
 as2js/parser/lexer.cpp                      | 2 +-
 as2js/parser/parser.cpp                     | 2 +-
 as2js/parser/parser_class.cpp               | 2 +-
 as2js/parser/parser_directive.cpp           | 2 +-
 as2js/parser/parser_expression.cpp          | 2 +-
 as2js/parser/parser_function.cpp            | 2 +-
 as2js/parser/parser_numeric_type.cpp        | 2 +-
 as2js/parser/parser_package.cpp             | 2 +-
 as2js/parser/parser_pragma.cpp              | 2 +-
 as2js/parser/parser_program.cpp             | 2 +-
 as2js/parser/parser_statement.cpp           | 2 +-
 as2js/parser/parser_variable.cpp            | 2 +-
 as2js/position.h                            | 2 +-
 as2js/stream.h                              | 2 +-
 as2js/string.h                              | 2 +-
 as2js/types/string.cpp                      | 2 +-
 as2js/unicode_characters.cpp                | 2 +-
 as2js/version.cpp                           | 2 +-
 as2js/version.h.in                          | 2 +-
 cmake/As2JsConfigVersion.cmake.in           | 2 +-
 cmake/AsRcConfig.cmake                      | 2 +-
 cmake/CMakeLists.txt                        | 2 +-
 contrib/as2js.vim                           | 2 +-
 contrib/ason.vim                            | 2 +-
 debian/copyright                            | 4 ++--
 doc/CMakeLists.txt                          | 2 +-
 rt/CMakeLists.txt                           | 2 +-
 rt/rt.h                                     | 2 +-
 rt/rt.s                                     | 2 +-
 rt/version.cpp                              | 2 +-
 rt/version.h.in                             | 2 +-
 scripts/CMakeLists.txt                      | 2 +-
 scripts/extensions/complex.ajs              | 2 +-
 scripts/native/array.ajs                    | 2 +-
 scripts/native/as2js_init.ajs               | 2 +-
 scripts/native/bigint.ajs                   | 2 +-
 scripts/native/boolean.ajs                  | 2 +-
 scripts/native/console.ajs                  | 2 +-
 scripts/native/date.ajs                     | 2 +-
 scripts/native/error.ajs                    | 2 +-
 scripts/native/function.ajs                 | 2 +-
 scripts/native/global.ajs                   | 2 +-
 scripts/native/json.ajs                     | 2 +-
 scripts/native/map.ajs                      | 2 +-
 scripts/native/math.ajs                     | 2 +-
 scripts/native/number.ajs                   | 2 +-
 scripts/native/object.ajs                   | 2 +-
 scripts/native/range.ajs                    | 2 +-
 scripts/native/regexp.ajs                   | 2 +-
 scripts/native/string.ajs                   | 2 +-
 tests/CMakeLists.txt                        | 2 +-
 tests/catch_binary.cpp                      | 2 +-
 tests/catch_compiler.cpp                    | 2 +-
 tests/catch_compiler_attributes.cpp         | 2 +-
 tests/catch_compiler_operators.cpp          | 2 +-
 tests/catch_database.cpp                    | 2 +-
 tests/catch_floating_point.cpp              | 2 +-
 tests/catch_integer.cpp                     | 2 +-
 tests/catch_json.cpp                        | 2 +-
 tests/catch_lexer.cpp                       | 2 +-
 tests/catch_main.cpp                        | 2 +-
 tests/catch_main.h                          | 2 +-
 tests/catch_message.cpp                     | 2 +-
 tests/catch_node.cpp                        | 2 +-
 tests/catch_node_data.ci                    | 2 +-
 tests/catch_node_display.cpp                | 2 +-
 tests/catch_optimizer.cpp                   | 2 +-
 tests/catch_options.cpp                     | 2 +-
 tests/catch_parser.cpp                      | 2 +-
 tests/catch_position.cpp                    | 2 +-
 tests/catch_resources.cpp                   | 2 +-
 tests/catch_rt.cpp                          | 2 +-
 tests/catch_stream.cpp                      | 2 +-
 tests/catch_string.cpp                      | 2 +-
 tests/catch_version.cpp                     | 2 +-
 tests/json_to_string.cpp                    | 2 +-
 tests/locked_node.cpp                       | 2 +-
 tools/CMakeLists.txt                        | 2 +-
 tools/as2js.cpp                             | 4 ++--
 tools/as_rc.cpp                             | 2 +-
 tools/json.cpp                              | 2 +-
 153 files changed, 156 insertions(+), 156 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/basic-xml
/home/alexis/snapwebsites/snapcpp/contrib/cluck
From github.com:m2osw/cluck
   5b4d0d5..fd92378  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/cluck

  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating 5b4d0d5..fd92378
Fast-forward
 manager-plugins/lock/lock.cpp |  6 +++---
 tests/test_cluck.cpp          | 11 ++++-------
 tests/test_multi_clucks.cpp   |  2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/commonmarkcpp
From github.com:m2osw/commonmarkcpp
   71e2902..e0a9f46  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/commonmarkcpp

  Not Up to Date  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

Untracked files:
  (use "git add ..." to include in what will be committed)
	commonmarkcpp/gmon.out

nothing added to commit but untracked files present (use "git add" to track)

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating 71e2902..e0a9f46
Fast-forward
 CMakeLists.txt                      |  2 +-
 cmake/CMakeLists.txt                |  2 +-
 cmake/CommonMarkCppConfig.cmake     |  2 +-
 commonmarkcpp/CMakeLists.txt        |  2 +-
 commonmarkcpp/block.cpp             |  6 +++---
 commonmarkcpp/block.h               |  6 +++---
 commonmarkcpp/character.h           |  8 ++++----
 commonmarkcpp/commonmark.cpp        |  2 +-
 commonmarkcpp/commonmark.h          |  6 +++---
 commonmarkcpp/exception.h           |  4 ++--
 commonmarkcpp/features.cpp          |  4 ++--
 commonmarkcpp/features.h            |  4 ++--
 commonmarkcpp/generate_entities.cpp |  2 +-
 commonmarkcpp/link.cpp              |  6 +++---
 commonmarkcpp/link.h                |  6 +++---
 commonmarkcpp/version.cpp           |  2 +-
 commonmarkcpp/version.h.in          |  2 +-
 debian/copyright                    |  4 ++--
 doc/CMakeLists.txt                  |  2 +-
 tests/CMakeLists.txt                |  2 +-
 tests/catch_character.cpp           |  6 +++---
 tests/catch_commonmark.cpp          | 10 +++++-----
 tests/catch_main.cpp                |  8 ++++----
 tests/catch_main.h                  |  6 +++---
 tests/catch_version.cpp             |  4 ++--
 tools/CMakeLists.txt                |  2 +-
 tools/md.cpp                        |  2 +-
 27 files changed, 56 insertions(+), 56 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/communicatord
From github.com:m2osw/snapcommunicatord
   8fe9eff..0b59dc4  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/communicatord

  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating 8fe9eff..0b59dc4
Fast-forward
 CMakeLists.txt                            | 2 +-
 cmake/CMakeLists.txt                      | 2 +-
 cmake/CommunicatordConfig.cmake           | 2 +-
 communicatord/CMakeLists.txt              | 2 +-
 communicatord/communicator.cpp            | 2 +-
 communicatord/communicator.h              | 2 +-
 communicatord/exception.h                 | 2 +-
 communicatord/flags.cpp                   | 2 +-
 communicatord/flags.h                     | 2 +-
 communicatord/loadavg.cpp                 | 2 +-
 communicatord/loadavg.h                   | 2 +-
 communicatord/version.cpp                 | 2 +-
 communicatord/version.h.in                | 2 +-
 daemon/CMakeLists.txt                     | 2 +-
 daemon/base_connection.cpp                | 2 +-
 daemon/base_connection.h                  | 2 +-
 daemon/cache.cpp                          | 2 +-
 daemon/cache.h                            | 2 +-
 daemon/gossip_connection.cpp              | 2 +-
 daemon/gossip_connection.h                | 2 +-
 daemon/interrupt.cpp                      | 2 +-
 daemon/interrupt.h                        | 2 +-
 daemon/listener.cpp                       | 2 +-
 daemon/listener.h                         | 2 +-
 daemon/load_timer.cpp                     | 2 +-
 daemon/load_timer.h                       | 2 +-
 daemon/main.cpp                           | 2 +-
 daemon/message-definitions/CMakeLists.txt | 2 +-
 daemon/ping.cpp                           | 2 +-
 daemon/ping.h                             | 2 +-
 daemon/remote_communicators.cpp           | 2 +-
 daemon/remote_communicators.h             | 2 +-
 daemon/remote_connection.cpp              | 2 +-
 daemon/remote_connection.h                | 2 +-
 daemon/server.cpp                         | 2 +-
 daemon/server.h                           | 2 +-
 daemon/service_connection.cpp             | 2 +-
 daemon/service_connection.h               | 2 +-
 daemon/stable_clock.cpp                   | 2 +-
 daemon/stable_clock.h                     | 2 +-
 daemon/unix_connection.cpp                | 2 +-
 daemon/unix_connection.h                  | 2 +-
 daemon/unix_listener.cpp                  | 2 +-
 daemon/unix_listener.h                    | 2 +-
 daemon/utils.cpp                          | 2 +-
 daemon/utils.h                            | 2 +-
 debian/copyright                          | 6 +++---
 doc/CMakeLists.txt                        | 2 +-
 doc/man/clusterstatus.1                   | 2 +-
 tests/CMakeLists.txt                      | 2 +-
 tests/catch_base_connection.cpp           | 2 +-
 tests/catch_communicator.cpp              | 2 +-
 tests/catch_main.cpp                      | 2 +-
 tests/catch_main.h                        | 2 +-
 tests/catch_version.cpp                   | 2 +-
 tools/CMakeLists.txt                      | 2 +-
 tools/cluster_status.cpp                  | 2 +-
 tools/message.cpp                         | 2 +-
 tools/raise_flag.cpp                      | 2 +-
 59 files changed, 61 insertions(+), 61 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/cppthread
From github.com:m2osw/cppthread
   9ad2b7a..e203f37  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/cppthread

  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating 9ad2b7a..e203f37
Fast-forward
 CMakeLists.txt                    | 2 +-
 cmake/CMakeLists.txt              | 2 +-
 cmake/CppThreadConfig.cmake       | 2 +-
 cppthread/CMakeLists.txt          | 2 +-
 cppthread/exception.cpp           | 2 +-
 cppthread/exception.h             | 2 +-
 cppthread/fifo.cpp                | 2 +-
 cppthread/fifo.h                  | 2 +-
 cppthread/guard.cpp               | 2 +-
 cppthread/guard.h                 | 2 +-
 cppthread/item_with_predicate.cpp | 2 +-
 cppthread/item_with_predicate.h   | 2 +-
 cppthread/life.cpp                | 2 +-
 cppthread/life.h                  | 2 +-
 cppthread/log.cpp                 | 2 +-
 cppthread/log.h                   | 2 +-
 cppthread/mutex.cpp               | 2 +-
 cppthread/mutex.h                 | 2 +-
 cppthread/pool.cpp                | 2 +-
 cppthread/pool.h                  | 2 +-
 cppthread/runner.cpp              | 2 +-
 cppthread/runner.h                | 2 +-
 cppthread/thread.cpp              | 2 +-
 cppthread/thread.h                | 2 +-
 cppthread/version.cpp             | 2 +-
 cppthread/version.h.in            | 2 +-
 cppthread/worker.cpp              | 2 +-
 cppthread/worker.h                | 2 +-
 debian/copyright                  | 6 +++---
 doc/CMakeLists.txt                | 2 +-
 tests/CMakeLists.txt              | 2 +-
 tests/catch_fifo.cpp              | 8 ++++----
 tests/catch_main.cpp              | 2 +-
 tests/catch_main.h                | 2 +-
 tests/catch_thread.cpp            | 2 +-
 tests/catch_version.cpp           | 2 +-
 tools/CMakeLists.txt              | 2 +-
 tools/boot_id.cpp                 | 2 +-
 tools/has_vdso.cpp                | 2 +-
 tools/process_is_running.cpp      | 4 ++--
 tools/show_threads.cpp            | 2 +-
 41 files changed, 47 insertions(+), 47 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/csspp
From github.com:m2osw/csspp
   1e51db5..850bf83  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/csspp

  Not Up to Date  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

Untracked files:
  (use "git add ..." to include in what will be committed)
	importing.scss

nothing added to commit but untracked files present (use "git add" to track)

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating 1e51db5..850bf83
Fast-forward
 CMakeLists.txt                               |  2 +-
 cmake/CMakeLists.txt                         |  2 +-
 cmake/CSSPPConfig.cmake.in                   |  2 +-
 cmake/CSSPPConfigVersion.cmake.in            |  2 +-
 csspp/CMakeLists.txt                         |  2 +-
 csspp/assembler.cpp                          |  2 +-
 csspp/assembler.h                            |  2 +-
 csspp/color.cpp                              |  2 +-
 csspp/color.h                                |  4 ++--
 csspp/compiler.cpp                           |  2 +-
 csspp/compiler.h                             |  2 +-
 csspp/csspp.cpp                              |  2 +-
 csspp/csspp.h.in                             |  4 ++--
 csspp/error.cpp                              |  2 +-
 csspp/error.h                                |  4 ++--
 csspp/exception.h                            |  4 ++--
 csspp/expr_additive.cpp                      |  2 +-
 csspp/expr_conditional.cpp                   |  2 +-
 csspp/expr_equality.cpp                      |  2 +-
 csspp/expr_list.cpp                          |  2 +-
 csspp/expr_logical_and.cpp                   |  2 +-
 csspp/expr_logical_or.cpp                    |  2 +-
 csspp/expr_multiplicative.cpp                |  2 +-
 csspp/expr_power.cpp                         |  2 +-
 csspp/expr_relational.cpp                    |  2 +-
 csspp/expr_unary.cpp                         |  2 +-
 csspp/expression.cpp                         |  2 +-
 csspp/expression.h                           |  2 +-
 csspp/internal_functions.cpp                 |  2 +-
 csspp/lexer.cpp                              |  2 +-
 csspp/lexer.h                                |  2 +-
 csspp/node.cpp                               |  2 +-
 csspp/node.h                                 |  4 ++--
 csspp/nth_child.cpp                          |  2 +-
 csspp/nth_child.h                            |  2 +-
 csspp/parser.cpp                             |  2 +-
 csspp/parser.h                               |  2 +-
 csspp/position.cpp                           |  2 +-
 csspp/position.h                             |  4 ++--
 csspp/unicode_range.cpp                      |  2 +-
 csspp/unicode_range.h                        |  2 +-
 debian/copyright                             |  2 +-
 dev/MasterCMakeLists.txt                     |  2 +-
 dev/build-release                            |  2 +-
 dev/coverage                                 |  2 +-
 dev/pack                                     |  2 +-
 dev/version                                  |  2 +-
 doc/CMakeLists.txt                           |  2 +-
 doc/pages/compiler-at-keywords.cpp           |  2 +-
 doc/pages/compiler-expression-by-type.cpp    |  2 +-
 doc/pages/compiler-expression-page.cpp       |  2 +-
 doc/pages/compiler-page.cpp                  |  2 +-
 doc/pages/compiler-selectors-rules.cpp       |  2 +-
 doc/pages/lexer-page.cpp                     |  4 ++--
 doc/pages/main.cpp                           |  2 +-
 doc/pages/parser-page.cpp                    |  2 +-
 scripts/CMakeLists.txt                       |  2 +-
 scripts/system/close.scss                    |  2 +-
 scripts/system/constants.scss                |  2 +-
 scripts/system/functions.scss                |  2 +-
 scripts/system/init.scss                     |  2 +-
 scripts/system/logo.scss                     |  2 +-
 scripts/system/selectors.scss                |  2 +-
 scripts/system/version.scss.in               |  2 +-
 scripts/validation/countries.scss            |  2 +-
 scripts/validation/has-font-metrics.scss     |  2 +-
 scripts/validation/languages.scss            |  2 +-
 scripts/validation/pseudo-classes.scss       |  2 +-
 scripts/validation/pseudo-elements.scss      |  2 +-
 scripts/validation/pseudo-functions.scss     |  2 +-
 scripts/validation/pseudo-nth-functions.scss |  2 +-
 scripts/validation/slash-separator.scss      |  2 +-
 src/CMakeLists.txt                           |  2 +-
 src/csspp.cpp                                |  2 +-
 tests/CMakeLists.txt                         |  2 +-
 tests/catch_assembler.cpp                    | 22 +++++++++++-----------
 tests/catch_color.cpp                        |  2 +-
 tests/catch_compiler.cpp                     |  2 +-
 tests/catch_csspp.cpp                        |  4 ++--
 tests/catch_error.cpp                        |  2 +-
 tests/catch_expr_additive.cpp                |  2 +-
 tests/catch_expr_conditional.cpp             |  2 +-
 tests/catch_expr_equality.cpp                |  2 +-
 tests/catch_expr_list.cpp                    |  2 +-
 tests/catch_expr_logical_and.cpp             |  2 +-
 tests/catch_expr_logical_or.cpp              |  2 +-
 tests/catch_expr_multiplicative.cpp          |  2 +-
 tests/catch_expr_power.cpp                   |  2 +-
 tests/catch_expr_relational.cpp              |  2 +-
 tests/catch_expr_unary.cpp                   |  2 +-
 tests/catch_internal_functions.cpp           |  2 +-
 tests/catch_lexer.cpp                        |  2 +-
 tests/catch_main.cpp                         |  2 +-
 tests/catch_main.h                           |  2 +-
 tests/catch_node.cpp                         |  2 +-
 tests/catch_nth_child.cpp                    |  2 +-
 tests/catch_parser.cpp                       |  6 +++---
 tests/catch_position.cpp                     |  2 +-
 tests/catch_unicode_range.cpp                |  2 +-
 99 files changed, 119 insertions(+), 119 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/edhttp
From github.com:m2osw/edhttp
   2898ebb..ed7ab60  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/edhttp

  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating 2898ebb..ed7ab60
Fast-forward
 CMakeLists.txt                          |  2 +-
 cmake/CMakeLists.txt                    |  2 +-
 cmake/EdHttpConfig.cmake                |  2 +-
 debian/copyright                        |  6 +++---
 doc/CMakeLists.txt                      |  2 +-
 edhttp/CMakeLists.txt                   |  2 +-
 edhttp/cache_control.cpp                |  2 +-
 edhttp/cache_control.h                  |  2 +-
 edhttp/compression/archiver.cpp         |  2 +-
 edhttp/compression/archiver.h           |  2 +-
 edhttp/compression/archiver_archive.cpp |  2 +-
 edhttp/compression/archiver_archive.h   |  2 +-
 edhttp/compression/archiver_file.cpp    |  2 +-
 edhttp/compression/archiver_file.h      |  2 +-
 edhttp/compression/bz2.cpp              |  2 +-
 edhttp/compression/compressor.cpp       |  2 +-
 edhttp/compression/compressor.h         |  2 +-
 edhttp/compression/deflate.cpp          |  2 +-
 edhttp/compression/gzip.cpp             |  2 +-
 edhttp/compression/tar.cpp              |  2 +-
 edhttp/compression/xz.cpp               |  2 +-
 edhttp/exception.h                      |  2 +-
 edhttp/health.cpp                       |  2 +-
 edhttp/health.h                         |  2 +-
 edhttp/http_client_server.cpp           |  2 +-
 edhttp/http_client_server.h             |  2 +-
 edhttp/http_cookie.cpp                  |  2 +-
 edhttp/http_cookie.h                    |  2 +-
 edhttp/http_date.cpp                    |  2 +-
 edhttp/http_date.h                      |  2 +-
 edhttp/http_link.cpp                    |  2 +-
 edhttp/http_link.h                      |  2 +-
 edhttp/mime_type.cpp                    |  4 ++--
 edhttp/mime_type.h                      |  2 +-
 edhttp/quoted_printable.cpp             |  4 ++--
 edhttp/quoted_printable.h               |  2 +-
 edhttp/string_part.cpp                  |  2 +-
 edhttp/string_part.h                    |  2 +-
 edhttp/token.cpp                        |  2 +-
 edhttp/token.h                          |  2 +-
 edhttp/uri.cpp                          |  2 +-
 edhttp/uri.h                            |  2 +-
 edhttp/validator_uri.cpp                |  2 +-
 edhttp/validator_uri.h                  |  2 +-
 edhttp/version.cpp                      |  2 +-
 edhttp/version.h.in                     |  2 +-
 edhttp/weighted_http_string.cpp         |  2 +-
 edhttp/weighted_http_string.h           |  2 +-
 tests/CMakeLists.txt                    |  2 +-
 tests/catch_archiver.cpp                |  2 +-
 tests/catch_compressor.cpp              |  2 +-
 tests/catch_main.cpp                    | 10 +++++-----
 tests/catch_main.h                      |  6 +++---
 tests/catch_mkgmtime.cpp                |  2 +-
 tests/catch_uri.cpp                     |  2 +-
 tests/catch_validator.cpp               |  2 +-
 tests/catch_version.cpp                 |  2 +-
 tests/catch_weighted_http_strings.cpp   |  2 +-
 tools/CMakeLists.txt                    |  2 +-
 tools/edhttp_list_compressors.cpp       |  2 +-
 60 files changed, 70 insertions(+), 70 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/eventdispatcher
/home/alexis/snapwebsites/snapcpp/contrib/fastjournal
From github.com:m2osw/fastjournal
   2d8edac..2561630  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/fastjournal

  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating 2d8edac..2561630
Fast-forward
 README.md                     | 10 +++++-----
 fastjournal-cli/cli.cpp       | 10 +++++-----
 fastjournal-cli/main.cpp      |  6 +++---
 fastjournal-client/client.cpp | 10 +++++-----
 fastjournal-client/main.cpp   |  6 +++---
 fastjournal-server/main.cpp   |  7 ++++---
 fastjournal-server/server.cpp | 12 ++++++------
 fastjournal-server/server.h   |  2 +-
 fastjournal/exception.h       |  2 +-
 fastjournal/fastjournal.h     |  2 +-
 tests/catch_main.h            |  5 +++--
 11 files changed, 37 insertions(+), 35 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/fluid-settings
/home/alexis/snapwebsites/snapcpp/contrib/ftmesh
From github.com:m2osw/ftmesh
   a22aeec..be9516d  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/ftmesh

  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating a22aeec..be9516d
Fast-forward
 CMakeLists.txt           |  2 +-
 cmake/CMakeLists.txt     |  2 +-
 cmake/FtMeshConfig.cmake |  2 +-
 debian/copyright         |  4 ++--
 doc/CMakeLists.txt       |  2 +-
 ftmesh/CMakeLists.txt    |  2 +-
 ftmesh/font.cpp          | 14 +++++++-------
 ftmesh/font.h            |  2 +-
 ftmesh/mesh.cpp          |  4 ++--
 ftmesh/mesh.h            |  4 ++--
 ftmesh/mesh_char.cpp     |  2 +-
 ftmesh/mesh_char.h       |  2 +-
 ftmesh/mesh_string.cpp   |  2 +-
 ftmesh/mesh_string.h     |  2 +-
 ftmesh/point.h           |  4 ++--
 ftmesh/polygon.cpp       |  4 ++--
 ftmesh/polygon.h         |  4 ++--
 ftmesh/version.cpp       |  2 +-
 ftmesh/version.h.in      |  2 +-
 tests/CMakeLists.txt     |  2 +-
 tests/font.cpp           |  8 ++++----
 tests/main.cpp           |  8 ++++----
 tests/main.h             |  6 +++---
 tests/point.cpp          |  8 ++++----
 tests/version.cpp        |  4 ++--
 25 files changed, 49 insertions(+), 49 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/iplock
From github.com:m2osw/iplock
   21406ce..2e1c65f  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/iplock

  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating 21406ce..2e1c65f
Fast-forward
 CMakeLists.txt                     | 2 +-
 cmake/CMakeLists.txt               | 2 +-
 cmake/IPLockConfig.cmake           | 2 +-
 conf/CMakeLists.txt                | 2 +-
 debian/copyright                   | 2 +-
 doc/CMakeLists.txt                 | 2 +-
 doc/ipload.5                       | 2 +-
 doc/ipload.8                       | 2 +-
 doc/iplock.1                       | 2 +-
 doc/iprecent.1                     | 2 +-
 doc/ipwall.8                       | 2 +-
 doc/knock-knock.1                  | 2 +-
 doc/showfw.1                       | 2 +-
 iplock/CMakeLists.txt              | 2 +-
 iplock/block_ip.cpp                | 2 +-
 iplock/block_ip.h                  | 2 +-
 iplock/exception.h                 | 2 +-
 iplock/knock_ports.cpp             | 2 +-
 iplock/knock_ports.h               | 2 +-
 iplock/version.cpp                 | 2 +-
 iplock/version.h.in                | 2 +-
 iplock/wait_on_firewall.cpp        | 2 +-
 iplock/wait_on_firewall.h          | 2 +-
 scripts/CMakeLists.txt             | 2 +-
 tests/CMakeLists.txt               | 2 +-
 tests/catch_main.cpp               | 2 +-
 tests/catch_main.h                 | 2 +-
 tests/catch_version.cpp            | 2 +-
 tools/CMakeLists.txt               | 2 +-
 tools/ipload/CMakeLists.txt        | 2 +-
 tools/ipload/chain.cpp             | 2 +-
 tools/ipload/chain.h               | 2 +-
 tools/ipload/chain_reference.cpp   | 2 +-
 tools/ipload/chain_reference.h     | 2 +-
 tools/ipload/conntrack_parser.cpp  | 2 +-
 tools/ipload/conntrack_parser.h    | 2 +-
 tools/ipload/ipload.cpp            | 2 +-
 tools/ipload/ipload.h              | 2 +-
 tools/ipload/main.cpp              | 2 +-
 tools/ipload/recent_parser.cpp     | 2 +-
 tools/ipload/recent_parser.h       | 2 +-
 tools/ipload/rule.cpp              | 2 +-
 tools/ipload/rule.h                | 2 +-
 tools/ipload/section.cpp           | 2 +-
 tools/ipload/section.h             | 2 +-
 tools/ipload/section_reference.cpp | 2 +-
 tools/ipload/section_reference.h   | 2 +-
 tools/ipload/state_parser.cpp      | 2 +-
 tools/ipload/state_parser.h        | 2 +-
 tools/ipload/state_result.cpp      | 2 +-
 tools/ipload/state_result.h        | 2 +-
 tools/ipload/table.cpp             | 2 +-
 tools/ipload/table.h               | 2 +-
 tools/ipload/utils.cpp             | 2 +-
 tools/ipload/utils.h               | 2 +-
 tools/iplock/CMakeLists.txt        | 2 +-
 tools/iplock/block.cpp             | 2 +-
 tools/iplock/block.h               | 2 +-
 tools/iplock/block_or_unblock.cpp  | 2 +-
 tools/iplock/block_or_unblock.h    | 2 +-
 tools/iplock/command.cpp           | 2 +-
 tools/iplock/command.h             | 2 +-
 tools/iplock/controller.cpp        | 2 +-
 tools/iplock/controller.h          | 2 +-
 tools/iplock/count.cpp             | 2 +-
 tools/iplock/count.h               | 2 +-
 tools/iplock/flush.cpp             | 2 +-
 tools/iplock/flush.h               | 2 +-
 tools/iplock/list.cpp              | 2 +-
 tools/iplock/list.h                | 2 +-
 tools/iplock/list_allowed_sets.cpp | 2 +-
 tools/iplock/list_allowed_sets.h   | 2 +-
 tools/iplock/main.cpp              | 2 +-
 tools/iplock/unblock.cpp           | 2 +-
 tools/iplock/unblock.h             | 2 +-
 tools/ipwall/CMakeLists.txt        | 2 +-
 tools/ipwall/block_info.cpp        | 2 +-
 tools/ipwall/block_info.h          | 2 +-
 tools/ipwall/database_timer.cpp    | 2 +-
 tools/ipwall/database_timer.h      | 2 +-
 tools/ipwall/interrupt.cpp         | 2 +-
 tools/ipwall/interrupt.h           | 2 +-
 tools/ipwall/main.cpp              | 2 +-
 tools/ipwall/messenger.cpp         | 2 +-
 tools/ipwall/messenger.h           | 2 +-
 tools/ipwall/server.cpp            | 2 +-
 tools/ipwall/server.h              | 2 +-
 tools/ipwall/wakeup_timer.cpp      | 2 +-
 tools/ipwall/wakeup_timer.h        | 2 +-
 tools/knock_knock/CMakeLists.txt   | 2 +-
 tools/knock_knock/knock_knock.cpp  | 2 +-
 91 files changed, 91 insertions(+), 91 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/ipmgr
From github.com:m2osw/ipmgr
   d6cba3c..bf2b59d  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/ipmgr

  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating d6cba3c..bf2b59d
Fast-forward
 CMakeLists.txt              |  2 +-
 debian/copyright            |  2 +-
 doc/CMakeLists.txt          |  2 +-
 doc/dns-options.1           |  2 +-
 doc/ipmgr.1                 |  2 +-
 ipmgr/CMakeLists.txt        |  2 +-
 ipmgr/exception.h           |  4 ++--
 ipmgr/ipmgr.cpp             | 20 ++++++++++----------
 ipmgr/ipmgr.h               |  6 +++---
 ipmgr/main.cpp              |  8 ++++----
 ipmgr/version.h.in          |  2 +-
 tests/CMakeLists.txt        |  2 +-
 tests/catch_dns_options.cpp |  2 +-
 tests/catch_main.cpp        |  2 +-
 tests/catch_main.h          |  2 +-
 tools/CMakeLists.txt        |  2 +-
 tools/dns_options.cpp       |  2 +-
 17 files changed, 32 insertions(+), 32 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/libaddr
/home/alexis/snapwebsites/snapcpp/contrib/libexcept
From github.com:m2osw/libexcept
   4b25cda..11a4827  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/libexcept

  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating 4b25cda..11a4827
Fast-forward
 CMakeLists.txt                    |  2 +-
 cmake/CMakeLists.txt              |  2 +-
 cmake/LibExceptConfig.cmake       |  2 +-
 debian/copyright                  |  6 +++---
 doc/CMakeLists.txt                |  2 +-
 libexcept/CMakeLists.txt          |  2 +-
 libexcept/demangle.cpp            |  2 +-
 libexcept/demangle.h              |  2 +-
 libexcept/exception.cpp           |  2 +-
 libexcept/exception.h             |  2 +-
 libexcept/file_inheritance.cpp    |  5 +++--
 libexcept/file_inheritance.h      |  2 +-
 libexcept/report_signal.cpp       | 12 ++++++------
 libexcept/report_signal.h         |  2 +-
 libexcept/scoped_signal_mask.cpp  |  2 +-
 libexcept/scoped_signal_mask.h    |  2 +-
 libexcept/stack_trace.cpp         |  2 +-
 libexcept/stack_trace.h           |  2 +-
 libexcept/version.cpp             |  2 +-
 libexcept/version.h.in            |  2 +-
 tests/CMakeLists.txt              |  2 +-
 tests/catch_demangle.cpp          |  6 +++---
 tests/catch_exceptions.cpp        |  4 ++--
 tests/catch_file_inheritance.cpp  |  2 +-
 tests/catch_main.cpp              |  2 +-
 tests/catch_main.h                |  8 ++++----
 tests/catch_stack_trace.cpp       |  4 ++--
 tests/catch_version.cpp           |  2 +-
 tools/CMakeLists.txt              |  2 +-
 tools/verify_file_inheritance.cpp |  2 +-
 30 files changed, 46 insertions(+), 45 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/libmimemail
From github.com:m2osw/libmimemail
   9727b6e..228d2df  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/libmimemail

  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating 9727b6e..228d2df
Fast-forward
 libmimemail/email.cpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/libtld
/home/alexis/snapwebsites/snapcpp/contrib/libutf8
From github.com:m2osw/libutf8
   af062cf..90de783  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/libutf8

  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating af062cf..90de783
Fast-forward
 CMakeLists.txt                  | 2 +-
 LICENSE.txt                     | 2 +-
 cmake/CMakeLists.txt            | 2 +-
 cmake/LibUtf8Config.cmake       | 2 +-
 conf/CMakeLists.txt             | 2 +-
 conf/unicode/CMakeLists.txt     | 2 +-
 debian/copyright                | 6 +++---
 doc/CMakeLists.txt              | 2 +-
 libutf8/CMakeLists.txt          | 2 +-
 libutf8/base.cpp                | 2 +-
 libutf8/base.h                  | 8 ++++----
 libutf8/caseinsensitivestring.h | 2 +-
 libutf8/exception.h             | 2 +-
 libutf8/iterator.cpp            | 2 +-
 libutf8/iterator.h              | 2 +-
 libutf8/json_tokens.cpp         | 2 +-
 libutf8/json_tokens.h           | 2 +-
 libutf8/libutf8.cpp             | 2 +-
 libutf8/libutf8.h               | 2 +-
 libutf8/unicode_data.cpp        | 2 +-
 libutf8/unicode_data.h          | 2 +-
 libutf8/unicode_data_file.cpp   | 2 +-
 libutf8/unicode_data_file.h     | 2 +-
 libutf8/version.cpp             | 2 +-
 libutf8/version.h.in            | 2 +-
 tests/CMakeLists.txt            | 2 +-
 tests/catch_bom.cpp             | 2 +-
 tests/catch_caseinsensitive.cpp | 2 +-
 tests/catch_character.cpp       | 2 +-
 tests/catch_iterator.cpp        | 2 +-
 tests/catch_json_tokens.cpp     | 2 +-
 tests/catch_length.cpp          | 2 +-
 tests/catch_main.cpp            | 2 +-
 tests/catch_main.h              | 2 +-
 tests/catch_stream.cpp          | 2 +-
 tests/catch_string.cpp          | 2 +-
 tests/catch_valid.cpp           | 2 +-
 tests/catch_version.cpp         | 2 +-
 tools/CMakeLists.txt            | 2 +-
 tools/show_unicode.cpp          | 2 +-
 tools/unicode_data_parser.cpp   | 2 +-
 41 files changed, 46 insertions(+), 46 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/murmur3
From github.com:m2osw/murmur3
   4dc97c4..3060e2a  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/murmur3

  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating 4dc97c4..3060e2a
Fast-forward
 CMakeLists.txt            | 2 +-
 cmake/Murmur3Config.cmake | 2 +-
 doc/CMakeLists.txt        | 2 +-
 doc/murmur3sum.1          | 2 +-
 tests/CMakeLists.txt      | 2 +-
 tests/catch_main.cpp      | 2 +-
 tests/catch_main.h        | 2 +-
 tests/catch_stream.cpp    | 2 +-
 tests/catch_version.cpp   | 2 +-
 tools/CMakeLists.txt      | 2 +-
 tools/murmur3sum.cpp      | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/prinbee
/home/alexis/snapwebsites/snapcpp/contrib/safepasswords
/home/alexis/snapwebsites/snapcpp/contrib/serverplugins
From github.com:m2osw/serverplugins
   19241e7..1bc072a  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/serverplugins

  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating 19241e7..1bc072a
Fast-forward
 CMakeLists.txt                  | 2 +-
 cmake/CMakeLists.txt            | 2 +-
 cmake/ServerPluginsConfig.cmake | 2 +-
 debian/copyright                | 6 +++---
 doc/CMakeLists.txt              | 2 +-
 serverplugins/CMakeLists.txt    | 2 +-
 serverplugins/collection.cpp    | 2 +-
 serverplugins/collection.h      | 2 +-
 serverplugins/definition.h      | 2 +-
 serverplugins/exception.cpp     | 2 +-
 serverplugins/exception.h       | 2 +-
 serverplugins/factory.cpp       | 2 +-
 serverplugins/factory.h         | 2 +-
 serverplugins/id.cpp            | 2 +-
 serverplugins/id.h              | 2 +-
 serverplugins/names.cpp         | 2 +-
 serverplugins/names.h           | 2 +-
 serverplugins/paths.cpp         | 2 +-
 serverplugins/paths.h           | 2 +-
 serverplugins/plugin.cpp        | 2 +-
 serverplugins/plugin.h          | 2 +-
 serverplugins/repository.cpp    | 2 +-
 serverplugins/repository.h      | 2 +-
 serverplugins/server.cpp        | 2 +-
 serverplugins/server.h          | 2 +-
 serverplugins/signals.h         | 2 +-
 serverplugins/utils.h           | 2 +-
 serverplugins/version.cpp       | 2 +-
 serverplugins/version.h.in      | 2 +-
 tests/CMakeLists.txt            | 2 +-
 tests/catch_main.cpp            | 2 +-
 tests/catch_main.h              | 2 +-
 tests/catch_plugins.cpp         | 2 +-
 tests/catch_unix_timestamp.cpp  | 2 +-
 tests/catch_version.cpp         | 4 ++--
 tests/plugin_daemon.cpp         | 2 +-
 tests/plugin_daemon.h           | 2 +-
 tests/plugin_testme.cpp         | 2 +-
 tests/plugin_testme.h           | 2 +-
 39 files changed, 42 insertions(+), 42 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/sitter
From github.com:m2osw/sitter
   0c40350..085876a  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/sitter

  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating 0c40350..085876a
Fast-forward
 CMakeLists.txt                             | 2 +-
 cmake/CMakeLists.txt                       | 2 +-
 cmake/SitterConfig.cmake                   | 2 +-
 conf/CMakeLists.txt                        | 2 +-
 daemon/CMakeLists.txt                      | 2 +-
 daemon/sitter.cpp                          | 2 +-
 debian/copyright                           | 6 +++---
 doc/CMakeLists.txt                         | 2 +-
 doc/find-process.1                         | 2 +-
 doc/sitter.8                               | 2 +-
 plugins/CMakeLists.txt                     | 2 +-
 plugins/sitter_apt/CMakeLists.txt          | 2 +-
 plugins/sitter_apt/apt.cpp                 | 2 +-
 plugins/sitter_apt/apt.h                   | 2 +-
 plugins/sitter_certificate/CMakeLists.txt  | 2 +-
 plugins/sitter_certificate/certificate.cpp | 2 +-
 plugins/sitter_certificate/certificate.h   | 2 +-
 plugins/sitter_cpu/CMakeLists.txt          | 2 +-
 plugins/sitter_cpu/cpu.cpp                 | 2 +-
 plugins/sitter_cpu/cpu.h                   | 2 +-
 plugins/sitter_disk/CMakeLists.txt         | 2 +-
 plugins/sitter_disk/disk.cpp               | 2 +-
 plugins/sitter_disk/disk.h                 | 2 +-
 plugins/sitter_firewall/CMakeLists.txt     | 2 +-
 plugins/sitter_firewall/firewall.cpp       | 2 +-
 plugins/sitter_firewall/firewall.h         | 2 +-
 plugins/sitter_flags/CMakeLists.txt        | 2 +-
 plugins/sitter_flags/flags.cpp             | 2 +-
 plugins/sitter_flags/flags.h               | 2 +-
 plugins/sitter_log/CMakeLists.txt          | 2 +-
 plugins/sitter_log/definition.cpp          | 2 +-
 plugins/sitter_log/definition.h            | 2 +-
 plugins/sitter_log/log.cpp                 | 2 +-
 plugins/sitter_log/log.h                   | 2 +-
 plugins/sitter_log/search.cpp              | 2 +-
 plugins/sitter_log/search.h                | 2 +-
 plugins/sitter_memory/CMakeLists.txt       | 2 +-
 plugins/sitter_memory/memory.cpp           | 2 +-
 plugins/sitter_memory/memory.h             | 2 +-
 plugins/sitter_network/CMakeLists.txt      | 2 +-
 plugins/sitter_network/network.cpp         | 2 +-
 plugins/sitter_network/network.h           | 2 +-
 plugins/sitter_packages/CMakeLists.txt     | 2 +-
 plugins/sitter_packages/packages.cpp       | 2 +-
 plugins/sitter_packages/packages.h         | 2 +-
 plugins/sitter_processes/CMakeLists.txt    | 2 +-
 plugins/sitter_processes/processes.cpp     | 2 +-
 plugins/sitter_processes/processes.h       | 2 +-
 plugins/sitter_reboot/CMakeLists.txt       | 2 +-
 plugins/sitter_reboot/reboot.cpp           | 2 +-
 plugins/sitter_reboot/reboot.h             | 2 +-
 plugins/sitter_scripts/CMakeLists.txt      | 2 +-
 plugins/sitter_scripts/scripts.cpp         | 6 +++---
 plugins/sitter_scripts/scripts.h           | 2 +-
 sitter/CMakeLists.txt                      | 2 +-
 sitter/exception.h                         | 2 +-
 sitter/interrupt.cpp                       | 2 +-
 sitter/interrupt.h                         | 2 +-
 sitter/meminfo.cpp                         | 2 +-
 sitter/meminfo.h                           | 2 +-
 sitter/messenger.cpp                       | 2 +-
 sitter/messenger.h                         | 2 +-
 sitter/sitter.cpp                          | 2 +-
 sitter/sitter.h                            | 2 +-
 sitter/sitter_worker.cpp                   | 2 +-
 sitter/sitter_worker.h                     | 2 +-
 sitter/sys_stats.cpp                       | 2 +-
 sitter/sys_stats.h                         | 2 +-
 sitter/tick_timer.cpp                      | 2 +-
 sitter/tick_timer.h                        | 2 +-
 sitter/version.cpp                         | 2 +-
 sitter/version.h.in                        | 2 +-
 sitter/worker_done.cpp                     | 2 +-
 sitter/worker_done.h                       | 2 +-
 tests/CMakeLists.txt                       | 2 +-
 tests/catch_main.cpp                       | 2 +-
 tests/catch_main.h                         | 2 +-
 tests/catch_version.cpp                    | 2 +-
 tools/CMakeLists.txt                       | 2 +-
 tools/find_process.cpp                     | 2 +-
 80 files changed, 84 insertions(+), 84 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/snapcatch2
From github.com:m2osw/snapcatch2
   23d6696..31df2c1  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/snapcatch2

  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating 23d6696..31df2c1
Fast-forward
 CMakeLists.txt               | 2 +-
 LICENSE.txt                  | 2 +-
 cmake/CMakeLists.txt         | 2 +-
 cmake/SnapCatch2Config.cmake | 2 +-
 debian/copyright             | 6 +++---
 snapcatch2.hpp               | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/snapdev
From github.com:m2osw/snapdev
   90f05ec..16112c6  main       -> origin/main
----------------
/home/alexis/snapwebsites/snapcpp/contrib/snapdev

  Not Latest Pull
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

$ git pull
Updating 90f05ec..16112c6
Fast-forward
 tests/catch_change_owner.cpp             | 2 +-
 tests/catch_floating_point_to_string.cpp | 2 +-
 tests/catch_glob_to_list.cpp             | 2 +-
 tests/catch_hexadecimal_string.cpp       | 2 +-
 tests/catch_int128.cpp                   | 2 +-
 tests/catch_matrix.cpp                   | 2 +-
 tests/catch_pathinfo.cpp                 | 2 +-
 tools/int128.cpp                         | 4 ++--
 tools/snapmatrix.cpp                     | 2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/snaplogger
/home/alexis/snapwebsites/snapcpp/contrib/snaprfs
/home/alexis/snapwebsites/snapcpp/contrib/versiontheca
/home/alexis/snapwebsites/snapcpp/contrib/zipios


Back to list