ReactOS Project - reactos.git/rss - reactos/lib/3rdparty/libxml2/CMakeLists.txt history https://git.reactos.org/?p=reactos.git;a=history;f=reactos/lib/3rdparty/libxml2/CMakeLists.txt A free Windows-compatible Operating System en ReactOS Project static/git-logo.png ReactOS Project - reactos.git/rss - reactos/lib/3rdparty/libxml2/CMakeLists.txt history https://git.reactos.org/?p=reactos.git;a=history;f=reactos/lib/3rdparty/libxml2/CMakeLists.txt Wed, 20 Apr 2016 12:36:25 +0000 Wed, 20 Apr 2016 12:36:25 +0000 gitweb v.2.17.1/2.17.1 [SDK] One step further towards ReactOS source code tree restructure: the sdk folder... Amine Khaldi <amine.khaldi@reactos.org> Wed, 20 Apr 2016 12:36:25 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=08a0346e9f1cf3b50370b9274e6d15d5ebb5a34d https://git.reactos.org/?p=reactos.git;a=commitdiff;h=08a0346e9f1cf3b50370b9274e6d15d5ebb5a34d [SDK] One step further towards ReactOS source code tree restructure: the sdk folder... [SDK] One step further towards ReactOS source code tree restructure: the sdk folder that groups includes, libraries and tools. CORE-9111 svn path=/trunk/; revision=71184
  • [D] reactos/lib/3rdparty/libxml2/CMakeLists.txt
]]>
[LIBXML] Thomas Faber <thomas.faber@reactos.org> Sun, 18 Oct 2015 08:39:56 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f482f2901bb6db9c1c309a9cc4d84349bfb915ea https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f482f2901bb6db9c1c309a9cc4d84349bfb915ea [LIBXML] [LIBXML] - Fix VS2013 build svn path=/trunk/; revision=69589
  • [D] reactos/lib/3rdparty/libxml2/CMakeLists.txt
]]>
[LIBXML] Thomas Faber <thomas.faber@reactos.org> Sun, 18 Oct 2015 08:32:42 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7e0e34055450f3d6077f7079f23171dcffcea6b0 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7e0e34055450f3d6077f7079f23171dcffcea6b0 [LIBXML] [LIBXML] - Fix MSVC incompatible declaration warning - Silence MSVC unused variable warnings - Get config.h slightly more in sync with upstream svn path=/trunk/; revision=69588
  • [D] reactos/lib/3rdparty/libxml2/CMakeLists.txt
]]>
[LIBXML2] Actually, the VS build has the /wd4189 flag before /we4189 rendering it... Amine Khaldi <amine.khaldi@reactos.org> Sat, 5 Sep 2015 14:29:27 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a0673404ef8e3c16a65bc29152bc55f865365f14 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a0673404ef8e3c16a65bc29152bc55f865365f14 [LIBXML2] Actually, the VS build has the /wd4189 flag before /we4189 rendering it... [LIBXML2] Actually, the VS build has the /wd4189 flag before /we4189 rendering it useless. Use another approach to silencing it. svn path=/trunk/; revision=69027
  • [D] reactos/lib/3rdparty/libxml2/CMakeLists.txt
]]>
[CMAKE] Thomas Faber <thomas.faber@reactos.org> Sat, 9 May 2015 22:44:52 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d0fb55f564568957ad9fd7f88e0c270d4235e749 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d0fb55f564568957ad9fd7f88e0c270d4235e749 [CMAKE] [CMAKE] - Enable C4189 (local variable initialized but not referenced) on MSVC builds and make it an error. CORE-9676 #resolve svn path=/trunk/; revision=67607
  • [D] reactos/lib/3rdparty/libxml2/CMakeLists.txt
]]>
[LIBXML2] Amine Khaldi <amine.khaldi@reactos.org> Fri, 18 Apr 2014 19:33:35 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d6098a47bffc3f45678dcc1f93a43b74648c10bf https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d6098a47bffc3f45678dcc1f93a43b74648c10bf [LIBXML2] [LIBXML2] * Update to 2.9.1 * Make use of our iconvc and zlib libs. [LIBXSLT][MSXML3] * Make use of our iconvc and zlib libs. CORE-8079 #resolve svn path=/trunk/; revision=62773
  • [D] reactos/lib/3rdparty/libxml2/CMakeLists.txt
]]>
[WIN-ICONV] Amine Khaldi <amine.khaldi@reactos.org> Wed, 5 Mar 2014 10:42:27 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=47ce544479cb1317538608091989026fddadeaea https://git.reactos.org/?p=reactos.git;a=commitdiff;h=47ce544479cb1317538608091989026fddadeaea [WIN-ICONV] [WIN-ICONV] * Import a library that provides iconv implementation using Win32 API. [LIBXML2][LIBXSLT][MSXML3] * Make use of this library to support Windows-1252 encoding. * Fixes some failed msxml:domdoc tests. CORE-6697 svn path=/trunk/; revision=62423
  • [D] reactos/lib/3rdparty/libxml2/CMakeLists.txt
]]>
[LIBS] Amine Khaldi <amine.khaldi@reactos.org> Sun, 9 Feb 2014 21:43:42 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=110a90536db957b5261e24467a0f2366be1bf21c https://git.reactos.org/?p=reactos.git;a=commitdiff;h=110a90536db957b5261e24467a0f2366be1bf21c [LIBS] [LIBS] * Prepare the CMake scripts for PCH. CORE-7716 svn path=/trunk/; revision=62083
  • [D] reactos/lib/3rdparty/libxml2/CMakeLists.txt
]]>
[LIBXML2] Amine Khaldi <amine.khaldi@reactos.org> Fri, 19 Jul 2013 23:33:08 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4c7178ab1be963e1873714c68dd5b83657327707 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4c7178ab1be963e1873714c68dd5b83657327707 [LIBXML2] [LIBXML2] * Disable warnings. svn path=/trunk/; revision=59521
  • [D] reactos/lib/3rdparty/libxml2/CMakeLists.txt
]]>
[LIBXML2] Thomas Faber <thomas.faber@reactos.org> Sat, 9 Feb 2013 14:08:22 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=026838ba4d0988721d212f40a7af568371465dbb https://git.reactos.org/?p=reactos.git;a=commitdiff;h=026838ba4d0988721d212f40a7af568371465dbb [LIBXML2] [LIBXML2] - Sync to 2.9.0 - Let's do this more often in the future so it's less of a pain ^^ CORE-6907 #resolve svn path=/trunk/; revision=58300
  • [D] reactos/lib/3rdparty/libxml2/CMakeLists.txt
]]>
* Revert r57394 as per Mike's request. Amine Khaldi <amine.khaldi@reactos.org> Wed, 26 Sep 2012 19:38:42 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e897519bf856331573ecc0e1d2df8768c5422220 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e897519bf856331573ecc0e1d2df8768c5422220 * Revert r57394 as per Mike's request. * Revert r57394 as per Mike's request. svn path=/trunk/; revision=57395
  • [D] reactos/lib/3rdparty/libxml2/CMakeLists.txt
]]>
[LIB:3RDPARTY] Add iconv. Mike Nordell <tamlin@algonet.se> Wed, 26 Sep 2012 19:18:13 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1f1e85bee60f43450fe97418044fcd77fe04e83a https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1f1e85bee60f43450fe97418044fcd77fe04e83a [LIB:3RDPARTY] Add iconv. [LIB:3RDPARTY] Add iconv. svn path=/trunk/; revision=57394
  • [D] reactos/lib/3rdparty/libxml2/CMakeLists.txt
]]>
[LIBXML2][LIBXSLT] Thomas Faber <thomas.faber@reactos.org> Thu, 24 Nov 2011 14:22:58 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ad36bb50ec942e92b4e1a073e0c182f6d6989e72 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ad36bb50ec942e92b4e1a073e0c182f6d6989e72 [LIBXML2][LIBXSLT] [LIBXML2][LIBXSLT] - Suppress unhelpful warnings svn path=/trunk/; revision=54496
  • [D] reactos/lib/3rdparty/libxml2/CMakeLists.txt
]]>
[CMAKE] Jérôme Gardou <jerome.gardou@reactos.org> Sun, 4 Sep 2011 17:32:30 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e59cf523ac97a09a0b6a7aa573e1a2902dfe6f9e https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e59cf523ac97a09a0b6a7aa573e1a2902dfe6f9e [CMAKE] [CMAKE] - enable -Werror by default on gcc build svn path=/trunk/; revision=53585
  • [D] reactos/lib/3rdparty/libxml2/CMakeLists.txt
]]>
[CMAKE] Amine Khaldi <amine.khaldi@reactos.org> Mon, 13 Jun 2011 15:31:11 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7c3e144a2ce5339077651f8474930a89e6a88450 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7c3e144a2ce5339077651f8474930a89e6a88450 [CMAKE] [CMAKE] * Automatically add _DLL and __USE_CRTIMP definitions when linking to msvcrt. * Separate some flags from definitions (using add_compiler_flags). svn path=/trunk/; revision=52213
  • [D] reactos/lib/3rdparty/libxml2/CMakeLists.txt
]]>
[CMAKE] Timo Kreuzer <timo.kreuzer@reactos.org> Mon, 16 May 2011 13:12:07 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fae2044a23d373a0a217567d751aed87122ebbb6 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fae2044a23d373a0a217567d751aed87122ebbb6 [CMAKE] [CMAKE] Integrate cmake stuff into trunk Only files added. svn path=/trunk/; revision=51783
  • [D] reactos/lib/3rdparty/libxml2/CMakeLists.txt
]]>