summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Expand)AuthorFilesLines
2012-03-27be consistentMatúš Kukan1-1/+1
2012-03-26typo in HAVE_GNUMAKE_FILE_FUNC, and var2file must return the filenameNorbert Thiebaud1-1/+1
2012-03-25use $(file in gbuild when availableNorbert Thiebaud1-0/+7
2012-03-25enable slowcheck for top level make all againMatúš Kukan1-2/+2
2012-03-25fix mingw build, properly set LO_LIB_DIRMatúš Kukan2-3/+3
2012-03-25fix windows build, properly set LO_LIB_DIRMatúš Kukan2-0/+2
2012-03-24packimages: do not use custom MakefileMatúš Kukan1-1/+11
2012-03-23make gbuild follow --disable-dependency-tracking tooLuboš Luňák1-3/+3
2012-03-23.lst files don't need executable bitsMichael Stahl1-0/+0
2012-03-23JavaClassSet: whitespace cleanupMichael Stahl1-8/+8
2012-03-23JavaClassSet: giving only changed java files to javac is bogusMichael Stahl1-3/+1
2012-03-23remove unused installer modulesAndras Timar3-1936/+0
2012-03-23disable gb_FULLDEPS when TINDERBUILD is set _and_ we are really buildingNorbert Thiebaud1-2/+2
2012-03-23simplify pagein creationDavid Tardon1-33/+10
2012-03-23move Pagein from desktop to gbuildDavid Tardon3-0/+104
2012-03-22gbuild: allow the tinderboxes to bypass the dependencies generationsNorbert Thiebaud1-0/+4
2012-03-22Produce more beautiful jar manifestsStephan Bergmann1-1/+1
2012-03-22MinGW: work around newly ambiguous boost::bind calls with GCC 4.6Stephan Bergmann1-1/+12
2012-03-22testtool is gone these daysCaolán McNamara1-1/+0
2012-03-22MinGW apparently needs to be forced into __cdeclStephan Bergmann1-0/+1
2012-03-22MinGW: other DLLs must not pick sal's special __mainStephan Bergmann1-0/+3
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-21Bin a few more 16-bit Windows leftoversTor Lillqvist1-1/+1
2012-03-21$retry_counter and the RETRY label are now unusedTor Lillqvist1-2/+1
2012-03-21GUI=WIN used to mean 16-bit Windows, I think, so kill that crackTor Lillqvist1-6/+0
2012-03-21WaE: option "-fno-default-inline" is valid for C++/ObjC++ but not for CTor Lillqvist3-4/+6
2012-03-21Use -fno-inline in gb_DEBUG_CFLAGSTor Lillqvist1-0/+2
2012-03-21gb_COMPILERDEFAULTOPTFLAGS is set in com_GCC_defs.mkTor Lillqvist1-2/+0
2012-03-21Add separate switch for disabling of dynamic loading (iOS) for orthogonalityTor Lillqvist2-0/+8
2012-03-20remove unused License Agreement dialog from MSIAndras Timar4-113/+0
2012-03-20remove unused xpdinstaller moduleAndras Timar7-1927/+0
2012-03-20remove unused Language selection dialog from MSIAndras Timar2-86/+0
2012-03-19Improve linkoo for MinGW.Jan Holesovsky1-2/+5
2012-03-18mingw: allow use of system zlibDavid Tardon1-0/+6
2012-03-18gbuildbridge: gb_MAKETARGET is empty, gb_PARTIALBUILD defined in partial_buildMatúš Kukan2-42/+3
2012-03-16gb_JavaClassSet_add_package_dependency: order only is not enoughMichael Stahl1-1/+2
2012-03-16unoil: add missing dependencies in custom makefileMichael Stahl1-0/+7
2012-03-16gbuild: switch solaris.mk to GCCJonathan Adams1-155/+180
2012-03-16unitools.mk: do not override $GNUMAKE from configureJonathan Adams1-1/+1
2012-03-16adapt unxsog{i,s}.mk to Solaris ldJonathan Adams2-5/+6
2012-03-16WNT_INTEL_MSC.mk: use tabs for consistencyMichael Stahl1-9/+9
2012-03-15clang doesn't have a problem with -Wnon-virtual-dtorLuboš Luňák2-0/+8
2012-03-15disable msvc warning 4265 (non-virtual dtor)Lubos Lunak2-1/+4
2012-03-14Replace installer::files::save_array_of_hashes with Data::Dumper.Tim Retout2-30/+5
2012-03-14Turn on strict and warnings for installer::converter.Tim Retout1-0/+3
2012-03-14Use Exporter in installer::strip.Tim Retout3-8/+12
2012-03-14Turn on strict and warnings for install::strip.Tim Retout1-2/+4
2012-03-14Turn on strictures and warnings in installer::helppack.Tim Retout1-1/+4
2012-03-14Unit test and correction for remove_multiple_modules_packagesTim Retout2-1/+58
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann3-10/+27