summaryrefslogtreecommitdiff
path: root/ios/Module_ios.mk
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-06-07 12:23:17 +0200
committerjan Iversen <jani@libreoffice.org>2017-06-07 12:26:24 +0200
commit25a09c8776cc6088a5b2bf13dc84eb386c26bb7e (patch)
tree310cd715b154aa9c7737aefd838ee15cfe0d1eb7 /ios/Module_ios.mk
parent1e30c98eec13b988617332d9f147046c9f80f956 (diff)
iOS, add support for arm64
Added general support for arm64 Removed experimental/prototype from normal build Change-Id: I832256c72fbd408084bc802440343c874e7e6d28
Diffstat (limited to 'ios/Module_ios.mk')
-rw-r--r--ios/Module_ios.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/ios/Module_ios.mk b/ios/Module_ios.mk
index 43839a24cf44..8213054e8717 100644
--- a/ios/Module_ios.mk
+++ b/ios/Module_ios.mk
@@ -12,7 +12,6 @@ ifeq ($(OS),IOS)
$(eval $(call gb_Module_add_targets,ios,\
CustomTarget_Lo_Xcconfig \
- CustomTarget_Prototype_app \
CustomTarget_LibreOfficeLight_app \
))
ix headless buildOliver Specht 2015-12-12Make .mk files more portableBaptiste Daroussin 2015-11-12Bin mesa_headers completelyTor Lillqvist 2015-11-12Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist 2015-02-12Use constructors for services from chartcore.component.Ursache Vladimir 2014-11-10merge vcllo and vclopenglloMarkus Mohrhard 2014-09-123D charts: Update the 3D charts when a value changes.Jan Holesovsky 2014-06-07remove unnecessary and unused chart debug functionalityMarkus Mohrhard 2014-05-12Have ChartView keep the instance of GL3D chart object between rendering.Kohei Yoshida 2014-04-29We don't sniff gluTor Lillqvist 2014-04-29make the new 3D OpenGL chart renderer compileMarkus Mohrhard 2014-04-15chartcore does not need mdds right nowMarkus Mohrhard 2014-04-11Separate mouse event handlers for GL3D bar chart.Kohei Yoshida 2014-04-10Rename 3DBarChart and Bar3DChart to GL3DBarChart.Kohei Yoshida 2014-04-10Remove the old GL3DBarChart code.Kohei Yoshida 2014-04-08We build the vclopengl library only for FREEBSD LINUX MACOSX WNTTor Lillqvist 2014-04-08maybe the mesa headers are missingMarkus Mohrhard 2014-04-08temporarily link agains OpenGLMarkus Mohrhard 2014-04-08temporarily render to a fileMarkus Mohrhard 2014-04-08improve the code for temporary OpenGl contextMarkus Mohrhard 2014-04-08add initial code for creating 3D bar shapesMarkus Mohrhard 2014-03-25Add a new skeleton plotter for the GL3D bar chart.Kohei Yoshida 2014-03-25Skeleton template class for GL3D bar chart type.Kohei Yoshida 2014-03-25Initial skeleton class for the new chart type. Still very much empty.Kohei Yoshida 2014-01-29first try at implementing time based updates in new chart implementationMarkus Mohrhard 2013-11-19add glew and make chartopengl a dynamically loaded libMarkus Mohrhard 2013-11-19rename DummyShapeFactory to OpenglShapeFactoryMarkus Mohrhard 2013-11-19add methods to render whole data series at onceMarkus Mohrhard 2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard 2013-11-19extract code for net charts from AreaChartMarkus Mohrhard 2013-11-19create an AbstractFactory and add a DummyShapeFactory for testingMarkus Mohrhard