Skip to content

Commit

Permalink
hydrogen server update
Browse files Browse the repository at this point in the history
-- Rewrite some codes
-- Add libuv support (need fix)
  • Loading branch information
AstroAir committed Sep 29, 2023
1 parent b3bc9cb commit f674d89
Show file tree
Hide file tree
Showing 65 changed files with 2,424 additions and 1,350 deletions.
9 changes: 4 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,14 @@ add_subdirectory(tools)

include_directories(modules)

add_subdirectory(modules/HydrogenClient)
if(NOT WIN32)
add_subdirectory(modules/HydrogenServer)
endif()
add_subdirectory(modules/libridge)
add_subdirectory(modules/hydrogen_client)

add_subdirectory(drivers)

add_subdirectory(${lithium_src_dir}/core)
if(NOT WIN32)
add_subdirectory(${lithium_src_dir}/modules/deviceloader)
endif()

set(api_SRC
${lithium_src_dir}/api/astap.cpp
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion libs/libzippp/libzippp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ int ZipArchive::close(void) {

if(!listeners.empty()) {
zip_register_progress_callback_with_state(zipHandle, progressPrecision, progress_callback, nullptr, this);
zip_register_cancel_callback_with_state(zipHandle, progress_cancel_callback, nullptr, this);
// zip_register_cancel_callback_with_state(zipHandle, progress_cancel_callback, nullptr, this);
}

//avoid to reset the progress when unzipping
Expand Down
2 changes: 1 addition & 1 deletion libs/loguru/loguru.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Website: www.ilikebigbits.com
#endif

#ifndef LOGURU_USE_FMTLIB
#define LOGURU_USE_FMTLIB 0
#define LOGURU_USE_FMTLIB 1
#endif

#ifndef LOGURU_USE_LOCALE
Expand Down
Loading

0 comments on commit f674d89

Please sign in to comment.