Commit Graph

5 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Sergei Trofimovich
7ceef45f5f libhv: fix build against gcc-13
Without the change build fails on `master` as
https://hydra.nixos.org/build/247623778:

    [ 98%] Built target hmain_test
    In file included from /build/source/examples/mqtt/mqtt_client_test.cpp:10:
    /build/source/examples/../mqtt/mqtt_client.h: In member function 'int hv::MqttClient::publish(const std::string&, const std::string&, int, int, MqttCallback)':
    /build/source/examples/../mqtt/mqtt_client.h:232:25: error: invalid use of incomplete type 'const std::string' {aka 'const class std::__cxx11::basic_string<char>'}
      232 |         msg.topic_len = topic.size();
          |                         ^~~~~
2024-02-09 23:10:32 +00:00
R. Ryantm
637560f846 libhv: 1.3.1 -> 1.3.2 2023-10-25 14:52:14 +00:00
Nikolay Korotkiy
6a2828e3ec
libhv: 1.3.0 → 1.3.1 2023-05-26 21:23:45 +04:00
Nikolay Korotkiy
efc0dc2874
libhv: init at 1.3.0 2022-11-18 17:25:49 +03:00