History log of /reactos/dll/win32/browseui/shellbars/CMakeLists.txt (Results 1 – 11 of 11)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 0.4.14-release
# 74ec94e1 09-Apr-2021 Victor Perevertkin <victor.perevertkin@reactos.org>

[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


# 907025a0 18-Sep-2020 Jérôme Gardou <jerome.gardou@reactos.org>

[CMAKE] Introduce the atl_classes interface library

This takes care of adding the relvant include directory and the _ATL_NO_EXCEPTIONS define, if needed


# d6ea8659 18-Sep-2020 Jérôme Gardou <jerome.gardou@reactos.org>

[CMAKE] Get rid of the set_cpp macro

Instead of messing with global variables and the like, we introduce two target properties:
- WITH_CXX_EXCEPTIONS: if you want to use C++ exceptions
- WITH_CXX_

[CMAKE] Get rid of the set_cpp macro

Instead of messing with global variables and the like, we introduce two target properties:
- WITH_CXX_EXCEPTIONS: if you want to use C++ exceptions
- WITH_CXX_RTTI: if you need RTTI in your module
You can use the newly introduced set_target_cpp_properties function, with WITH_EXCEPTIONS and WITH_RTTI arguments
We also introduce two libraries :
- cpprt: for C++ runtime routines
- cppstl: for the C++ standard template library

NB: On GCC, this requires to create imported libraries with the related built-in libraries:libsupc++, limingwex, libstdc++

Finally, we manage the relevant flags with the ad-hoc generator expressions

So, if you don't need exceptions, nor RTTI, nor use any runtime at all: you simply have nothing else to do than add your C++ file to your module

show more ...


# 18559136 06-Jun-2020 Thomas Faber <thomas.faber@reactos.org>

[SHELLBARS] Add missing psdk dependency.


Revision tags: 0.4.15-dev, 0.4.14-RC
# 7e069ccd 16-Apr-2020 Victor Perevertkin <victor.perevertkin@reactos.org>

[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 -> tar

[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

show more ...


Revision tags: 0.4.13-release, 0.4.14-dev, 0.4.13-RC, 0.4.12-release, 0.4.12-RC, 0.4.13-dev
# 9824a015 06-Apr-2019 Mark Jansen <mark.jansen@reactos.org>

[ATL] Retire atlnew


Revision tags: 0.4.11-release, 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC, 0.4.9-release, 0.4.10-dev, 0.4.9-RC, 0.4.8-release, 0.4.8-RC, 0.4.9-dev
# b3544fd0 09-Dec-2017 Amine Khaldi <amine.khaldi@reactos.org>

[BROWSEUI/SHELLBARS] Add a PCH.


Revision tags: 0.4.7-release, v0.4.7
# 09c06a2f 27-Oct-2017 Amine Khaldi <amine.khaldi@reactos.org>

[CLANG-CL] Initial commit that allows us to compile ReactOS with clang-cl.


Revision tags: 0.4.8-dev, 0.4.7-rc1
# 143c3060 22-Oct-2017 Giannis Adamopoulos <gadamopoulos@reactos.org>

[BROWSEUI] CBandSiteMenu: Use CSimpleArray and CComHeapPtr.


# f0f1e5ff 16-Oct-2017 Giannis Adamopoulos <johnyadams@outlook.com>

[QCKLNCH] Remove qcklnch (#61)

- Move CIFSBand to the shellbars static lib which is linked to browseui and rshell.
- Move CQuickLaunchBand to rshell.
- Make nescessary adjustments so that they can

[QCKLNCH] Remove qcklnch (#61)

- Move CIFSBand to the shellbars static lib which is linked to browseui and rshell.
- Move CQuickLaunchBand to rshell.
- Make nescessary adjustments so that they can both be registered and instantiated.

show more ...


# c2c66aff 03-Oct-2017 Colin Finck <colin@reactos.org>

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.