Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-03 | Update list. | Joseph Powers | 1 | -3/+0 | |
2011-08-03 | throw out some more | Caolán McNamara | 1 | -17/+0 | |
2011-08-03 | update list | Caolán McNamara | 1 | -12/+26 | |
2011-08-02 | Update List. | Joseph Powers | 1 | -10/+0 | |
2011-08-02 | Update the list. | Joseph Powers | 1 | -1/+0 | |
2011-08-03 | update list | Thomas Arnhold | 1 | -4/+0 | |
2011-08-03 | update list | Thomas Arnhold | 1 | -90/+0 | |
2011-08-03 | Linking with sal now implies also sal_textenc for iOS | Tor Lillqvist | 1 | -0/+2 | |
2011-08-03 | Add the sal_textenc library for iOS | Tor Lillqvist | 1 | -0/+5 | |
2011-08-03 | Make gb_Module_add_check_target a no-op for iOS | Tor Lillqvist | 1 | -0/+14 | |
2011-08-02 | Do build executables for iOS, too | Tor Lillqvist | 1 | -7/+22 | |
Needed already now for our statically linked cppunit tests. We don't construct complete app bundles. You have to manually copy the executable to replace the one in some app bundle built in Xcode before running it for now. This works fine at least for debugging in the simulator, haven't tried yet on a device. | |||||
2011-08-02 | Sort the frameworks and separate MacOSX and iOS ones for clarity | Tor Lillqvist | 1 | -15/+29 | |
2011-08-02 | Add Emacs mode lines | Tor Lillqvist | 6 | -1/+8 | |
2011-08-02 | Add --disable-librsvg | Tor Lillqvist | 1 | -0/+1 | |
2011-08-02 | update list | Thomas Arnhold | 1 | -44/+0 | |
2011-08-02 | Remove duplicate entry | Tomáš Chvátal | 1 | -6/+0 | |
2011-08-02 | Allow static libs to declare externals use (for includes) | Lionel Elie Mamane | 1 | -0/+2 | |
2011-08-02 | Proper handling of system libvisio, wpd, wpg, wps | Lionel Elie Mamane | 1 | -4/+20 | |
2011-08-02 | callcatcher: remove unused methods | Caolán McNamara | 1 | -2/+0 | |
2011-08-02 | update list | Caolán McNamara | 1 | -29/+0 | |
2011-08-02 | update list | Caolán McNamara | 1 | -3/+0 | |
2011-08-01 | iOS configuration improvements | Tor Lillqvist | 2 | -32/+93 | |
Make the unxiosr.mk file more like the macosx.mk one. | |||||
2011-08-01 | We need --ccache-skip when using ccache for iOS, too | Tor Lillqvist | 1 | -2/+2 | |
2011-08-01 | We have only supported non-X11 ("aqua") on MacOSX for quite some time | Tor Lillqvist | 1 | -20/+8 | |
2011-08-01 | Using X11 on MacOSX hasn't been supported for years | Tor Lillqvist | 1 | -5/+0 | |
2011-07-31 | set_soenv: remove reference to no longer existing program steps | Miklos Vajna | 1 | -3/+0 | |
Those were removed in commit 22d9caecc978a5739ddd1430fd26abe06454726c already. | |||||
2011-07-31 | do not source *.Set.sh | Takeshi Abe | 1 | -1/+0 | |
according to commit 22d9caecc978a5739ddd1430fd26abe06454726c | |||||
2011-07-30 | MacOS: Remove some of my changes. | Joseph Powers | 2 | -7/+3 | |
tml didn't like some of them; plus, configure.in -> configure removes the [] in if statements (atleast on my machine) so I have to use "test". My CPATH & LIBRARY_PATH statements where unreliable; even after modifying set_soenv.in to export them correctly. I'm currently exporting them before the ./autogen.sh && make and things seem to work better; I'm still looking for a better solution. | |||||
2011-07-31 | VCLLIB depends on I18NPAPERLIB | Tor Lillqvist | 1 | -1/+1 | |
2011-07-30 | Include the iOS or Android platform files when appropriate | Tor Lillqvist | 1 | -21/+11 | |
2011-07-30 | basic, salhelper, writerperfect in gbuild | Matúš Kukan | 2 | -0/+10 | |
2011-07-30 | add visio, wpd, wpg, wps externals | Matúš Kukan | 1 | -0/+92 | |
2011-07-29 | fix typo | Thomas Arnhold | 1 | -1/+1 | |
2011-07-29 | we still build writerfilter split into parts | Luboš Luňák | 1 | -0/+6 | |
2011-07-29 | Mac OS: On 10.7, the standard search paths don't work. | Joseph Powers | 2 | -3/+7 | |
Installing xCode 4.1 renames the xCode 3.2.6 directory to /Developer-old/; however, the compiler gets confused and can't find the headers and libraries. This patch just notifies the compiler where they are actually located. Note: I'm assuming that people compiling on 10.7 aren't trying to generate a PPC binary. | |||||
2011-07-29 | add tail_build:forms dep needed for inbuild component files | Bjoern Michaelsen | 1 | -1/+1 | |
2011-07-29 | update list | Caolán McNamara | 1 | -37/+0 | |
2011-07-29 | update list | Thomas Arnhold | 1 | -26/+0 | |
2011-07-29 | Removed dead code | Marc-Andre Laverdiere | 1 | -7/+0 | |
2011-07-28 | Mac OS 10.7: Installing xCode 4.1 renames 3.6.2 to /Developer-old | Joseph Powers | 1 | -0/+6 | |
xCode 4.1 only ships with SDKs 10.6 & 10.7; thus, if the request 10.4 or 10.5 doesn't exists, try looking in /Developer-old. | |||||
2011-07-29 | update list | Markus Mohrhard | 1 | -1/+0 | |
2011-07-28 | there is no :+= or +:= append-operator in gnu make, there is only += | Christian Lohmaier | 1 | -1/+1 | |
and how it behaves depends on how the macro-variable has been defined previously. http://www.gnu.org/s/hello/manual/make/Appending.html | |||||
2011-07-28 | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap | Jan Holesovsky | 5 | -3/+34 | |
2011-07-28 | Merge commit 'libreoffice-3.4.2.3' | Jan Holesovsky | 15 | -14/+1540 | |
Conflicts: Makefile.in configure.in instsetoo_native/util/makefile.mk instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/inc/minor.mk | |||||
2011-07-28 | Followup-changes for *.Set.sh rename | Thorsten Behrens | 2 | -2/+2 | |
Commit 22d9caecc978a5739ddd1430fd26abe06454726c renames the environment file to always be Env.Host.sh. Reflecting that in the shell scripts attempting to source it. | |||||
2011-07-28 | more modules in gbuild | Matúš Kukan | 2 | -1/+8 | |
2011-07-28 | add lpsolve55 to external libs | Matúš Kukan | 1 | -0/+24 | |
2011-07-28 | update list | Caolán McNamara | 1 | -7/+34 | |
2011-07-28 | update list | Caolán McNamara | 1 | -11/+35 | |
2011-07-27 | callcatcher: remove various unused methods | Caolán McNamara | 1 | -12/+0 | |