Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-18 | Improved error reporting | Stephan Bergmann | |
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
2012-04-08 | gbuild: "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-09 | minor documentation tweaks | Michael Meeks | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-26 | Better exception message. | Stephan Bergmann | |
2012-01-02 | Temporary hack around cppu_detail_getCppuType variants violating ODR. | Stephan Bergmann | |
Which causes cppuhelper to pick wrong variant from other library, now that its own symbols are no longer reduced to private on Mac OS X. As a temporary hack, emit cppu_detail_getCppuType for the relevant types always as fully comprehensive; should be revisited when improving types.rdb format (routinely generating C++ information for certain UNO types into a dedicated library?). Requires a fix to xmlreader and a fix to forms that looks like a Mac OS X GCC bug. | |||
2011-12-21 | osl_unmapFile can't work for files bundled inside the .apk on Android | Tor Lillqvist | |
On Android, when an app is installed, arbitrary files bundled in the app won't be unpacked into actual separate files in the file system. They will exist only as archive entries in the .apk file (which is a zip archive). The SDK tooling puts such files under the /assets folder in the .apk. The LibreOffice bootstrapping code for Android maps the .apk file into memory. osl_openFile() knows about the /assets special case, and uses a separate abstraction for such memory-mapped files. Obviously, when producing an .apk, one needs to make sure these bundled files are not compressed, if one wants to be able to use them directly from the memory-mapped .apk file. We do that in our test and sample Android projects. When mapping such files under /assets , just return a pointer to the file's location inside the mapped .apk archive. We can't use the old osl_unmapFile() on such mapped files, as that would unexpectedly unmap fairly arbitrary pages of the .apk mapping, wreaking havoc on later use of the same pages. So, introduce a new osl_unmapMappedFile() function that takes also the oslFileHandle originally passed to osl_mapFile(). Use this instead in the few places where the code actually called osl_unmapFile(). Make sure osl_mapFile() is nonexistent on Android. | |||
2011-12-16 | Code modules no longer depend on stlport. | Stephan Bergmann | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-11-29 | Adapted to new assertion/logging mechanisms. | Stephan Bergmann | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-21 | empty a bunch of d.lst files | Michael Stahl | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-05 | Emacs modeline compatible with vim's one | Takeshi Abe | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-22 | postmerge fixes for gnumake4 | Bjoern Michaelsen | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-06-21 | MinGW fixup | Tor Lillqvist | |
Don't use any i prefix for import library, and deliver it. | |||
2011-06-20 | gnumake4: fix buildbreakers from merge | Bjoern Michaelsen | |
2011-06-19 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | |
Conflicts: xmlreader/prj/d.lst | |||
2011-06-18 | ause130: #i117218# change .idl handling to gnu make | Hans-Joachim Lankenau | |
2011-06-17 | gnumake4: #i116959#: kill ↵ | Michael Stahl | |
gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd] | |||
2011-06-17 | gnumake4: xmlreader: fix build.lst [hg:ab8134c0d177] | Michael Stahl | |
2011-06-17 | CWS gnumake4: convert xmlreader to new build system [hg:751b4a1bff7b] | Mathias Bauer | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-03-29 | drop bogus executable flag from idl/build/src and config files | Francisco Saito | |
2010-10-22 | sb131: #i115203# note that xmlreader is semi-private and unversioned for now | sb | |
2010-09-29 | CWS-TOOLING: integrate CWS sb129 | Vladimir Glazunov | |
2010-09-16 | sb129: #i113189# adjusted comments | sb | |
2010-09-10 | sb129: #i113189# move XmlReader from configmgr to URE | sb | |