summaryrefslogtreecommitdiff
path: root/Kconfig
blob: c13f48d65898487105f0193667648382c90d0eda (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
5.0'>distro/collabora/cp-5.0 main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/vcl/workben/icontest.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-11-15Remove unused header path: vcl workben makefilesHossein1-2/+0
2020-12-08remove more no longer needed OpenGL-related codeLuboš Luňák1-2/+0
2020-06-23FixedBitmap can be in a toolkit only headerCaolán McNamara1-1/+1
2020-05-08split button.hxx into toolkit-only pieceCaolán McNamara1-1/+1
2020-02-14move dialog.hxx to vcl/include/toolkitCaolán McNamara1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-2/+6
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-2/+1
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen1-0/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-19loplugin:unusedmethodsNoel Grandin1-1/+0
2018-05-31drop Graphic::GetBitmapNoel Grandin1-1/+1
2018-05-30Bitmap->BitmapEx in FixedBitmapNoel Grandin1-3/+3
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-4/+4
2017-10-05loplugin:finalclasses in vclNoel Grandin1-3/+0
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2016-12-13change from glew to epoxyCaolán McNamara1-2/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-1/+1
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-2/+2
2015-04-20vcl: convert new to ::CreateMichael Meeks1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-2/+3
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-11-10loplugin:unreffunStephan Bergmann1-1/+0
2014-11-10icontest: remove hand-coded opengl path.Michael Meeks1-214/+4
2014-10-23Include <iostream> explicitlyTor Lillqvist1-0/+1
2014-10-17coverity#1247652 Uninitialized scalar fieldCaolán McNamara1-2/+4
2014-10-17coverity#1247651 Uninitialized pointer fieldCaolán McNamara1-2/+4
2014-10-13Quit after 100 roundsTor Lillqvist1-3/+13
2014-10-13Make the image continuously resize back and forth in both casesTor Lillqvist1-42/+52
2014-10-10Print out the timing results unconditionallyTor Lillqvist1-2/+2
2014-10-10Add some silly looping and timingTor Lillqvist1-3/+28
2014-10-10More hacking on 'icontest'Tor Lillqvist1-173/+171
2014-10-10Build icontest for Windows, tooTor Lillqvist1-4/+4
2014-10-10Add informative comment, and use 'auto' in a couple of places where sensibleTor Lillqvist1-2/+11
2014-10-08More hacking on the 'icontest' test programTor Lillqvist1-51/+135
2014-10-08Store the image bitmaps in MyWorkWindow in the OpenGL caseTor Lillqvist1-12/+3
2014-10-08vcl: make IconTestApp build with gcc 4.6Michael Stahl1-0/+2
2014-10-08ISO C++ forbids in-class initialization of non-const static member 'nRet'Tor Lillqvist1-1/+3
2014-10-08Add a start on a "temporary" test prog for traditional vcl vs. OpenGLTor Lillqvist1-0/+294