Revision tags: 0.4.14-release |
|
#
ed615122 |
| 18-Sep-2020 |
Jérôme Gardou <jerome.gardou@reactos.org> |
[CMAKE] Get rid of add_compile_flags_language macro
in favor of add_compile_options and the like with generator expressions Also take this as an opportunity to remove the C++11 standard hack, GCC 8
[CMAKE] Get rid of add_compile_flags_language macro
in favor of add_compile_options and the like with generator expressions Also take this as an opportunity to remove the C++11 standard hack, GCC 8 now defaults to C++14
show more ...
|
#
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 ...
|
#
139a3d66 |
| 09-May-2020 |
Amine Khaldi <amine.khaldi@reactos.org> |
[CMAKE] Implement PCH builds with target_precompile_headers. CORE-16905
|
Revision tags: 0.4.15-dev, 0.4.14-RC, 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
|
#
23373acb |
| 20-Mar-2019 |
Jérôme Gardou <jerome.gardou@reactos.org> |
[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 red
[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.
show more ...
|
Revision tags: 0.4.11-release, 0.4.11-RC, 0.4.12-dev |
|
#
c73d8c64 |
| 12-Nov-2018 |
Giannis Adamopoulos <gadamopoulos@reactos.org> |
[NETSHELL] Use ATL
|
Revision tags: 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, 0.4.7-release, v0.4.7, 0.4.8-dev, 0.4.7-rc1 |
|
#
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.
|
Revision tags: backups/GSoC_2017/rapps@75905, ReactOS-0.4.6, backups/ros-branch-0_4_6@75728, 0.4.7-dev, ReactOS-0.4.5, backups/ros-branch-0_4_5@74569, ReactOS-0.4.4-CLT2017, backups/ReactOS-0.4.4-CLT2017@74182, ReactOS-0.4.4, backups/ros-branch-0_4_4@74002, ReactOS-0.4.4-FOSDEM2017, backups/ReactOS-0.4.4-FOSDEM2017@73667, ReactOS-0.4.3, backups/ros-branch-0_4_3@73437, backups/sndblst@72664, ReactOS-0.4.2, backups/ros-branch-0_4_2@73087, ReactOS-0.4.1, backups/ros-branch-0_4_1@71718 |
|
#
321bcc05 |
| 24-Apr-2016 |
Pierre Schweitzer <pierre@reactos.org> |
Create the AHCI branch for Aman's work
svn path=/branches/GSoC_2016/AHCI/; revision=71203
|