-
- Downloads
An error occurred while fetching merge requests data.
First step to port ROOT on Windows 64 bit (#7759)
* First step to port ROOT on Windows 64 bit - Introduce the Win64 option and flags in the CMake build system - Introduce the new `Longptr_t` and `ULongptr_t` types to hold a pointer (4 bytes on Win32 and 8 bytes on Win64), aimed to replace the `Long_t` and `ULong_t` used to cast pointers, and being both 4 bytes on Windows. Their values will not change on other platforms (`Long_t` and `ULong_t`) for backward compatibility - Add the 64 bit export symbols in `core/metacling/src/CMakeLists.txt` - Add the 64 bit version of lzma (xz-5.2.4-win64.tar.gz) * Add forgotten semicolons
Showing
- build/win/w32pragma.h 8 additions, 1 deletionbuild/win/w32pragma.h
- cmake/modules/SearchInstalledSoftware.cmake 9 additions, 2 deletionscmake/modules/SearchInstalledSoftware.cmake
- cmake/modules/SetUpWindows.cmake 10 additions, 5 deletionscmake/modules/SetUpWindows.cmake
- cmake/scripts/compiledata.win32.in 6 additions, 1 deletioncmake/scripts/compiledata.win32.in
- core/CMakeLists.txt 1 addition, 1 deletioncore/CMakeLists.txt
- core/dictgen/src/rootcling_impl.cxx 4 additions, 0 deletionscore/dictgen/src/rootcling_impl.cxx
- core/foundation/inc/ROOT/RConfig.hxx 8 additions, 0 deletionscore/foundation/inc/ROOT/RConfig.hxx
- core/foundation/inc/RtypesCore.h 4 additions, 0 deletionscore/foundation/inc/RtypesCore.h
- core/lzma/src/xz-5.2.4-win64.tar.gz 0 additions, 0 deletionscore/lzma/src/xz-5.2.4-win64.tar.gz
- core/metacling/src/CMakeLists.txt 89 additions, 7 deletionscore/metacling/src/CMakeLists.txt
- interpreter/CMakeLists.txt 1 addition, 1 deletioninterpreter/CMakeLists.txt
- math/unuran/CMakeLists.txt 1 addition, 1 deletionmath/unuran/CMakeLists.txt
Loading
Please register or sign in to comment