summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Expand)AuthorFilesLines
2013-10-02Fix dependencyStephan Bergmann1-1/+1
2013-10-02Need to list all places we have libs here, tooTor Lillqvist1-0/+13
2013-10-01callcatcher doesn't need ooinstall to run tests any moreMichael Stahl1-1/+0
2013-10-01test-install: get rid of opt/Michael Stahl1-1/+1
2013-10-01put result of make test-install into top-level test-install dirMichael Stahl3-3/+3
2013-10-01gbuild: fix dependencies in gb_SrsPartTarget__command_depMichael Stahl1-1/+1
2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan2-50/+5
2013-09-30-Werror,-Wunused-functionStephan Bergmann1-10/+0
2013-09-30gbuild: remove "templates"Michael Stahl9-337/+0
2013-09-30gbuild: remove processdelivered.mkMichael Stahl1-27/+0
2013-09-29I forgot to add -d swith to signtoolAndras Timar2-26/+34
2013-09-27gbuild: remove unused gb_CppunitTest_LIBDIRMatúš Kukan5-5/+0
2013-09-27gbuild: remove now unused gb_Library_OUTDIRLOCATIONMatúš Kukan3-7/+1
2013-09-25Start hacking --enable-canonical-installation-tree-structure back into shapeTor Lillqvist10-14/+10
2013-09-25Add LO_JAVA_DIR to CppunitTest env.Andrzej J.R. Hunt1-0/+1
2013-09-25gbuild: fix ExternalPackage dependencies for files in instdirMatúš Kukan1-1/+1
2013-09-24fix --enable-mergelibs dependenciesMatúš Kukan2-4/+5
2013-09-24gb_Library__get_final_target: don't be phony targetMatúš Kukan1-1/+6
2013-09-24make dependency on directory order-onlyMatúš Kukan1-1/+1
2013-09-24Create a proper Info.plist for the OS X app bundle already in configureTor Lillqvist1-3/+0
2013-09-23Print a helpful error message if we are going to failTor Lillqvist1-1/+5
2013-09-23Duplicate "-Wl,-rpath-link," typoStephan Bergmann1-1/+1
2013-09-23Fixes for cross-compilation on OS X (to iOS)Tor Lillqvist12-31/+10
2013-09-23gbuild: try to fix linking with default --as-neededMichael Stahl2-2/+2
2013-09-23Try to fix cross-compilationTor Lillqvist25-75/+70
2013-09-22fdo#69601: quick fix for wrong cli_cppuhelper.dll in instsetMichael Stahl1-1/+1
2013-09-22gbuild: fix gb_LinkTarget_set_precompiled_headerMichael Stahl1-5/+5
2013-09-22make the PythonTest run on WNTMichael Stahl1-1/+1
2013-09-22gbuild: drop mkdir -p calls from gb_LinkTarget__commandMichael Stahl7-14/+1
2013-09-22gbuild: add consistent directory dependencies for LinkTargetsMichael Stahl4-12/+20
2013-09-22gbuild: clean up naming of PDB files for MSVCMichael Stahl1-17/+16
2013-09-22gbuild: MSVC: ignore LIBS for static librariesMichael Stahl1-2/+1
2013-09-22gbuild: remove static libraries from OUTDIRMichael Stahl4-12/+8
2013-09-22find lots of external static libraries in UnpackedTarball dirMichael Stahl1-0/+1
2013-09-22gbuild: rename LinkTarget variable LIBSMichael Stahl8-11/+11
2013-09-22gbuild: change linking order on ELF platformsMichael Stahl2-4/+10
2013-09-22gbuild: remove executables from OUTDIR and WORKDIRMichael Stahl7-40/+33
2013-09-22sal: rename "cppunit/cppunittester" executableMichael Stahl1-2/+2
2013-09-22odk: remove Package_bin, instead auto-install executablesMichael Stahl2-6/+6
2013-09-22gbuild: add a SHLXTHDL layer for librariesMichael Stahl5-1/+9
2013-09-22gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl20-131/+144
2013-09-22Revert "fdo#51115: gb_Extension_add_file: fix Windows build:"Michael Stahl1-6/+1
2013-09-22gbuild: remove SOVERSION variable since it is hardcoded anywayMichael Stahl5-13/+8
2013-09-22gbuild: make the versioned library the linktarget on UnixesMichael Stahl8-52/+57
2013-09-22gbuild: make the DLL the LinkTarget of Library and CppunitTestMichael Stahl11-77/+70
2013-09-22gbuild: deduplicate gb_Library_get_exports_targetMichael Stahl3-10/+4
2013-09-22gbuild: refactor LinkTarget representationMichael Stahl11-72/+122
2013-09-22PoC: no libs in solverBjoern Michaelsen2-3/+3
2013-09-22gbuild: document parameters of LinkTarget methodsMichael Stahl1-10/+81
2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl2-0/+11