summaryrefslogtreecommitdiff
path: root/solenv/inc
AgeCommit message (Collapse)Author
2012-03-06mingw: synchronize berkeleydb lib name with gbuildDavid Tardon
2012-03-06Add Bengali (India) UI translationAndras Timar
2012-03-05Don't use HAVE_GCC_VISIBILITY_FEATURE for iOS hereTor Lillqvist
We don't use it in gbuild/platform/IOS_ARM_CCC.mk either. Need to be consistent or we get linker warnings. Should we use it? Probably it isn't that important for iOS?
2012-03-02Check for Clang in configury and store and use resultTor Lillqvist
2012-03-02translations converted to gbuildMatúš Kukan
2012-02-29REMOVE_FILES for cases where files need to be removed from external sourcesStephan Bergmann
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann
...by allowing our special @___... tokens anywhere within an install name, so that external modules can configure --prefix=/@___... etc. This removes the need for the special extshl and EXTRPATH=LOADER. Also, a new OUT2BIN_NONE can be used for external modules where the generated libraries need the default EXTRPATH=OOO, but generated executables are only used during the build and such need RPATH=NONE.
2012-02-29remove ky-CN, apparently they did not start translationAndras Timar
2012-02-29add Amharic (am) UI translationAndras Timar
2012-02-24missed instances of -std=c++0x when switching to gnu++0xLuboš Luňák
2012-02-24more silent output of non-verbose help buildAndras Timar
2012-02-24remove unused makefile tg_xmerge.mkAndras Timar
2012-02-24remove unused makefile tg_propmerge.mkAndras Timar
2012-02-23fix windows import lib nameCaolán McNamara
2012-02-23just link to HelpIndexerCaolán McNamara
2012-02-23use different OUString ctor for RTL_TEXTENCODING_UCS4Caolán McNamara
2012-02-23bootstrap replacement c++ help componentCaolán McNamara
2012-02-22put version number in all versioned URE libs' names on MinGWDavid Tardon
It does not make sense to do it for some of them, but not all. It is also inconsistent with other platforms.
2012-02-20remove cleanzip.plAndras Timar
The issue it solves does not exist in our build environment. https://issues.apache.org/ooo/show_bug.cgi?id=98365 The script removed g+s attributes from directories in zip files.
2012-02-20only store files in .oxt, do not compressAndras Timar
Saves build time. Saves startup time. Better compression is possible when making install sets.
2012-02-20add $(COMMAND-ECHO)Andras Timar
2012-02-20remove avoid_cvs_dir macroAndras Timar
2012-02-16-Werror in dmake modules went missingCaolán McNamara
2012-02-15Merge branch 'feature/android'Tor Lillqvist
2012-02-14Remove CVER tracesThomas Arnhold
see 08d49db2aac06ddc9d8c8ad7f34bee3a899e2fa9
2012-02-14remove gcc2 tracesThomas Arnhold
2012-02-13tell tooling about xmllintCaolán McNamara
2012-02-10Various more l10ntools clean upStephan Bergmann
"localize" is now directly a C++ program w/o wrapper script. Also, its command line has changed slightly, taking the source root as explicit argument (instead of implicitly as cwd).
2012-02-05avoid exporting un-necessary symbol/alias for stable scriptsNorbert Thiebaud
2012-02-05replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG usesNorbert Thiebaud
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2012-01-26android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks
2012-01-25Bin global_android_app and instead use lo-bootstrap APITor Lillqvist
Instead of introducing a global variable, use the already existing saved android_app pointer in lo-bootstrap.c, and just add a function to retrieve it from there. Store it in the AndroidSalInstance. Reanme osl/detail/android.h back to android_native_app_glue.h, which is the name of that file in NDK/sources. "android.h" sounded to me too grand, as if it was some universal Android header. But if we do start to modify the android_native_app_glue stuff heavily, then it indeed makes sense to call it something else. Until then, revert also some whitespace changes to android_native_app_glue.c for it to be as close as possible to the "upstream" one in the NDK, for clarity.
2012-01-25Bin global_android_app and instead use lo-bootstrap APITor Lillqvist
Instead of introducing a global variable, use the already existing saved android_app pointer in lo-bootstrap.c, and just add a function to rettrieve that. Reanme osl/detail/android.h back to android_native_app_glue.h, which is the file from NDK/sources that it is. "android.h" sounded to me too grand, as if it was some universal Android header. But if we do start to modify the android_native_app_glue stuff heavily, then it indeed makes sense to call it something else. Until then, revert also some whitespace changes to android_native_app_glue.c for it to be as close as possible to the "upstream" one in the NDK, for clarity.
2012-01-15remove dmake rules for unused file type *.xrbAndras Timar
2012-01-15Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)
2012-01-06remove unused VER_FIRSTYEARAndras Timar
2012-01-06tabs to spacesAndras Timar
2012-01-05Bump yearAndras Timar
2012-01-04remove non-existing 'ky'Andras Timar
2012-01-04added Kyrgyz (China) [ky-CN] to language listEike Rathke
2012-01-04Fixes for the lo-bootstrap apk element codeTor Lillqvist
Fix some off-by-one style errors, add a new lo_apk_lstat() function, and (temporarily) add some debugging logging.
2012-01-02Fix thinko: ==, not =Tor Lillqvist
2012-01-02We have no MAKEFILE.MK or makefile.rc filesTor Lillqvist
2012-01-01migrate XSLTPROC out of set_soenv.inNorbert Thiebaud
2011-12-22Initial untested implementation of dirent style functions for the .apkTor Lillqvist
2011-12-20Abandon attempt to use the debug CRT in a dbgutil buildTor Lillqvist
2011-12-13Bin a commented out block of crackTor Lillqvist
2011-12-12I don't see VCL or NT351 being checked in any ifdefTor Lillqvist
So drop the GVER thing and -DVCL and -DNT351.
2011-12-11UPDATER, whatever it means, was fixed at YES, so factor outTor Lillqvist