Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/barcode
/
jurt
c9e6b58
enable tcpNoDelay for loopback connections automatically
by Noel Grandin
· 11 years ago
8672eca
-Werror,-Wmacro-redefined (under Clang -fsanitize=*)
by Stephan Bergmann
· 11 years ago
43cc8ad
java: remove dead code
by Noel Grandin
· 11 years ago
39327e7
java: remove OOoRunnerLight
by Noel Grandin
· 11 years ago
454dddd
java: remove some unused fields and variables
by Noel Grandin
· 11 years ago
b09964e
update documentation
by Stephan Bergmann
· 11 years ago
7557f23
java: reduce visibility of fields and methods
by Noel Grandin
· 11 years ago
6ddde10
rhbz#1036877: Join Java AsynchronousFinalizer thread well before exit
by Stephan Bergmann
· 11 years ago
147ff66
Typo "mehtod" -> "method"
by Stephan Bergmann
· 11 years ago
b21f243
fdo#86745 - Possible exception/segfault in jurt jpipe.dll under Windows ...
by Juergen Funk
· 11 years ago
c199b76
java: remove some unused local variables
by Noel Grandin
· 11 years ago
827430c
Fold URE: Windows
by Stephan Bergmann
· 11 years ago
8fdb239
Fold URE: Linux ure/share/java/* -> program/classes/
by Stephan Bergmann
· 11 years ago
45ca1bf
Fold URE: Linux ure/lib/* -> program/
by Stephan Bergmann
· 11 years ago
e814dac
readwrite_helper.c -> readwrite_helper.cxx
by Stephan Bergmann
· 11 years ago
df451d6
pipe.c -> pipe.cxx
by Stephan Bergmann
· 11 years ago
b64c90c1
nlsupport.c -> nlsupport.cxx
by Stephan Bergmann
· 11 years ago
431a7c4
mutex.c -> mutex.cxx
by Stephan Bergmann
· 11 years ago
42ab57c
memory.c -> memory.cxx
by Stephan Bergmann
· 11 years ago
0063cf2
java: make fields final where possible
by Noel Grandin
· 11 years ago
da40cac
Fix common typos. No automatic tools. Handmade…
by Andrea Gelmini
· 11 years ago
b95dcb9
java: last statement in finalize() method should be call to super.finalize()
by Noel Grandin
· 11 years ago
36ff152
java: reduce excessive code indentation levels
by Noel Grandin
· 11 years ago
0c0e3e7
Fixed typos. No automatic tools (sed, and so on).
by Andrea Gelmini
· 11 years ago
d0a8fc2
Fix indentation
by Stephan Bergmann
· 11 years ago
9341bf3
java: when rethrowing, store the original exception
by Noel Grandin
· 11 years ago
fa22664
java: always use braces for while loops
by Noel Grandin
· 11 years ago
973eb2f
java: reduce the depth of some deeply nested if blocks
by Noel Grandin
· 11 years ago
530f060
jurt: print an array with java.util.Arrays.toString
by Robert Antoni Buj i Gelonch
· 11 years ago
f6388e1
java: import from the same package
by Robert Antoni Buj i Gelonch
· 11 years ago
7afbb82
jurt: use new exception constructors
by Robert Antoni Buj i Gelonch
· 11 years ago
c2b5aff
jurt: remove unused import
by Robert Antoni Buj i Gelonch
· 11 years ago
610f338
java: no need to check for null before calling instanceof
by Noel Grandin
· 12 years ago
585ac6e
sal/osl/unx/thread.c -> .cxx
by Stephan Bergmann
· 12 years ago
a67e6ae
Precise, platform-specific Class-Path path for NativeLibraryLoader use
by Stephan Bergmann
· 12 years ago
d5cdc75
fix Java1.5 incompatibility
by Noel Grandin
· 12 years ago
ab7ccd8
jurt: remove constructor in AnyConverter_Test (JUnit)
by Robert Antoni Buj i Gelonch
· 12 years ago
83636d2
java: when rethrowing exceptions, store the original cause
by Noel Grandin
· 12 years ago
5c2d2d0
jurt: encode(String) in URLEncoder has been deprecated
by rbuj
· 12 years ago
6492c85
Make the "Mac-like" or "canonical" app bundle structure always used on OS X
by Tor Lillqvist
· 12 years ago
420170c
set names on some Java threads
by Michael Stahl
· 12 years ago
52821cd
Fix condition
by Stephan Bergmann
· 12 years ago
ddc7bb6
Poor hack for libjpipe.so under Clang -fsanitize=*
by Stephan Bergmann
· 12 years ago
66d0316
jurt: fix javadoc error: unexpected end tag: </p>
by rbuj
· 12 years ago
dc64ffb
jurt: fix some javadoc errors for JDK 8
by rbuj
· 12 years ago
c0415d5
java: remove unnecessary constructor declarations
by Noel Grandin
· 12 years ago
8c9fdc4
java: remove modifiers implied by the context
by Noel Grandin
· 12 years ago
37c49c3
jurt: Throwable.getCause() instead of Throwable.getTargetException()
by rbuj
· 12 years ago
4b4bff3
java: no need to instantiate String objects directly
by Noel Grandin
· 12 years ago
c552aac
java: use 'Byte.valueOf' instead of 'new Byte'
by Noel Grandin
· 12 years ago
0764292
java: use 'Short.valueOf' instead of 'new Short'
by Noel Grandin
· 12 years ago
8a2c6c2
java: use 'Long.valueOf' instead of 'new Long'
by Noel Grandin
· 12 years ago
ff0ad04
java: use 'Integer.valueOf' instead of 'new Integer'
by Noel Grandin
· 12 years ago
be1bb7b
java: use Boolean.valueOf instead of instantiating Boolean objects
by Noel Grandin
· 12 years ago
56ef553
java: classes in java.lang package do not need to be fully qualified
by Noel Grandin
· 12 years ago
ac5954d
java: remove commented out code
by Noel Grandin
· 12 years ago
5656fe5
java: fix broken javadoc tags
by Noel Grandin
· 12 years ago
0477e6c
java: add @Override annotation to overriding methods
by Noel Grandin
· 12 years ago
85ab4a1
jurt: Use <T> T[] toArray(T[] a)
by rbuj
· 12 years ago
6ac5235
Make this work better in the ENABLE_MACOSX_MACLIKE_APP_STRUCTURE case
by Tor Lillqvist
· 12 years ago
bb8540a
jurt: Number parsing
by rbuj
· 12 years ago
8f020a4
java: redundant assignment, variable can only be null
by Noel Grandin
· 12 years ago
e5bc8b6
java: variable cannot be null
by Noel Grandin
· 12 years ago
a274d19
java: remove redundant super-interfaces
by Noel Grandin
· 12 years ago
8d6cf7a
java: remove dead methods
by Noel Grandin
· 12 years ago
0c5f51e
java: remove commented out code
by Noel Grandin
· 12 years ago
d26540b
java: remove unused fields
by Noel Grandin
· 12 years ago
f124688
java: remove various unused variables
by Noel Grandin
· 12 years ago
586eea3
java: remove pre Java 1.5 workaround in UrlToFileMapper
by Noel Grandin
· 12 years ago
66c34ff
java: remove workarounds for missing functionality pre java 1.5
by Noel Grandin
· 12 years ago
dc2cd08
simplify some java static initializers
by Noel Grandin
· 12 years ago
dfb1d56
jurt: Enhanced For-Loops
by rbuj
· 12 years ago
c9e61e0
typos
by Michael Stahl
· 12 years ago
b013585
jurt: Enhanced For-Loops, code formatting, javadoc & overrides
by rbuj
· 12 years ago
d5fb4b7
Typos
by Julien Nabet
· 12 years ago
b2c987f
coverity#705190 Missing break in switch
by Caolán McNamara
· 12 years ago
638848d
idl: remove external header guards
by Thomas Arnhold
· 12 years ago
19c4d8d
Many spelling fixes: directories h* - p*.
by Pedro Giffuni
· 12 years ago
c15913b
Spelling fix: suported
by Tor Lillqvist
· 12 years ago
7078dbb
jurt: simplify deprecated XTypeProvider.getImplementationId
by Stephan Bergmann
· 12 years ago
e524ecb
Remove visual noise from jurt
by Alexander Wilms
· 12 years ago
0d39680
More java.lang.System.mapLibraryName dylib vs. jnilib confusion
by Stephan Bergmann
· 12 years ago
ac6e8ac
typo fixes in comments
by Andras Timar
· 12 years ago
92644ee
Grammar fix
by Stephan Bergmann
· 12 years ago
b55259e
typo fixes
by Andras Timar
· 12 years ago
5b29d3a
gbuild: refactor UnoApi to remove rdb files from OUTDIR
by Michael Stahl
· 12 years ago
3fb51fe
[API CHANGE] Remove unused CPLD_ACCESS feature from C++/Java component loaders
by Stephan Bergmann
· 13 years ago
3656a57
add mode lines to new files (and idls) since last run
by Caolán McNamara
· 13 years ago
6db34b6
Directly build UNOIDL .rdb files from .idl files
by Stephan Bergmann
· 13 years ago
a382dad
Clean up Mac OS X .jnilibs
by Stephan Bergmann
· 13 years ago
08452f1
Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA
by Tor Lillqvist
· 13 years ago
07976ee
Don't export a variable called PATH_SEPARATOR
by Tor Lillqvist
· 13 years ago
cb6d67c
Spelling "separate" (etc) correctly is hard
by Tor Lillqvist
· 13 years ago
57a14ea
Clean up Java ServiceManager bootstrapping
by Stephan Bergmann
· 13 years ago
1cc9bbf
gbuild: drop empty use_packages calls
by David Tardon
· 13 years ago
6c7659b
move URE headers to include/
by David Tardon
· 13 years ago
62badf38
Move to MPLv2 license headers, with ESC decision and author's permission.
by Michael Meeks
· 13 years ago
65d3bc8
fix stupid typo
by David Tardon
· 13 years ago
f9c4504
create the jnilib in the right dir
by David Tardon
· 13 years ago
02aee3b
update makefiles
by David Tardon
· 13 years ago
Next »