[Git][wine/wine][master] 6 commits: makedep: Still build asm files if the subdir doesn't match a known platform.
Alexandre Julliard pushed to branch master at wine / wine Commits: aca0e291 by Alexandre Julliard at 2026-03-11T14:16:36+01:00 makedep: Still build asm files if the subdir doesn't match a known platform. - - - - - f26379a4 by Alexandre Julliard at 2026-03-11T14:16:36+01:00 makedep: Ignore internal static libraries that are disabled. - - - - - cedf4bb0 by Jacek Caban at 2026-03-11T14:16:36+01:00 libs: Import libc++ from upstream LLVM version 8.0.1. - - - - - fcbdb177 by Jacek Caban at 2026-03-11T14:16:39+01:00 libs: Import libunwind from upstream LLVM version 8.0.1. - - - - - a100173f by Jacek Caban at 2026-03-11T14:16:42+01:00 libs: Import libc++abi from upstream LLVM version 8.0.1. - - - - - e4d0dece by Jacek Caban at 2026-03-11T14:16:45+01:00 fluidsynth: Import upstream release 2.4.3. - - - - - 135 changed files: - configure - configure.ac - dlls/dmsynth/Makefile.in - + libs/c++/CREDITS.TXT - + libs/c++/LICENSE.TXT - + libs/c++/Makefile.in - + libs/c++/src/algorithm.cpp - + libs/c++/src/any.cpp - + libs/c++/src/bind.cpp - + libs/c++/src/charconv.cpp - + libs/c++/src/chrono.cpp - + libs/c++/src/condition_variable.cpp - + libs/c++/src/debug.cpp - + libs/c++/src/exception.cpp - + libs/c++/src/experimental/memory_resource.cpp - + libs/c++/src/functional.cpp - + libs/c++/src/future.cpp - + libs/c++/src/hash.cpp - + libs/c++/src/include/apple_availability.h - + libs/c++/src/include/atomic_support.h - + libs/c++/src/include/config_elast.h - + libs/c++/src/include/refstring.h - + libs/c++/src/ios.cpp - + libs/c++/src/iostream.cpp - + libs/c++/src/locale.cpp - + libs/c++/src/memory.cpp - + libs/c++/src/mutex.cpp - + libs/c++/src/new.cpp - + libs/c++/src/optional.cpp - + libs/c++/src/random.cpp - + libs/c++/src/regex.cpp - + libs/c++/src/shared_mutex.cpp - + libs/c++/src/stdexcept.cpp - + libs/c++/src/string.cpp - + libs/c++/src/strstream.cpp - + libs/c++/src/support/runtime/exception_fallback.ipp - + libs/c++/src/support/runtime/exception_glibcxx.ipp - + libs/c++/src/support/runtime/exception_libcxxabi.ipp - + libs/c++/src/support/runtime/exception_libcxxrt.ipp - + libs/c++/src/support/runtime/exception_msvc.ipp - + libs/c++/src/support/runtime/exception_pointer_cxxabi.ipp - + libs/c++/src/support/runtime/exception_pointer_glibcxx.ipp - + libs/c++/src/support/runtime/exception_pointer_msvc.ipp - + libs/c++/src/support/runtime/exception_pointer_unimplemented.ipp - + libs/c++/src/support/runtime/new_handler_fallback.ipp - + libs/c++/src/support/win32/locale_win32.cpp - + libs/c++/src/support/win32/locale_win32.h - + libs/c++/src/support/win32/support.cpp - + libs/c++/src/support/win32/thread_win32.cpp - + libs/c++/src/system_error.cpp - + libs/c++/src/thread.cpp - + libs/c++/src/typeinfo.cpp - + libs/c++/src/utility.cpp - + libs/c++/src/valarray.cpp - + libs/c++/src/variant.cpp - + libs/c++/src/vector.cpp - + libs/c++abi/CREDITS.TXT - + libs/c++abi/LICENSE.TXT - + libs/c++abi/Makefile.in - + libs/c++abi/include/__cxxabi_config.h - + libs/c++abi/include/cxxabi.h - + libs/c++abi/src/abort_message.cpp - + libs/c++abi/src/abort_message.h - + libs/c++abi/src/cxa_aux_runtime.cpp - + libs/c++abi/src/cxa_default_handlers.cpp - + libs/c++abi/src/cxa_demangle.cpp - + libs/c++abi/src/cxa_exception.cpp - + libs/c++abi/src/cxa_exception.hpp - + libs/c++abi/src/cxa_exception_storage.cpp - + libs/c++abi/src/cxa_guard.cpp - + libs/c++abi/src/cxa_handlers.cpp - + libs/c++abi/src/cxa_handlers.hpp - + libs/c++abi/src/cxa_personality.cpp - + libs/c++abi/src/cxa_thread_atexit.cpp - + libs/c++abi/src/cxa_vector.cpp - + libs/c++abi/src/cxa_virtual.cpp - + libs/c++abi/src/demangle/Compiler.h - + libs/c++abi/src/demangle/ItaniumDemangle.h - + libs/c++abi/src/demangle/StringView.h - + libs/c++abi/src/demangle/Utility.h - + libs/c++abi/src/fallback_malloc.cpp - + libs/c++abi/src/fallback_malloc.h - + libs/c++abi/src/include/atomic_support.h - + libs/c++abi/src/include/refstring.h - + libs/c++abi/src/private_typeinfo.cpp - + libs/c++abi/src/private_typeinfo.h - + libs/c++abi/src/stdlib_exception.cpp - + libs/c++abi/src/stdlib_new_delete.cpp - + libs/c++abi/src/stdlib_stdexcept.cpp - + libs/c++abi/src/stdlib_typeinfo.cpp - libs/fluidsynth/Makefile.in - libs/fluidsynth/glib.h - libs/fluidsynth/src/rvoice/fluid_adsr_env.h - libs/fluidsynth/src/rvoice/fluid_iir_filter.c - libs/fluidsynth/src/rvoice/fluid_iir_filter.h - libs/fluidsynth/src/rvoice/fluid_lfo.h - libs/fluidsynth/src/rvoice/fluid_phase.h - libs/fluidsynth/src/rvoice/fluid_rev.c - libs/fluidsynth/src/rvoice/fluid_rvoice.c - libs/fluidsynth/src/rvoice/fluid_rvoice.h - libs/fluidsynth/src/rvoice/fluid_rvoice_dsp.c → libs/fluidsynth/src/rvoice/fluid_rvoice_dsp.cpp - libs/fluidsynth/src/sfloader/fluid_sfont.h - libs/fluidsynth/src/synth/fluid_synth.c - libs/fluidsynth/src/synth/fluid_synth.h - libs/fluidsynth/src/synth/fluid_voice.c - libs/fluidsynth/src/utils/fluid_conv.c - libs/fluidsynth/src/utils/fluid_conv.h - libs/fluidsynth/src/utils/fluid_sys.h - + libs/unwind/LICENSE.TXT - + libs/unwind/Makefile.in - + libs/unwind/include/__libunwind_config.h - + libs/unwind/include/libunwind.h - + libs/unwind/include/mach-o/compact_unwind_encoding.h - + libs/unwind/include/unwind.h - + libs/unwind/src/AddressSpace.hpp - + libs/unwind/src/CompactUnwinder.hpp - + libs/unwind/src/DwarfInstructions.hpp - + libs/unwind/src/DwarfParser.hpp - + libs/unwind/src/EHHeaderParser.hpp - + libs/unwind/src/RWMutex.hpp - + libs/unwind/src/Registers.hpp - + libs/unwind/src/Unwind-EHABI.h - + libs/unwind/src/Unwind-seh.cpp - + libs/unwind/src/Unwind-sjlj.c - + libs/unwind/src/UnwindCursor.hpp - + libs/unwind/src/UnwindLevel1-gcc-ext.c - + libs/unwind/src/UnwindLevel1.c - + libs/unwind/src/UnwindRegistersRestore.S - + libs/unwind/src/UnwindRegistersSave.S - + libs/unwind/src/assembly.h - + libs/unwind/src/config.h - + libs/unwind/src/dwarf2.h - + libs/unwind/src/libunwind.cpp - + libs/unwind/src/libunwind_ext.h - tools/makedep.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/abe30af27faf0b4049697119d39081... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/abe30af27faf0b4049697119d39081... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)