ReactOS Project - reactos.git/atom - dll/3rdparty/libxslt/CMakeLists.txt history A free Windows-compatible Operating System https://git.reactos.org/?p=reactos.git ReactOS Project static/git-favicon.png static/git-logo.png 2022-05-26T22:37:34Z gitweb [CMAKE] Elimitate the use of GCC and CLANG variables 2022-05-25T22:37:23Z Victor Perevertkin victor.perevertkin@reactos.org Victor Perevertkin victor.perevertkin@reactos.org 2022-05-25T22:37:23Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f155b9377f4e8b32d93787a27924e0860e57dbf8
[CMAKE] Elimitate the use of GCC and CLANG variables
  • [D] dll/3rdparty/libxslt/CMakeLists.txt
Apply suggestions from code review 2020-10-16T13:57:20Z Jérôme Gardou zefklop@users.noreply.github.com Jérôme Gardou zefklop@users.noreply.github.com 2020-10-16T13:57:20Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ab825334dd321e24338c583835eb7b0b9e9add2d
Apply suggestions from code review

Beautification and clarity

Co-authored-by: Victor Perevertkin <victor@perevertkin.ru>
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
  • [D] dll/3rdparty/libxslt/CMakeLists.txt
[CMAKE] Get rid of add_compile_flags 2020-09-21T10:16:02Z Jérôme Gardou jerome.gardou@reactos.org Jérôme Gardou zefklop@users.noreply.github.com 2020-09-21T10:16:02Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=00ed72d7e850a5bfec98023ad3821a81a5f77ccc
[CMAKE] Get rid of add_compile_flags

Use add_compile_options and the like instead
  • [D] dll/3rdparty/libxslt/CMakeLists.txt
[CMAKE] Remove obsolete 'CMAKE_CXX_COMPILER_VERSION' checks (#2981) 2020-07-18T13:37:29Z Serge Gautherie 32623169+SergeGautherie@users.noreply.github.com GitHub noreply@github.com 2020-07-18T13:37:29Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b50965828002f6e916800ffd06f139db93c685e4
[CMAKE] Remove obsolete 'CMAKE_CXX_COMPILER_VERSION' checks (#2981)

Following upgrade to RosBE 2.2.0 support and GCC 8.4.
  • [D] dll/3rdparty/libxslt/CMakeLists.txt
[CMAKE] Replace custom functions to built-in ones 2020-04-16T12:59:38Z Victor Perevertkin victor.perevertkin@reactos.org Victor Perevertkin victor.perevertkin@reactos.org 2020-04-16T12:59:38Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7e069ccdb2eeb28b420375270409d595efb86b14
[CMAKE] Replace custom functions to built-in ones
add_target_compile_definitions -> target_compile_definitions
add_target_compile_flags -> target_compile_options
add_target_include_directories -> target_include_directories
  • [D] dll/3rdparty/libxslt/CMakeLists.txt
[LIBXSLT] Disable misleading-indentation warnings 2019-04-28T19:35:13Z Timo Kreuzer timo.kreuzer@reactos.org Hervé Poussineau hpoussin@reactos.org 2019-04-28T19:35:13Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=51fbf9e8c0087ddcdc23bdd347ecad88ee5fc771
[LIBXSLT] Disable misleading-indentation warnings

Fixes GCC 8 warning:
dll/3rdparty/libxslt/security.c:358:5: error: this 'else' clause does not guard... [-Werror=misleading-indentation]
     else
     ^~~~
dll/3rdparty/libxslt/security.c:365:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  if (ret <= 0) {
  ^~
  • [D] dll/3rdparty/libxslt/CMakeLists.txt
[CMAKE] Use modules instead of shared libraries 2019-03-20T13:19:48Z Jérôme Gardou jerome.gardou@reactos.org Jérôme Gardou zefklop@users.noreply.github.com 2019-03-20T13:19:48Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=23373acbb9b5356422657fa8448d2a18270847e2
[CMAKE] Use modules instead of shared libraries

There is no need to compile our DLLs as shared libraries since we are
managing symbols exports and imports through spec files.

On my system, this reduces the configure-time by a factor of two.
  • [D] dll/3rdparty/libxslt/CMakeLists.txt
[LIBXSLT] Better highlight some ROS diffs. CORE-14291 2018-02-04T14:51:19Z Thomas Faber thomas.faber@reactos.org Thomas Faber thomas.faber@reactos.org 2018-02-04T14:51:19Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5c72e50fd01591539dbb37f4df61f42285b488dd
[LIBXSLT] Better highlight some ROS diffs. CORE-14291
  • [D] dll/3rdparty/libxslt/CMakeLists.txt
[CMAKE/CLANG-CL] Silence some clang-cl warnings in consistency with our gcc build. 2017-12-03T22:30:10Z Amine Khaldi amine.khaldi@reactos.org Amine Khaldi amine.khaldi@reactos.org 2017-12-03T22:30:10Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=00124d1b1ad0ff51d6ce1eb868ecb57aca481cdd
[CMAKE/CLANG-CL] Silence some clang-cl warnings in consistency with our gcc build.
  • [D] dll/3rdparty/libxslt/CMakeLists.txt
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers... 2017-10-03T07:45:34Z Colin Finck colin@reactos.org Colin Finck colin@reactos.org 2017-10-03T07:45:34Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c2c66aff7dacc62d125f2cd61d1167e9a2aa3fd6
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
  • [D] dll/3rdparty/libxslt/CMakeLists.txt