summaryrefslogtreecommitdiff
path: root/libpng
AgeCommit message (Expand)Author
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-27Another undefined function in libpngFridrich Štrba
2012-04-27Fix an undefined functionFridrich Štrba
2012-04-27Upgrading libpngFridrich Štrba
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara
2012-04-13gbuildize internal zlibCaolán McNamara
2012-03-23.lst files don't need executable bitsMichael Stahl
2012-03-21chmod -xTor Lillqvist
2012-02-14Added READMEs for some library modules which didn't have themJosh Heidenreich
2011-06-10Use system zlib on Android, tooTor Lillqvist
2011-06-04Fix libpng build for iOSTor Lillqvist
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-03-24rsvglibs: cleanupka
2011-03-24rsvglibs: added additional external lib gdk-pixbuf/minor build changes for ex...ka
2011-03-03rsvglibs: add libpng dependency for cairoPhilipp Lohmann [pl]
2011-03-03rsvglibs: additional headerka
2011-03-03rsvglibs: additional headerka
2011-03-02rsvglibs: libpng for Mac and Windowska
2011-03-01rsvglibs: added external library libpngka
d: I1d723c9d3b5ca8a2bc6b27ef0189a7b053581398 Reviewed-on: https://gerrit.libreoffice.org/19928 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2015-04-22Bin confusing --enable-mergelibs=all optionMatúš Kukan It was most probably not working anyway and is something different to libmerged, which intends to merge only core set of libraries. To build everything into one library, approach similar to what we do for Android could be better idea. Change-Id: Id5b8c2fa2b26e8faaaeb022ea55eb2e39909e875 2015-03-05connectivity: remove bogus setting of NTDDI_VERSIONMichael Stahl The value set here does not correspond to any valid value in sdkddkver.h; it is a mystery what setting an invalid value is supposed to achieve. Change-Id: I76b1da148806e249870154efda3e6c4fa20010bf 2014-11-13fix connectivity unit test for --enable-mergedlibsNoel Grandin it's a workaround, but given the conflicting requirements of MSVC not liking duplicate symbols, but the unit test needing to link the objects directly to access internal symbols, there is not much else we can do. Change-Id: I9bdcc5f2b6ab0712cc3317033c4fbae4791cbb6b Reviewed-on: https://gerrit.libreoffice.org/12387 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-06-04DeInitVCL at end of testsStephan Bergmann This required some changes to the framework: * Init-/DeInitVCL is no longer done per individual test in BootstrapFixture, but once per CppunitTest invocation in a new vclbootstrapprotector (similarly to the exisiting unobootstrapprotector). CppunitTests that need VCL now need to declare gb_CppunitTest_use_vcl. * For things to work properly, the UNO component context needs to be disposed from within DeInitVCL (cf. Desktop's Application::DeInit called from DeInitVCL). The easiest solution was to introduce an Application::setDeInitHook (where the hook is called from DeInitVCL) specifically for vclbootstrapprotector to call. * PythonTests don't (yet) call DeInitVCL; they still hook into BootstrapFixture's original test_init functionality (to call InitVCL), and do not make use of the vclbootstrapprotector. Change-Id: I4f3a3c75db30b58c1cd49d81c51db14902ed68b2 2013-11-09make firebird-sdbc an experimental featureLionel Elie Mamane Change-Id: I0f2453e23d18597cfe1ad2a4cd4902b15f0a8f7d 2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3 2013-04-24gbuild: drop empty use_packages callsDavid Tardon Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com> 2013-04-24gbuild: drop uses of removed packagesDavid Tardon Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com> 2013-04-09add missing dep on connectivity/FValue.hxxDavid Tardon Change-Id: I8e95146379332c7f26130eca5341a8880f86233c 2013-04-05new module i18nlangtagEike Rathke Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015 2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist Just sprinkle #ifdef SOLAR_JAVA into the code instead. In the source for jvmaccess and jvmfwk such ifdefs can be removed as it isn't compiled unless SOLAR_JAVA. Change-Id: Ia8614f8bd6d833582d3b79b5fb75f9153fa79606 2013-02-08No jvmaccess library for iOSTor Lillqvist Change-Id: I28ee4c77935f81f41fb564fcd0c19a5d02a1aa10 2013-02-05clang: error: argument unused during compilation: '-fpermissive'Tor Lillqvist Change-Id: I79db3d1b611315aab8a6c3a28d259a589dfa41d7 2013-02-05ORowSetValue: clean up sign/unsigned union memberDavid Ostrovsky Also switch BOOLEAN constructor from sal_Bool to bool. old/new signed/unsigned storage situation: ------------------------------------------------------- SQL type | signed | unsigned old | unsigned new ------------------------------------------------------- TINYINT | sal_Int8 | sal_Int16 | sal_uInt8 SMALLINT | sal_Int16 | sal_Int32 | sal_uInt16 INTEGER | sal_Int32 | sal_Int64 | sal_uInt32 BIGINT | sal_Int64 | pValue (String*) | sal_uInt64 ------------------------------------------------------- When sticking an UNSIGNED TINYINT into an Any, silently promote it to UNSIGNED SMALLINT (that is sal_uInt16), else Any would take it as a sal_Bool and normalise to sal_True (1) or sal_False (0). When constructing an ORowSetValue from a sal_Bool, silently keep it as an unsigned 8 bit integer (that is understand it as a sal_uInt8). This will work in most cases, since when asked back for a bool or sal_Bool, we'll give back the right value. Only code looking at the type tag could possibly make a "wrong" decision. The main (hopefully only?) path through which this would happen is through an implementation of XParameters::setBoolean XRowUpdate::updateBoolean that would use its sal_Bool argument to construct an ORowSetValue. So make sure each implementation constructs a proper BOOLEAN so as not to get confused. For authorship/copyright purposes, this patch is a cooperation between Lionel Elie Mamane <lionel@mamane.lu> and David Ostrovsky <david@ostrovsky.org> Change-Id: I3f1f08716127147f077bff4edb6ec558b1b09e09