ReactOS Project - reactos.git/atom - reactos/base/system/format/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 2017-10-03T07:45:34Z gitweb 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] reactos/base/system/format/CMakeLists.txt
[CONUTILS]: Remove that overengineered splitted library stuff, and just rely on the... 2016-11-03T15:47:45Z Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org 2016-11-03T15:47:45Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=79c7b07668e576854c120f6e5a2e82c0b90427bd
[CONUTILS]: Remove that overengineered splitted library stuff, and just rely on the splitting of the source code files instead. This is simpler and does the same job as I wanted to do initially (thanks Amine and Thomas for the feedback).
CORE-10504 #resolve
[APPS]: Use again just the conutils library.
The effect of these two modifications above is to partly revert r73024 (the code splitting remains on the contrary).
[CMAKE]: Remove the "evil workaround" (revert r73027). See CORE-12206 for more details.

svn path=/trunk/; revision=73110
  • [D] reactos/base/system/format/CMakeLists.txt
[CONUTILS] 2016-10-22T21:54:29Z Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org 2016-10-22T21:54:29Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=eb198b854d56f6246cb2b09ff072f0729fe163d3
[CONUTILS]
- Introduce new functionalities related to console streams, a console screen management api (almost stubbed), a console pager api (adapted from code from CMD). This new functionality will be used in the future. See CORE-10504 for more details.
- As this library is therefore growing up, split it in small parts (sublibraries) that can be used, with the following dependency scheme: base utils (standalone); streams depending on base; screen depending on streams; pager depending on screen.

[APPS]: As a result, modify the CMakeLists of the different apps that use conutils to make them depend on the correct sublibrary.

svn path=/trunk/; revision=73024
  • [D] reactos/base/system/format/CMakeLists.txt
[CACLS][CLIP][COMP][HELP][LOGOFF][SHUTDOWN][CHKDSK][FORMAT][SUBST] 2016-10-07T20:37:36Z Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org 2016-10-07T20:37:36Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bc065fb271d78135302f106bb6be38d4ea32e2f7
[CACLS][CLIP][COMP][HELP][LOGOFF][SHUTDOWN][CHKDSK][FORMAT][SUBST]
Make those command tools use the console uilities library, aka. solve all those problems of wrong characters on the console...
Nitpickers may notice that at some places, the usage of a "Puts"-like function would be better than Printf. Don't worry, I'm on it, it's for another commit.
CORE-10504
CORE-11909 #resolve

svn path=/trunk/; revision=72928
  • [D] reactos/base/system/format/CMakeLists.txt
[SDK] One step further towards ReactOS source code tree restructure: the sdk folder... 2016-04-20T12:36:25Z Amine Khaldi amine.khaldi@reactos.org Amine Khaldi amine.khaldi@reactos.org 2016-04-20T12:36:25Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=08a0346e9f1cf3b50370b9274e6d15d5ebb5a34d
[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/base/system/format/CMakeLists.txt
[FORMAT] 2016-03-04T16:26:57Z Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org 2016-03-04T16:26:57Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=dc17af93ed24d3b19a824770d4de688c3b02448f
[FORMAT]
- Completely reunicodify the application. CORE-9369
- Add back the original copyright/author information.

svn path=/trunk/; revision=70916
  • [D] reactos/base/system/format/CMakeLists.txt
[CMAKE] 2014-10-17T23:28:29Z Amine Khaldi amine.khaldi@reactos.org Amine Khaldi amine.khaldi@reactos.org 2014-10-17T23:28:29Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2bdcf8789d3e537638ad61dd6137c565a92f7249
[CMAKE]
* Make the minimum required version 2.8.
* Remove redundant psdk dependencies.
* Tidy up CMake files.

svn path=/trunk/; revision=64795
  • [D] reactos/base/system/format/CMakeLists.txt
[FORMAT] 2014-03-23T01:16:19Z Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org 2014-03-23T01:16:19Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=65ce2df6dfab92a40d480d0fd1f64b9a77afa6f4
[FORMAT]
As mode and more, format is a false .com (for compatibility purposes).

svn path=/trunk/; revision=62548
  • [D] reactos/base/system/format/CMakeLists.txt
[CMAKE] 2012-12-22T10:47:06Z Amine Khaldi amine.khaldi@reactos.org Amine Khaldi amine.khaldi@reactos.org 2012-12-22T10:47:06Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9c783fd0dffa0e0dcebe1637162f808e8189e802
[CMAKE]
* Remove unneeded set_rc_compiler.

svn path=/trunk/; revision=57966
  • [D] reactos/base/system/format/CMakeLists.txt
[CMAKE] 2011-06-13T15:31:11Z Amine Khaldi amine.khaldi@reactos.org Amine Khaldi amine.khaldi@reactos.org 2011-06-13T15:31:11Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7c3e144a2ce5339077651f8474930a89e6a88450
[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/base/system/format/CMakeLists.txt
[CMAKE] 2011-05-16T13:12:07Z Timo Kreuzer timo.kreuzer@reactos.org Timo Kreuzer timo.kreuzer@reactos.org 2011-05-16T13:12:07Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fae2044a23d373a0a217567d751aed87122ebbb6
[CMAKE]
Integrate cmake stuff into trunk
Only files added.

svn path=/trunk/; revision=51783
  • [D] reactos/base/system/format/CMakeLists.txt