ReactOS Project - reactos.git/rss - dll/3rdparty/libxslt/CMakeLists.txt history https://git.reactos.org/?p=reactos.git;a=history;f=dll/3rdparty/libxslt/CMakeLists.txt A free Windows-compatible Operating System en ReactOS Project static/git-logo.png ReactOS Project - reactos.git/rss - dll/3rdparty/libxslt/CMakeLists.txt history https://git.reactos.org/?p=reactos.git;a=history;f=dll/3rdparty/libxslt/CMakeLists.txt Thu, 26 May 2022 22:37:34 +0000 Thu, 26 May 2022 22:37:34 +0000 gitweb v.2.17.1/2.17.1 [CMAKE] Elimitate the use of GCC and CLANG variables Victor Perevertkin <victor.perevertkin@reactos.org> Wed, 25 May 2022 22:37:23 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f155b9377f4e8b32d93787a27924e0860e57dbf8 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f155b9377f4e8b32d93787a27924e0860e57dbf8 [CMAKE] Elimitate the use of GCC and CLANG variables [CMAKE] Elimitate the use of GCC and CLANG variables
  • [D] dll/3rdparty/libxslt/CMakeLists.txt
]]>
Apply suggestions from code review Jérôme Gardou <zefklop@users.noreply.github.com> Fri, 16 Oct 2020 13:57:20 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ab825334dd321e24338c583835eb7b0b9e9add2d https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ab825334dd321e24338c583835eb7b0b9e9add2d Apply suggestions from code review 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 Jérôme Gardou <jerome.gardou@reactos.org> Mon, 21 Sep 2020 10:16:02 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=00ed72d7e850a5bfec98023ad3821a81a5f77ccc https://git.reactos.org/?p=reactos.git;a=commitdiff;h=00ed72d7e850a5bfec98023ad3821a81a5f77ccc [CMAKE] Get rid of add_compile_flags [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) Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> Sat, 18 Jul 2020 13:37:29 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b50965828002f6e916800ffd06f139db93c685e4 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b50965828002f6e916800ffd06f139db93c685e4 [CMAKE] Remove obsolete 'CMAKE_CXX_COMPILER_VERSION' checks (#2981) [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 Victor Perevertkin <victor.perevertkin@reactos.org> Thu, 16 Apr 2020 12:59:38 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7e069ccdb2eeb28b420375270409d595efb86b14 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7e069ccdb2eeb28b420375270409d595efb86b14 [CMAKE] Replace custom functions to built-in ones [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 Timo Kreuzer <timo.kreuzer@reactos.org> Sun, 28 Apr 2019 19:35:13 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=51fbf9e8c0087ddcdc23bdd347ecad88ee5fc771 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=51fbf9e8c0087ddcdc23bdd347ecad88ee5fc771 [LIBXSLT] Disable misleading-indentation warnings [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 Jérôme Gardou <jerome.gardou@reactos.org> Wed, 20 Mar 2019 13:19:48 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=23373acbb9b5356422657fa8448d2a18270847e2 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=23373acbb9b5356422657fa8448d2a18270847e2 [CMAKE] Use modules instead of shared libraries [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 Thomas Faber <thomas.faber@reactos.org> Sun, 4 Feb 2018 14:51:19 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5c72e50fd01591539dbb37f4df61f42285b488dd https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5c72e50fd01591539dbb37f4df61f42285b488dd [LIBXSLT] Better highlight some ROS diffs. CORE-14291 [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. Amine Khaldi <amine.khaldi@reactos.org> Sun, 3 Dec 2017 22:30:10 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=00124d1b1ad0ff51d6ce1eb868ecb57aca481cdd 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. [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... Colin Finck <colin@reactos.org> Tue, 3 Oct 2017 07:45:34 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c2c66aff7dacc62d125f2cd61d1167e9a2aa3fd6 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c2c66aff7dacc62d125f2cd61d1167e9a2aa3fd6 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers... Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
  • [D] dll/3rdparty/libxslt/CMakeLists.txt
]]>