/* * General configuration settings for various options. */ #ifndef CONFIG_OPTIONS_H #define CONFIG_OPTIONS_H /* * Whether we want to link as many object files as possible into one big object. * True in case of --enable-lto or --enable-mergelibs. */ #define STATIC_LINKING 0 #define ENABLE_RUNTIME_OPTIMIZATIONS 0 #endif ead>
summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection/crbase.cxx
AgeCommit message (Expand)Author
2022-06-27clang-tidy modernize-pass-by-value in stocNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: stocStephan Bergmann
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen
2018-06-15stoc: replace double-checked locking with static initializersJochen Nitschke
2018-01-15More loplugin:cstylecast: stocStephan Bergmann
2017-11-04Replace lists by vectors (stoc)Julien Nabet
2017-04-03use actual UNO enums in reportdesign..svtoolsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-23use rtl::Reference in stocNoel Grandin
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2014-05-22stoc: convert TEST_LIST_CLASSES case alsoThomas Arnhold
2014-05-22stoc: make use of css aliasThomas Arnhold
2014-05-22stoc: remove using namespace from headersThomas Arnhold
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from stocAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms