summaryrefslogtreecommitdiff
path: root/starmath/Library_sm.mk
AgeCommit message (Collapse)Author
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan
Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
2012-07-27factor out common code of SmOoxmlExport and SmRtfExport to SmWordExportBaseMiklos Vajna
Change-Id: I63ce6c57faf8568776d24ba1e8b13bd11b6c5532
2012-07-25export RTF_M{OMATH,R,F,FPR,TYPE,NUM,DEN,MATH}Miklos Vajna
Change-Id: If717d5d3b2179210516eec61959af0afa8b38319
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-06-15tweak to capture recent changes in starmath and gbuildNorbert Thiebaud
Change-Id: I1e7fb1ae0da02a60f1ee3655a09693c11108f61d
2012-06-15hook for calling from .docx filter to starmath for writting formulasNorbert Thiebaud
Cherry-picked from 2e5e29471f9ac61ec454bf90a985525a0ad5cb1c Change-Id: I32f8b03da4edf54e5622096d932dbc2b368f45ff
2012-06-15Add consistent Emacs and vim mode linesNorbert Thiebaud
cherry-picked from 24b6225f93ea5d22d727e0b03bc468bc5cc21af3 Change-Id: Ic0624618591285544e3fe4032ba9ac12a96ee003
2012-06-15remove all traces of offuh from makefilesDavid Tardon
2012-06-15avoid object double include in starmathNorbert Thiebaud
2012-06-15convert starmath to gnumakeNorbert Thiebaud
cherry-pick from da5f126844fab3c647c3d95cdf613aaf2e22ceed Change-Id: I1e462668270f33f7f7f2082b20c12c18d0ad8042
2012-06-15revert gmk4 mismergeNorbert Thiebaud
Change-Id: I013893c7ca4b9d4364d2d19fdd0440c7dcf08910
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-08fold i18npaper into i18nutilCaolán McNamara
It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting
2012-02-23Unify indentationTor Lillqvist
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-24ooxml mathml import - first very basic implementationLuboš Luňák
still needs a number of cleanups (and handling more of course)
2011-11-24rename SmOoxml to SmOoxmlExport, as it does only exportLuboš Luňák
2011-08-18hack: make msoffice 2k7 be able to read ooxml formulasLuboš Luňák
It seems that it doesn't read characters unless the font is explicitly specified as "Cambria Math"
2011-08-18starting work on OOXML export of formulasLuboš Luňák
2011-08-18hook for calling from .docx filter to starmath for writting formulasLuboš Luňák
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-21Add missing-files to starmath librariesMatúš Kukan
2011-06-21gnumake4: postmerge fixes in starmathBjoern Michaelsen
2011-06-20Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
Conflicts: starmath/JunitTest_sm_unoapi.mk starmath/Library_sm.mk starmath/Library_smd.mk starmath/Makefile starmath/prj/build.lst starmath/prj/makefile.mk starmath/qa/unoapi/Test.java starmath/source/detreg.cxx starmath/source/register.cxx starmath/source/smdetect.cxx sw/Library_sw.mk sw/Library_swd.mk sw/Library_swui.mk sw/Library_vbaswobj.mk sw/inc/iodetect.hxx sw/inc/swddllapi.h sw/source/filter/basflt/iodetect.cxx
2011-06-18remove all traces of offuh from makefilesDavid Tardon
2011-06-17gnumake4: #i116959#: kill ↵Michael Stahl
gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
2011-06-16CWS gnumake4: convert starmath to new build systemMathias Bauer
2011-04-28avoid object double include in starmathNorbert Thiebaud
2011-03-30Avoiding to be too keen in realpathingFridrich Štrba
2011-03-30realpathing starmath moduleFridrich Štrba
2011-03-26convert starmath to gnumakeNorbert Thiebaud