Age | Commit message (Expand) | Author | Files | Lines |
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann | 1 | -9/+0 |
2013-10-02 | -Werror,-Wunused-function | Stephan Bergmann | 1 | -15/+0 |
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann | 1 | -18/+0 |
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann | 1 | -2/+0 |
2013-10-02 | -Werror,-Wunused-function | Stephan Bergmann | 1 | -8/+0 |
2013-10-01 | sal: require sun4u or newer hardware / SPARCv8plus / SPARCv9 CPU | Michael Stahl | 2 | -284/+12 |
2013-09-30 | API CHANGE: Remove osl_getEthernetAddress and osl/util.h . | Arnaud Versini | 7 | -375/+149 |
2013-09-30 | Clean up rtl/character.hxx | Stephan Bergmann | 1 | -32/+19 |
2013-09-30 | Introduce ASCII case conversion and use more/rtl/character.hxx. | Arnaud Versini | 1 | -50/+19 |
2013-09-28 | General cleanup in sal module for all and unix. | Arnaud Versini | 18 | -519/+10 |
2013-09-26 | malloc returns void*; must be cast to real ptr type | David Tardon | 1 | -1/+1 |
2013-09-26 | typo fixes in comments | Andras Timar | 1 | -1/+1 |
2013-09-22 | sal: rename "cppunit/cppunittester" executable | Michael Stahl | 2 | -23/+5 |
2013-09-22 | gbuild: remove libraries from OUTDIR and WORKDIR | Michael Stahl | 1 | -0/+4 |
2013-09-22 | gbuild: make the versioned library the linktarget on Unixes | Michael Stahl | 1 | -1/+1 |
2013-09-17 | Revert "fix-linkoo.diff: Fix linkoo to work again." | Matúš Kukan | 1 | -31/+1 |
2013-09-12 | WaE: unused variable suToken, aEmpty, aEmpty2. | Andrzej J.R. Hunt | 1 | -3/+3 |
2013-09-11 | CID#707531 silence coverity | Caolán McNamara | 1 | -0/+4 |
2013-09-11 | -Werror,-Wformat | Stephan Bergmann | 1 | -1/+1 |
2013-09-11 | fdo#39625 Make existing cppunittests work | Jelle van der Waa | 3 | -15/+36 |
2013-09-11 | typo fix: wether -> whether | Andras Timar | 1 | -1/+1 |
2013-09-11 | -Werror,-Wformat | Stephan Bergmann | 2 | -2/+2 |
2013-09-11 | sal: fdo#39625 Make existing cppunittests work | Jelle van der Waa | 5 | -159/+172 |
2013-09-07 | Remove confusing casts between synonyms | Lionel Elie Mamane | 1 | -14/+6 |
2013-09-05 | update pch | Thomas Arnhold | 1 | -0/+3 |
2013-09-03 | dezimal -> decimal | Jesús Corrius | 1 | -1/+1 |
2013-09-03 | Don't compile all of the sal library as Objective-C++ on OS X after all | Tor Lillqvist | 4 | -4/+15 |
2013-09-02 | MacOSX 10.6 does not like id as a variable name | Norbert Thiebaud | 1 | -6/+6 |
2013-08-30 | WaE: C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits | Tor Lillqvist | 2 | -7/+7 |
2013-08-30 | WaE: possible loss of data | Tor Lillqvist | 1 | -2/+2 |
2013-08-27 | fdo#67313: Use "lo" suffix for private URE libs | Stephan Bergmann | 1 | -1/+2 |
2013-08-26 | Use strncmp() | Tor Lillqvist | 1 | -2/+1 |
2013-08-26 | Be careful not to access a string out of bounds | Tor Lillqvist | 1 | -1/+2 |
2013-08-25 | Fix "Save As" when sandboxed on OS X | Tor Lillqvist | 1 | -0/+27 |
2013-08-25 | Typo | Tor Lillqvist | 1 | -2/+2 |
2013-08-25 | More work on a sandboxed LibreOffice on OS X | Tor Lillqvist | 3 | -15/+50 |
2013-08-25 | Switch from OSL_TRACE to SAL_INFO() | Tor Lillqvist | 1 | -52/+27 |
2013-08-25 | Do more syscalls using a security scope bookmark on OS X when sandboxed | Tor Lillqvist | 5 | -62/+144 |
2013-08-24 | A slash is a slash, a dot is a dot | Tor Lillqvist | 1 | -25/+21 |
2013-08-24 | Bin "temporary hack" code that has been commented-out since 2002 | Tor Lillqvist | 1 | -10/+0 |
2013-08-24 | Simplify osl_getSystemPathFromFileURL_Ex() | Tor Lillqvist | 4 | -18/+11 |
2013-08-24 | Remove function that has been commented-out since 2000 | Tor Lillqvist | 1 | -33/+0 |
2013-08-24 | Cleanup some weird or inconsistent indentaion and bin some pointless comments | Tor Lillqvist | 12 | -742/+400 |
2013-08-24 | Bin line of code commented out since 2009 | Tor Lillqvist | 1 | -1/+0 |
2013-08-23 | Bypass the alias resolving completely when sandboxed | Tor Lillqvist | 1 | -6/+7 |
2013-08-23 | Make our File>Recent Documents work better when sandboxed | Tor Lillqvist | 2 | -4/+49 |
2013-08-23 | fix hex escape sequence | Caolán McNamara | 1 | -48/+48 |
2013-08-22 | Various undefined behavior involving signed integers | Stephan Bergmann | 1 | -25/+26 |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák | 3 | -4/+4 |
2013-08-21 | osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier() | Stephan Bergmann | 2 | -2/+4 |