1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
Commit graph

16 commits

Author SHA1 Message Date
jules
1e6bbb8da9 Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 2018-07-03 11:51:13 +01:00
ed
2e8ec2a757 Projucer: Remove unused code in CodeBlocksProjectExporter 2018-04-04 16:55:59 +01:00
ed
32789aec6c Projucer: Added getJUCEModules() and getJUCEExporters() methods to MiscUtilities and use getTargetFolderForExporter() for setting exporter's target locations 2018-03-20 13:00:04 +00:00
ed
06773f18bb Projucer: Add C++17 flag to exporters that support it 2018-03-07 09:47:38 +00:00
ed
2d43125a95 Projucer: Cleaned up the exporter code 2018-01-17 12:48:38 +00:00
Noah Dayan
004360b59e Projucer: Added missing tooltip descriptions 2018-01-08 16:44:03 +00:00
ed
b72a626516 Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class 2018-01-05 17:05:20 +00:00
Tom Poole
85040c02e0 Removed the -no-pie linker flag from Linux builds 2017-11-28 13:12:15 +00:00
Tom Poole
f2261faee7 Fixed some bugs in LTO builds 2017-11-21 15:50:40 +00:00
tpoole
3659742a3a Linux: Disabled creating position independent executables for GUI apps 2017-11-03 15:46:29 +00:00
tpoole
af5e219e01 Projucer: Added a Windows target platform option to the Code::Blocks exporter 2017-10-31 11:33:42 +00:00
tpoole
00af141203 CLion: Fixed an issue with module library include paths 2017-10-26 15:22:23 +01:00
tpoole
21315abce4 Projucer: Added beta CLion exporter support 2017-10-19 14:26:12 +01:00
ed
559ff6778b Projucer: Added a link-time optimisation option to all exporters 2017-10-11 16:19:29 +01:00
tpoole
39a6e9ea31 Fixed a path parsing issue in the Code::Blocks Linux exporter 2017-10-08 08:47:58 +01:00
hogliux
54029e776d Projucer: Re-factored source code groups and general code clean-up 2017-09-29 14:55:01 +01:00
Renamed from extras/Projucer/Source/Project Saving/jucer_ProjectExport_CodeBlocks.h (Browse further)