ReactOS Project - reactos.git/rss - drivers/filesystems/reiserfs/CMakeLists.txt history https://git.reactos.org/?p=reactos.git;a=history;f=drivers/filesystems/reiserfs/CMakeLists.txt A free Windows-compatible Operating System en ReactOS Project static/git-logo.png ReactOS Project - reactos.git/rss - drivers/filesystems/reiserfs/CMakeLists.txt history https://git.reactos.org/?p=reactos.git;a=history;f=drivers/filesystems/reiserfs/CMakeLists.txt Fri, 30 Jul 2021 14:14:53 +0000 Fri, 30 Jul 2021 14:14:53 +0000 gitweb v.2.17.1/2.17.1 [REISERFS] Remove the ReiserFS driver Victor Perevertkin <victor.perevertkin@reactos.org> Fri, 23 Jul 2021 18:12:31 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2e2190df57adf5bfbd47d99ee88b01579eecd940 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2e2190df57adf5bfbd47d99ee88b01579eecd940 [REISERFS] Remove the ReiserFS driver [REISERFS] Remove the ReiserFS driver The upstream driver is not maintained and the file system itself is in a semi-abandoned state. Originally imported at e308102f4ab47c3c6a9107c743cbf3ec2c38f690 The driver is written by Mark W Piper, updated by Bo Brantén. ReactOS porting made by Peter Hater and Pierre Schweitzer. Follow updates at http://www.acc.umu.se/~bosse/ FS Recognizer code is left to keep the FS support as an installable driver. CORE-11005
  • [D] drivers/filesystems/reiserfs/CMakeLists.txt
]]>
[CMAKE] Some options are only supported by GCC, don't use them for clang Victor Perevertkin <victor.perevertkin@reactos.org> Fri, 9 Apr 2021 00:58:19 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=74ec94e12c7a4e8c7a6af6dfadc605ec54b46f07 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=74ec94e12c7a4e8c7a6af6dfadc605ec54b46f07 [CMAKE] Some options are only supported by GCC, don't use them for clang [CMAKE] Some options are only supported by GCC, don't use them for clang These are (so far): -Wno-format-overflow -Wno-nonnull-compare -Wno-old-style-declaration -Wno-unused-but-set-variable
  • [D] drivers/filesystems/reiserfs/CMakeLists.txt
]]>
[CMAKE] Get rid of replace_compile_flags Jérôme Gardou <jerome.gardou@reactos.org> Fri, 18 Sep 2020 09:49:18 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7e116f0ef368e8fbd7e87a1ae13f69c4cc8b58c1 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7e116f0ef368e8fbd7e87a1ae13f69c4cc8b58c1 [CMAKE] Get rid of replace_compile_flags [CMAKE] Get rid of replace_compile_flags Introduce a finer-grained remove_target_compile_option instead
  • [D] drivers/filesystems/reiserfs/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] drivers/filesystems/reiserfs/CMakeLists.txt
]]>
[CMAKE] When disabling C4101, explicitly remove the error flag. Thomas Faber <thomas.faber@reactos.org> Mon, 24 Feb 2020 11:36:05 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=80296be1ebd94710a46b0d1963e69bffaa6557b4 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=80296be1ebd94710a46b0d1963e69bffaa6557b4 [CMAKE] When disabling C4101, explicitly remove the error flag. [CMAKE] When disabling C4101, explicitly remove the error flag. Fixes VC2010 build. Addendum to 11ecf5c969b.
  • [D] drivers/filesystems/reiserfs/CMakeLists.txt
]]>
[CRT] Add missing posix error codes Timo Kreuzer <timo.kreuzer@reactos.org> Sun, 28 Apr 2019 09:28:24 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=81bdf4e36023aa9cd7d71ccdb9a6d1d09666406f https://git.reactos.org/?p=reactos.git;a=commitdiff;h=81bdf4e36023aa9cd7d71ccdb9a6d1d09666406f [CRT] Add missing posix error codes [CRT] Add missing posix error codes These are required by latest mingw-w64 stl and we are mixing this with our crt headers. Define _CRT_NO_POSIX_ERROR_CODES in all modules that define their own constants.
  • [D] drivers/filesystems/reiserfs/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] drivers/filesystems/reiserfs/CMakeLists.txt
]]>
[EXT2FS][REISERFS] VSSolution: Actually disable C4189 errors (#540) Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> Tue, 5 Jun 2018 18:16:22 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c1256dda20bbda822865b59262587ae44861fa30 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c1256dda20bbda822865b59262587ae44861fa30 [EXT2FS][REISERFS] VSSolution: Actually disable C4189 errors (#540) [EXT2FS][REISERFS] VSSolution: Actually disable C4189 errors (#540) Multiple "error C4189: '[...]': local variable is initialized but not referenced". Thanks to Yuntian Zhang, who hinted at this in CORE-11836. CORE-11280
  • [D] drivers/filesystems/reiserfs/CMakeLists.txt
]]>
[FS] During 1st stage, disable any FS we don't support install to in order to let... Pierre Schweitzer <pierre@reactos.org> Mon, 18 Dec 2017 07:44:24 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5a650f6ba50a270faf37c36f8054b931dd9b4272 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5a650f6ba50a270faf37c36f8054b931dd9b4272 [FS] During 1st stage, disable any FS we don't support install to in order to let... [FS] During 1st stage, disable any FS we don't support install to in order to let RawFS these volumes. This avoids bloated setup and avoids potential bugs in 3rd party drivers. This is following 806cd1.
  • [D] drivers/filesystems/reiserfs/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] drivers/filesystems/reiserfs/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] drivers/filesystems/reiserfs/CMakeLists.txt
]]>