26c81592 | 09-Feb-2021 |
Jim Jagielski |
some macOS changes: o ensure current assembly of privateSnippetExecutor o BigSur note o Use vars to make it easier to change overall options o Java8 compatibility (ch
some macOS changes: o ensure current assembly of privateSnippetExecutor o BigSur note o Use vars to make it easier to change overall options o Java8 compatibility (cherry picked from commit 3187fb04a7844dcbfa332c4129f6e43deb893699)
show more ...
|
28337f97 | 08-Feb-2021 |
Arrigo Marchiori |
use std::vector instead of fixed-size array of cffLocal objects (#89) Also cleanup (compilation warnings, data types used only once) and add some comments |
901a9e50 | 05-Feb-2021 |
mseidel |
Use correct graphic |
52154912 | 04-Feb-2021 |
Pedro Lino <34394465+pedlino@users.noreply.github.com> |
Update url_transfer.htm |
f29d6dac | 04-Feb-2021 |
Jim Jagielski |
https://bugs.librdf.org/mantis/view.php?id=650 |
14bde5da | 04-Feb-2021 |
Jim Jagielski |
Check bounds (cherry picked from commit d0cfab3807a7378eda5575dc9edbf7a9ee0080a5) |
f1a18c4f | 04-Feb-2021 |
Jim Jagielski |
If we get an uncaught exception, simply return what we currently have instead of dropping core. (cherry picked from commit 7e6e49bfb42ec5f025eedff376c2a6471bb8f4b2) |
db691b76 | 02-Feb-2021 |
Jim Jagielski |
some macOS improvements, mostly around Xcode issues (cherry picked from commit a3aaa3158e09f64f0267f18c91a7408b3967df1c) |
4696c98e | 02-Feb-2021 |
Jim Jagielski |
fluff... only 10.9 and older |
87d312e1 | 02-Feb-2021 |
Jim Jagielski |
No longer support 10.7/10.8 (cherry picked from commit 530c83014bcf6ffc1a7778591c69217b12b0575d) |
a475517f | 02-Feb-2021 |
Arrigo Marchiori |
change c++ include paths on gcc >= 7 (#109) |
02bc9921 | 01-Feb-2021 |
Jim Jagielski |
When building on later Xcodes and when the target != the latest, we get this stupid error about weaks |
e66b37e3 | 30-Jan-2021 |
Arrigo Marchiori |
Merge pull request #119 from ardovm/clean Clean $OUTPATH directories as well as $INPATH The two variables are the same in non-product builds. This means that when switching from a n
Merge pull request #119 from ardovm/clean Clean $OUTPATH directories as well as $INPATH The two variables are the same in non-product builds. This means that when switching from a non-product build to a product build, leftovers from the former would not be deleted by dmake clean in the latter.
show more ...
|
c0f0fa7a | 21-Jan-2021 |
Arrigo Marchiori |
Clean $OUTPATH directories as well as $INPATH |
7620ab18 | 29-Jan-2021 |
mseidel |
Updated English dictionary |
f6624c03 | 26-Jan-2021 |
Arrigo Marchiori |
Adding missing SfxItemSet ranges and initialize them (#118) This is a copy (with very small adaptations) of the same logic from file frmsh.cxx starting at line 422 |
4869649e | 21-Jan-2021 |
Jim Jagielski |
Force SDKROOT for initial clang runs to work w/ Xcode 12.x |
cc847557 | 14-Jan-2021 |
Jim Jagielski |
Be consistent... 0 and not NULL |
1a882c56 | 12-Jan-2021 |
mseidel |
Fixed errors in Help, removed whitespace |
946d3240 | 11-Jan-2021 |
Jim Jagielski |
Force removal of possible stale version number |
882d61eb | 09-Jan-2021 |
Carl Marcum |
Flaky tests (#115) work on bvt flaky tests by adding a sleep and/or getting a value before checking the test result. |
d14b525b | 07-Jan-2021 |
Arrigo Marchiori |
Check for non-empty stacks before pop() |
b3fc2ec3 | 04-Jan-2021 |
mseidel |
Updated copyright year to 2021 |
b556d77e | 04-Jan-2021 |
mseidel |
Fixed typos, removed whitespace |
d921515f | 04-Jan-2021 |
Jim Jagielski |
Save getuid only for Solaris (do we even support that anymre)? |