Kevin P. Fleming: Author Summary
| Build | Completed | Code Changes | Tests |
|---|---|---|---|
| ASTSCFMASTER › GITALL › #85 | 6 months ago |
Allow 'clean' commands to be passed through by the gitall-asterisk-scf.sh script.
|
Testless build |
| ASTSCFMASTER › ICE › #45 | 6 months ago |
Imported Upstream version 3.3.0
Imported Upstream Version 3.4.2
Imported Upstream version 3.4.0
Imported Upstream version 3.3.1
Imported Upstream version 3.4.1
|
Testless build |
| ASTSCFMASTER › PJPROJECT › #493 | 6 months ago |
import version 1.8.5
import version 1.8
|
Testless build |
| ASTSCFMASTER › SIP › #75 | 7 months ago |
Use AsteriskSCF::PJLib::ThreadHook for tracking threads created by the Ice
runtime and by thread pools. Review: https://code.asterisk.org/code/cru/CR-ASTSCF-168 Remove file leftover from Component base class conversion.
|
Testless build |
| ASTSCFMASTER › MEDIARTPPJMEDIA › #50 | 7 months ago |
Use AsteriskSCF::PJLib::ThreadHook for tracking threads created by the
Ice runtime. Review: https://code.asterisk.org/code/cru/CR-ASTSCF-168 Remove file leftover from Component base class conversion.
|
Testless build |
| ASTSCFMASTER › LOGGING › #36 | 7 months ago |
Make yesterday's change to FileChainedLogout.cpp compile on Linux.
|
Testless build |
| ASTSCFMASTER › ICEUTILCPP › #44 | 7 months ago |
Add a common implementation of a thread hook used for tracking threads in a
component that also uses PJLIB. * Adds a new library, astscf-ice-util-cpp-pjlib. Review: https://code.asterisk.org/code/cru/CR-ASTSCF-168 Reorganize code in functions to better conform to coding guidelines.
(This was requested in CR-ASTSCF-168, but forgotten during the merge of the reviewed branch.) |
Testless build |
| ASTSCFMASTER › GITALL › #78 | 7 months ago |
Ignore media_operations_core subdirectory.
|
Testless build |
| ASTSCFMASTER › TESTCHANNEL › #116 | 9 months ago |
Changes to work with new single-build-directory CMake script.
CMakeLists.txt cleanup across the entire tree.
* Consistent formatting. * Removed old non-integrated build stuff. * Organized include_directories() calls since they affect every component in the directory they are executed in. * Keep all scripts lines for each component together. Remove obsolete setting of 'bindir'.
clean up license file
Add copyright/license headers where needed.
All Asterisk SCF components built with CMake are written in C++, so there is no need to specify it.
No need to explicitly request Ice and IceUtil libraries.
Resolve a variable shadowing warning.
Minor fixes for various code constructs that trip up GCC with new warning
options enabled (-Wextra, -Wconversion, -Wformat, and others). Merge branch 'master' of ssh://git.asterisk.org/asterisk-scf/integration/test_channel
|
Testless build |
| ASTSCFMASTER › SLICE › #63 | 9 months ago |
Add an initial version of the basic Hook interface and a SIP
authentication Extension Point. This all came from the relevant wiki pages on wiki.asterisk.org, with some minor modifications along the way. |
Testless build |
| Build | Completed | Code Changes | Tests |
|---|---|---|---|
| ASTSCFMASTER › SIP › #75 | 7 months ago |
Use AsteriskSCF::PJLib::ThreadHook for tracking threads created by the Ice
runtime and by thread pools. Review: https://code.asterisk.org/code/cru/CR-ASTSCF-168 Remove file leftover from Component base class conversion.
|
Testless build |
| ASTSCFMASTER › MEDIARTPPJMEDIA › #50 | 7 months ago |
Use AsteriskSCF::PJLib::ThreadHook for tracking threads created by the
Ice runtime. Review: https://code.asterisk.org/code/cru/CR-ASTSCF-168 Remove file leftover from Component base class conversion.
|
Testless build |
| ASTSCFMASTER › LOGGING › #36 | 7 months ago |
Make yesterday's change to FileChainedLogout.cpp compile on Linux.
|
Testless build |
| ASTSCFMASTER › GITALL › #78 | 7 months ago |
Ignore media_operations_core subdirectory.
|
Testless build |
| ASTSCFMASTER › GITALL › #74 | 9 months ago |
Ensure that the project's compiler flags are used when building pjproject.
With these changes, any compiler flags set by the CMake project that brings in pjproject.cmake will be provided to the pjproject 'configure' script, and will be applied to the builds made by its build system. This will allow debuggers to see into the pjproject code, if the containing project is being built in 'debug' mode. Merge branch 'master' of git://git.asterisk.org/asterisk-scf/release/cmake
Convert __astscf_append_to_var back to a macro.
This really does need to be a macro, not a function, so that the variable it sets will be set in the *caller's* PARENT_SCOPE. In the current code, all of the logic to set compiler flags is effectively ignored, because those variables aren't set in the proper scope. Bring in pjproject CMake script *after* initializing the main project.
In order to have the main project's compiler flags and build type taken into account by the pjproject build system, it must be initialized after the main project has been initialized. Use proper variable for identifying GNU C compiler.
The CMake variable that identifies the C compiler in use as 'GNU C' was not referenced properly; as a result, the script's attempts to set compiler flags for compiling C code did not take effect. |
Testless build |
| ASTSCFMASTER › BRIDGING › #75 | 9 months ago |
Resolve compiler warning about size_t/int comparison.
Resolve compiler warnings about unused variables.
|
Testless build |
| ASTSCFMASTER › SLICEPLUGINS › #54 | 10 months ago |
Update for Ice 3.4.2 default value handling.
Generate floating point default values properly.
|
Testless build |
| Build | Completed | Code Changes | Tests |
|---|---|---|---|
| ASTSCFMASTER › GITALL › #85 | 6 months ago |
Allow 'clean' commands to be passed through by the gitall-asterisk-scf.sh script.
|
Testless build |
| ASTSCFMASTER › SLICE › #63 | 9 months ago |
Add an initial version of the basic Hook interface and a SIP
authentication Extension Point. This all came from the relevant wiki pages on wiki.asterisk.org, with some minor modifications along the way. |
Testless build |
| ASTSCFMASTER › SLICE › #56 | 10 months ago |
Disable FormatVisitor usage.
Until we determine how we want to handle AudioFormat object visitation, disable the FormatVisitor from being used. |
Testless build |
| ASTSCFMASTER › GITALL › #68 | 10 months ago |
Explicitly link components to libpthread on UNIX-type platforms.
Fedora 14 and later require libraries and executables to be explicitly linked to all libraries they use; since most of our components use pthread facilities directly, they will now be linked to that library. (closes issue ASTSCF-207) Merge branch 'master' of git://git.asterisk.org/asterisk-scf/release/cmake
|
Testless build |