Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-28 | gbuild: replace direct gb_STDLIBS use with ... | Michael Stahl | |
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69 | |||
2012-09-28 | gbuild: split uwinapi out of gb_STDLIBS | Michael Stahl | |
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7 | |||
2012-08-24 | better dependency working also for libmerged | Matúš Kukan | |
Change-Id: I3c5cf65bee50ec0511031b50e1b9f5589491e6bd | |||
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | |
2012-05-16 | i18npool: fix spurious re-deliver of i18npool.uno.so: | Michael Stahl | |
The target is always older, because it is delivered while preserving the timestamp of the source, but here order only dependency is enough. | |||
2012-04-18 | Use static linking when DISABLE_DYNLOADING (iOS) | Tor Lillqvist | |
2012-04-12 | move dependency on localedata_en to i18npool | Matúš Kukan | |
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-24 | i18npool: use CustomTarget_*.mk makefiles | Matúš Kukan | |
Also done lot of simplification and modernization. | |||
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-08 | de-uno-ize ScriptTypeDetector | Caolán McNamara | |
leave a UnoScriptTypeDetector implementation that points to the trivial ScriptTypeDetector for external consumers, e.g. sdext | |||
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-08-19 | The shorter icu library names are used for WNTMSC only | Tor Lillqvist | |
2011-08-19 | Fix i18npool build on Windows. | Jan Holesovsky | |
2011-08-18 | realpath is not necessary here | David Tardon | |
(moreover, its use breaks parallel build ;-) | |||
2011-08-17 | convert i18npool to gbuild | Matúš Kukan | |