Brent Eagles: Author Summary
| Build | Completed | Code Changes | Tests |
|---|---|---|---|
| ASTSCFMASTER › GITALL › #91 | 1 month ago |
Change name of library for pjproject's resample lib.
Search for slice2cpp in 64 bit subdirectory for some types of ice installs.
The list of paths to search for x64 builds was incomplete.
Allowing test timeouts to be overridden in the target's CMakeLists.txt file.
|
Testless build |
| ASTSCFMASTER › LOGGING › #45 | 3 months ago |
Fix build error on Windows.
|
Testless build |
| ASTSCFMASTER › BRIDGING › #108 | 3 months ago |
- More explicit cleanup of session collections.
- Extra cleanup added to test suite. - Fix an insane bug in SessionCollection - Figured out that command line arguments must be used to disable the global leak detection, or the detect_memory_leaks(0) call has to be placed so it executes *after* boost::test::init() is called. - Knock the logging level down a bit in the configuration. |
Testless build |
| ASTSCFMASTER › BRIDGING › #107 | 3 months ago |
Disable memory leak dump and specify std::cout output (a-la routing component test)
|
Testless build |
| ASTSCFMASTER › GITALL › #89 | 3 months ago |
Change name of library for pjproject's resample lib.
Allowing test timeouts to be overridden in the target's CMakeLists.txt file.
|
Testless build |
| ASTSCFMASTER › PJPROJECT › #498 | 3 months ago |
Remove underscore at the end of a define that interfered with proper building
of release mode on Windows. |
Testless build |
| ASTSCFMASTER › PJPROJECT › #497 | 3 months ago |
Add static lib build for resample library.
|
Testless build |
| ASTSCFMASTER › SIP › #105 | 3 months ago |
Squashed commit of branch jira-astscf-397-sipuseragent. Integrates the
following changes: - Added a check to make sure that the smart proxy for the session router is only overridden if the configured and default values differ. - Changes to incorporate user agent header setting, propagate different media service name configurations as well as the routing service configuration name. The latter involved adding an override in the PJSSIPSessionModule prior to call begin_routeSession(). - Added support for configuration of the "User-Agent" general configuration item. |
Testless build |
| ASTSCFMASTER › ICEUTILCPP › #68 | 3 months ago |
Merged branch jira-astscf-397-sipuseragent.
- Adding some accessors to the smart proxy members, mostly that a new one might be created with only slightly modified values. |
Testless build |
| ASTSCFMASTER › SIP › #104 | 3 months ago |
Merging dev/jira-astscf-397-cryptokey-configuration.
|
Testless build |
| Build | Completed | Code Changes | Tests |
|---|---|---|---|
| ASTSCFMASTER › BRIDGING › #105 | 3 months ago |
- Fix up some logging messages.
- Null handle checks in some of the tasks (exceptions were showing up in the test suite. - Quick hack for setting log level by confiugration.. the component's logger isn't being used, instead the file scoped copy is.. .wrong! Still, didn't change that.. enough unrelated changes made in this commit already. - A lot of stuff was not calling removeState when it was going away. - The test suite doesn't really do replication correctly.. which might be part of the problem. |
Testless build |
| ASTSCFMASTER › MEDIARTPPJMEDIA › #54 | 5 months ago |
Modify all unit tests to use the loopback adapter.
|
Testless build |
| ASTSCFMASTER › LOGGING › #40 | 5 months ago |
Convert all unit tests to use loopback address.
|
Testless build |
| ASTSCFMASTER › ICEUTILCPP › #53 | 5 months ago |
All proxies and object adapters use the loopback adapter for endpoints
instead of all available interfaces. |
Testless build |
| ASTSCFMASTER › GITALL › #84 | 6 months ago |
Clear out source/lib cache entries for tracking files that are part of a target
when the target is initialized via ascf_component_init(). This prevents constantly growing entries and the persistence of files that may have been renamed/moved in the generated build system. Also corrected a flaw on the generated Windows projects for generated code compilation that produced numerous meaningingless warnings (/W3 has been replaced by /w). |
Testless build |
| ASTSCFMASTER › SIP › #75 | 7 months ago |
Add configuration option documentation for NAT traversal enabled endpoints.
Modified Ice property processing to comply with recent changes to property
naming conventions. Note: In the case of the STUNModule configuration, this resulted in (IMO) a less-than-ideal change that would be better served by refactoring in a pjproject configuration class (or something to that effect). Generally speaking, it is preferable to avoid proliferation of property processing throughout the code. In this case, I was a bit more willing to let it slide because it is a startup-processing type of thing. |
Testless build |
| ASTSCFMASTER › MEDIARTPPJMEDIA › #50 | 7 months ago |
Fix Winsock/Winsock2 build errors on Windows.
Comments for the ICE and SRTP related configuration options.
|
Testless build |
| ASTSCFMASTER › PJPROJECT › #491 | 7 months ago |
Add support for building resampling third party library on Windows
|
Testless build |
| ASTSCFMASTER › LOGGING › #36 | 7 months ago |
Add "Trace" logging level
Fix missing boost library for building on Windows.
Add filesystem library to logging server.
Fix a reference count bug in the logger client library that would cause the
LogOut object to be destroyed once the IceLogger factory goes out of scope IF it were TopicManager.Proxy was NOT defined as the servant would not be added to the object adapter. The current fix is to add it to the adapter regardless. It will be cleaned up when the adapter is destroyed. Also added assignment operator (prob unnecessary, was written whilst tracking down the above issue), and moved the DLL export macro to the class declaration instead of the individual methods. Also added LogOut to the server project since it was missing linking with the destructor. |
Testless build |
| ASTSCFMASTER › GITALL › #78 | 7 months ago |
Add a define to quiet some nuisance warnings from Boost.
Add support for resampling library on Windows.
Fix error in adding resampling library dependency.
|
Testless build |
| Build | Completed | Code Changes | Tests |
|---|---|---|---|
| ASTSCFMASTER › PJPROJECT › #497 | 3 months ago |
Add static lib build for resample library.
|
Testless build |
| ASTSCFMASTER › BRIDGING › #104 | 3 months ago |
Remove duplicate/obsoleted class.
|
Testless build |
| ASTSCFMASTER › GITALL › #87 | 4 months ago |
Add /MP flag to Windows projects
Add support for resampling library on Windows.
- Put MSVC compiler conditional around /MP flag option.
- Reset cached strings for some key common component target related variables. - Add MSVC specific tweak for disabling warnings on generated code. /W0 instead of -w removes the warning that shows up everywhere when compiling on Windows. Fix error in adding resampling library dependency.
|
Testless build |
| ASTSCFMASTER › SIP › #72 | 8 months ago |
The Sip Session Gateway requires /bigobj for the Windows x64 target.
|
Testless build |
| ASTSCFMASTER › GITALL › #76 | 9 months ago |
Removing bogus trace message.
Add matroska subdirectory to build
Add matroska directory to gitall script.
Add function to disable warnings-as-errors for gcc on a project-by-project
basis Slightly bumped test timeout to account for tests that take a little while (bridging).
Remove cruft accidentally pasted in.
|
Testless build |