Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-17 | chmod -x | Tor Lillqvist | |
2011-08-17 | Do use _CrtDbgReport() in a _DEBUG (enable-dbgutil, non-pro) build | Tor Lillqvist | |
2011-08-16 | Fix heap corruption (malloc buffer overrun) | Tor Lillqvist | |
Detected by the debug C runtime (when using --enable-dbgutil) when running a unit test. | |||
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-09 | build error | Caolán McNamara | |
2011-08-08 | Add dependencies for sal_qa_static | Tor Lillqvist | |
2011-08-08 | revert this and rely on changed SAL_ALLOW_LINKOO_SYMLINKS behaviour | Caolán McNamara | |
2011-08-08 | osl_getAbsoluteFileURL symlinks allowed: ".", ".." still treated | Lionel Elie Mamane | |
2011-08-08 | skip tricky allocators on G_SLICE=always-malloc | Caolán McNamara | |
2011-08-05 | Print debugging output only if OSL_DEBUG_LEVEL > 1 | Tor Lillqvist | |
Notes: split repo tag: ure_PRE_MELD_REPOS | |||
2011-08-05 | Emacs modeline compatible with vim's one | Takeshi Abe | |
2011-08-03 | Don't use dynamic loading on iOS | Tor Lillqvist | |
2011-08-03 | Avoid compiler warning | Tor Lillqvist | |
2011-08-02 | make these explicit | Caolán McNamara | |
2011-08-02 | make sure we get the right interim obj | Caolán McNamara | |
2011-08-01 | We do want to use RTLD_DEFAULT and dlsym() also on iOS | Tor Lillqvist | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-21 | use SAL_WARN_UNUSED_RESULT | Caolán McNamara | |
2011-07-21 | add a _attribute__((warn_unused_result)) based macro | Caolán McNamara | |
2011-07-16 | Simplify osl_getTempDirURL() | Francois Tigeot | |
Do not return different values depending on the platform | |||
2011-07-15 | Android build fixes | Tor Lillqvist | |
2011-07-15 | iOS hacking, intermediate commit | Tor Lillqvist | |
2011-07-15 | Add a property for the UIWindow and show it | Tor Lillqvist | |
2011-07-15 | Include the rest of the active sal cppunit tests for iOS | Tor Lillqvist | |
2011-07-14 | Use MSVC options only with MSVC | Tor Lillqvist | |
2011-07-14 | No point building xml2cmp when cross-compiling | Tor Lillqvist | |
2011-07-13 | unused OUString_to_std_string | Caolán McNamara | |
2011-07-12 | Remove component_getImplementationEnvironment | Matúš Kukan | |
2011-07-11 | unused methods | Caolán McNamara | |
2011-07-11 | callcatcher: unused methods | Caolán McNamara | |
2011-07-11 | Make iOS sal unit testing actually work | Tor Lillqvist | |
We must call the initialize() methods of the plugins which for iOS aren't actually plugins in the sense of being dynamically loaded, but still. Unfortunately this means we have to list the plugin interface getter functions explicitly in the sal_cppunittester_all source. | |||
2011-07-10 | Remove accidentally committed debugging printout | Tor Lillqvist | |
2011-07-10 | Do build sal unit tests for iOS, too | Tor Lillqvist | |
We can't run them in the normal way, but we build the tests as static archives, which we link into the single sal_cppunittester_all executable. (Work in progress, so far just a part of the tests are linked into it.) There is no makefilery yet to actually construct a complete iOS app bundle (.app directory), so just copy (in this case) the sal_cppunittester_all iOS executable on top of the executbale some dummy iOS app you build in Xcode... works fine, can be debugged that way. | |||
2011-07-10 | No <sys/statfs.h> for iOS either | Tor Lillqvist | |
2011-07-10 | No getVolumeInfo tests for iOS | Tor Lillqvist | |
2011-07-10 | iOS is much like MacOSX | Tor Lillqvist | |
2011-07-10 | Add a statically linked unit tester for iOS | Tor Lillqvist | |
2011-07-10 | aTestSec is not used anywhere | Tor Lillqvist | |
2011-07-10 | Don't run cppunittester automatically when cross-compiling | Tor Lillqvist | |
2011-07-09 | sal_main_with_args() is static | Tor Lillqvist | |
2011-07-09 | iOS hacking for cppunittester | Tor Lillqvist | |
We don't need sal/main.h in salinit.cxx as far as I can see. Add stuff to sal/main.h so that we can link an iOS executable that actually will run, and hack the makefile so that cppunittester builds successfully. Of course, a cppunittester executable built here won't be usable for anything interesting as we don't build any dynamic libraries of LibreOffice code for iOS, so there is nothing to pass on the command line to load. But hey, baby steps, experimentation, doing work in the public, commit often, etc... | |||
2011-07-07 | workaround sal built with _GLIBCXX_DEBUG and cppunit build without it | Caolán McNamara | |
2011-07-04 | fix indent | Caolán McNamara | |
2011-07-04 | change O[U]StringBuffer::remove() to take start+len | Luboš Luňák | |
In order to be consistent with other usage in LO and C++ libs, instead of being consistent with Java. | |||
2011-07-03 | callcatcher: secondfunc unused | Caolán McNamara | |
2011-07-01 | missing else, *cough* | Caolán McNamara | |
2011-06-30 | extend CppUnit::Protector for context-less protection | Caolán McNamara | |
2011-06-30 | rearrange the cppunittester to allow makeFixture time exceptions catchable | Caolán McNamara | |
2011-06-30 | callcatcher: various unused foo | Caolán McNamara | |
2011-06-30 | callcatcher: unused code | Caolán McNamara | |