David M. Lee: Author Summary
| Build | Completed | Code Changes | Tests |
|---|---|---|---|
| ASTSCFMASTER › PJPROJECT › #501 | 1 month ago |
Ignoring a.out.dSYM
|
Testless build |
| ASTSCFMASTER › PJPROJECT › #500 | 1 month ago |
Fix for OS X
Asterisk SCF doesn't actually _work_ on OS X, but it can be useful to build on OS X. Merge branch 'fix-osx'
|
Testless build |
| ASTSCFMASTER › GITALL › #91 | 1 month ago |
Fix for OS X.
Apple's version of GCC doesn't support --no-undefined. Unfortunately, there's not a straightforward way to test for the flag, so if (NOT APPLE) it is. Fix symbol resolution problems on OS X.
On OS X, if an object is passed between modules, it would have unexpected RTTI, which would cause dynamic_cast to fail. Adding the -flat_namespace flag allows dlopen's RTLD_GLOBAL flag to work properly. Merge remote-tracking branch 'cmake/master'
|
Testless build |
| ASTSCFMASTER › LOGGING › #50 | 1 month ago |
Statically link in the core logger server code
Convinced myself it safe in the course of researching https://wiki.asterisk.org/wiki/x/HQsiAQ |
Testless build |
| ASTSCFMASTER › LOGGING › #49 | 1 month ago |
Smattering DLL_EXPORT for to fix Windows
Properly link logger config slice
|
Testless build |
| ASTSCFMASTER › LOGGING › #48 | 1 month ago |
Fix for Windows + newer Boost.
Turns out that .native() on Windows returns a wstring instead of a narrow string. Using the .string() function works much better (go figure). |
Testless build |
| ASTSCFMASTER › SERVICEDISCOVERY › #163 | 1 month ago |
Change prefix name for CollocatedIceStorm.
This was specified by a property, but that extra level of indirection makes it really confusing. Plus, the name specified was always the service's appName anyways. So just go with that. |
Testless build |
| ASTSCFMASTER › ICEUTILCPP › #70 | 2 months ago |
Fixed a few uninitialized variable errors
Fixed what() overrides for thread hook exceptions
The cv spec must match for function overrides. Fixed uninitialized reference
|
Testless build |
| ASTSCFMASTER › ICE › #54 | 3 months ago |
ZeroC's patch to detect paths on Windows
Removing our auto-path patch in favor of ZeroC's
Merge branch 'zeroc-java-windows-auto-path'
|
Testless build |
| ASTSCFMASTER › ICE › #53 | 3 months ago |
Merge branch 'java-windows-handle-load-exception'
Corrected omission in IllegalArgumentException fix
It helps to actually assign the stream to the variable :-) |
Testless build |
| Build | Completed | Code Changes | Tests |
|---|---|---|---|
| ASTSCFMASTER › PJPROJECT › #500 | 1 month ago |
Fix for OS X
Asterisk SCF doesn't actually _work_ on OS X, but it can be useful to build on OS X. Merge branch 'fix-osx'
|
Testless build |
| ASTSCFMASTER › LOGGING › #48 | 1 month ago |
Fix for Windows + newer Boost.
Turns out that .native() on Windows returns a wstring instead of a narrow string. Using the .string() function works much better (go figure). |
Testless build |
| ASTSCFMASTER › ASTSCFMEDIAOPSCORE › #3 | 3 months ago |
Pass exceptions on up to the test framework.
Fixes set-but-not-used errors. |
Testless build |
| ASTSCFMASTER › ROUTING › #112 | 3 months ago |
Pass exceptions on up to the test framework.
Fixes set-but-not-used errors. |
Testless build |
| ASTSCFMASTER › SERVICEDISCOVERY › #143 | 7 months ago |
Use getBooleanPropertyValueWithDefault for consistency
|
Testless build |
| Build | Completed | Code Changes | Tests |
|---|---|---|---|
| ASTSCFMASTER › ICEUTILCPP › #70 | 2 months ago |
Fixed a few uninitialized variable errors
Fixed what() overrides for thread hook exceptions
The cv spec must match for function overrides. Fixed uninitialized reference
|
Testless build |
| ASTSCFMASTER › LOGGING › #46 | 3 months ago |
Adding support for older versions of Boost
Several logger unit test fixes.
* Lexically casting a path to string inconsistently put double quotes around the path. Use .native() instead * Client side time formatting was simply broken. * Rewrote ExpectedLogOut.check so the assertion message was actually useful. * Added note about the brittleness of the time sensitive tests. |
Testless build |
| ASTSCFMASTER › GITALL › #87 | 4 months ago |
Merge branch 'cmake-master'
Some files were changed in the cmake/ subdirectory of gitall, which is a Bad Thing(TM), since those files come in via a subtree merge. This commit merges the changes to hopefully get change tracking synchronized between the two. This will introduce duplicate changes in history, where a change in gitall was cherry-picked into cmake and merged back. But that's the most sane way to get things back in working order. Conflicts: cmake/AsteriskSCF.cmake |
Testless build |