summaryrefslogtreecommitdiff
path: root/external/lpsolve/UnpackedTarball_lpsolve.mk
blob: 3d17c0e9b9285911b5fdc08ba11e653e3662d23a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_UnpackedTarball_UnpackedTarball,lpsolve))

$(eval $(call gb_UnpackedTarball_set_tarball,lpsolve,$(LPSOLVE_TARBALL)))

$(eval $(call gb_UnpackedTarball_set_patchlevel,lpsolve,3))

ifeq ($(OS_FOR_BUILD),WNT)

$(eval $(call gb_UnpackedTarball_set_patchflags,lpsolve,--binary))
$(eval $(call gb_UnpackedTarball_add_patches,lpsolve,\
	external/lpsolve/lp_solve_5.5-windows.patch \
))

else

$(eval $(call gb_UnpackedTarball_add_patches,lpsolve,\
	external/lpsolve/lp_solve-aix.patch \
	external/lpsolve/lp_solve-fixed-warn.patch \
	external/lpsolve/lp_solve_5.5.patch \
	external/lpsolve/lpsolve-ubsan.patch.0 \
))

$(eval $(call gb_UnpackedTarball_add_file,lpsolve,lpsolve55/ccc.static,external/lpsolve/ccc.static))

endif
# vim: set noet sw=4 ts=4:


mmandinfoprovider.cxx?h=cd-5.3-27&id=0cd2250b7c3e0cfed297590f0cb07dab4c8df1d4'>Add IsExperimental method to CommandInfoProviderSamuel Mehrbrodt Change-Id: I827ae6db25a1df9f25b58ca122e39dc9cb4b0652 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e 2016-07-27improve passstuffbyref return analysisNoel Grandin Change-Id: I4258bcc97273d8bb7a8c4879fac02a427f76e18c Reviewed-on: https://gerrit.libreoffice.org/27317 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-07-13Make TooltipLabel default to PopupLabelSamuel Mehrbrodt Because we often have similiar tooltip and menu names. Change-Id: I0ab66269b0b1f2985f23cf92289b3da69b6ddfd3 Reviewed-on: https://gerrit.libreoffice.org/27186 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> 2016-04-15tdf#95845 Use CommandInfoProvider in formsSamuel Mehrbrodt Change-Id: I697f8c442cc4db7b38601c32fb71e0201f145354 Reviewed-on: https://gerrit.libreoffice.org/24106 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> 2016-03-21Need to get the shortcut of the real commandMaxim Monastirsky ... as command alias can't have one by itself. That's the same we do for menus. Change-Id: I555a41282001300fa9aa0e585c073656789c4ebd 2016-03-14tdf#95845 Use CommandInfoProvider to receive UNO command labelsSusobhan Ghosh Added GetCommandPropertyFromModule to CommandInfoProvider. Removed GetCommandText. Change-Id: Ie987984b6465d540029196df371c0c0467999a59 Reviewed-on: https://gerrit.libreoffice.org/22918 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> 2016-02-28tdf#84258 Allow creation of command aliasesMaxim Monastirsky We already can use different labels for commands, based on whether they're in a menu, context menu or a toolbar. But in some cases we need different labels for the same type of UI element, or even different icons. One example is page/slide commands in Draw/Impress, as they share same commands, but need different icons/labels. Creating full-fledged duplicate slots just to satisfy the need of UI representation seems like overkill, and isn't flexible enough. The proposed solution is to allow creation of command entries, that do not correspond to real application slots, but instead link to another existing commands. The "real" commands will be used for controller factory and dispatch (execute/status) APIs, thus fully retaining functionality. This can be useful also for giving icons to complex commands (i.e. commands with arguments). Change-Id: I9b261b406ec8fc781cae06cf283963386379d4ad 2016-02-26loplugin:unuseddefaultparms in include/vcl (part2)Noel Grandin including a fix for a rather glaring bug in BitmapTools.cxx Change-Id: Id9db990b993cfeea9039c5fbaaa91996adeae22a Reviewed-on: https://gerrit.libreoffice.org/22713 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-12-08Move icon rotation/flip handling from ToolbarManager to vcl's ToolbarSamuel Mehrbrodt This enables rotatad/flipped icons in the Sidebar and other non-toolbar places (tdf#85767) Change-Id: I034394ae6f9b8d91ef5a376a43eda587098f064e Reviewed-on: https://gerrit.libreoffice.org/20403 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> 2015-11-27mutex used in post-main dtorCaolán McNamara Change-Id: Ia4f4def1fd58d82a7c994114e45a36227269671c 2015-11-18Remove unused toolbaritem propertiesSamuel Mehrbrodt The following properties have been removed: toolbar:bitmap toolbar:property toolbar:width toolbar:userdefined This should have no impact on existing functionality or AddOns, since these properties were not in use. Change-Id: I07574f8102648ee0713379be8cb0b605d2c76364 2015-11-17Need to re-init CommandInfoProvider when component changesMaxim Monastirsky Otherwise many toolbar/menubar labels are missing when starting any component from the start center. Change-Id: I49d009431ae3d1003e5ff395265409b3a5641707 2015-11-17tdf#95845 Add methods for menu labels to CommandInfoProviderSamuel Mehrbrodt Change-Id: Ibf6a26940ec194f540255584776f8ebcefbb94ae 2015-11-17-Werror=maybe-uninitializedStephan Bergmann Change-Id: I2c5626c0fd0244da46157ba286b4c08e4f73944f 2015-11-17tdf#95845 Use CommandInfoProvider to receive command propertiesSamuel Mehrbrodt Change-Id: I41f9a661b7a5b355e50910d7f58f0d9d55dc62a6 2015-11-16Move functionality to retrieve command image to CommandInfoProviderSamuel Mehrbrodt Change-Id: I79c22e0507c5eba8b5e28721de3279131aececc9 2015-11-16Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt Change-Id: If7e3ef81cad8974bc54f359096e3ecc700fa62d6 Reviewed-on: https://gerrit.libreoffice.org/19984 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>