projects
/
anna.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e08f7cf
)
Add anna_ to libraries and examples
author
Eduardo Ramos Testillano
<eduardo.ramos.testillano@ericsson.com>
Mon, 19 Jun 2017 09:41:53 +0000
(11:41 +0200)
committer
Eduardo Ramos Testillano
<eduardo.ramos.testillano@ericsson.com>
Mon, 19 Jun 2017 09:41:53 +0000
(11:41 +0200)
61 files changed:
CMakeLists.txt
patch
|
blob
|
history
example/comm/blocker/libraries.txt
patch
|
blob
|
history
example/comm/brkClient/libraries.txt
patch
|
blob
|
history
example/comm/client/libraries.txt
patch
|
blob
|
history
example/comm/codec/libraries.txt
patch
|
blob
|
history
example/comm/datagramKClient/libraries.txt
patch
|
blob
|
history
example/comm/datagramRServer/libraries.txt
patch
|
blob
|
history
example/comm/irkClient/libraries.txt
patch
|
blob
|
history
example/comm/kClient/libraries.txt
patch
|
blob
|
history
example/comm/kxClient/libraries.txt
patch
|
blob
|
history
example/comm/largeBinaryCodec/libraries.txt
patch
|
blob
|
history
example/comm/rServer/libraries.txt
patch
|
blob
|
history
example/comm/rrClient/libraries.txt
patch
|
blob
|
history
example/comm/rrkClient/libraries.txt
patch
|
blob
|
history
example/comm/server/libraries.txt
patch
|
blob
|
history
example/core/genLogon/libraries.txt
patch
|
blob
|
history
example/core/ipManaging/libraries.txt
patch
|
blob
|
history
example/core/recycler/libraries.txt
patch
|
blob
|
history
example/core/regularExpression/libraries.txt
patch
|
blob
|
history
example/core/selectiveTracing/libraries.txt
patch
|
blob
|
history
example/core/showLogon/libraries.txt
patch
|
blob
|
history
example/core/sort/libraries.txt
patch
|
blob
|
history
example/core/sortName/libraries.txt
patch
|
blob
|
history
example/core/thread/libraries.txt
patch
|
blob
|
history
example/core/threadManager/libraries.txt
patch
|
blob
|
history
example/core/trace/libraries.txt
patch
|
blob
|
history
example/core/zBlock/libraries.txt
patch
|
blob
|
history
example/dbms.mysql/xInsert/libraries.txt
patch
|
blob
|
history
example/dbms.mysql/xSelect/libraries.txt
patch
|
blob
|
history
example/dbos/workdir/libraries.txt
patch
|
blob
|
history
example/diameter/batchConverter/libraries.txt
patch
|
blob
|
history
example/diameter/launcher/deploy.sh
patch
|
blob
|
history
example/diameter/launcher/deployments/st-client/program.sh
patch
|
blob
|
history
example/diameter/launcher/libraries.txt
patch
|
blob
|
history
example/diameter/launcher/resources/scripts/select_dynlib.sh
patch
|
blob
|
history
example/diameter/pcapDecoder/libraries.txt
patch
|
blob
|
history
example/diameter/stackManagement/libraries.txt
patch
|
blob
|
history
example/diameter/tme/libraries.txt
patch
|
blob
|
history
example/http/buffer/libraries.txt
patch
|
blob
|
history
example/http/client/libraries.txt
patch
|
blob
|
history
example/http/echo/libraries.txt
patch
|
blob
|
history
example/http/kClient/libraries.txt
patch
|
blob
|
history
example/http/rServer/libraries.txt
patch
|
blob
|
history
example/http/server/libraries.txt
patch
|
blob
|
history
example/http/wims20Client/libraries.txt
patch
|
blob
|
history
example/http/wims20RServer/libraries.txt
patch
|
blob
|
history
example/http/wims20XClient/libraries.txt
patch
|
blob
|
history
example/http/wims20XRServer/libraries.txt
patch
|
blob
|
history
example/http/xmlClient/libraries.txt
patch
|
blob
|
history
example/http/xmlRServer/libraries.txt
patch
|
blob
|
history
example/http/xmlSender/libraries.txt
patch
|
blob
|
history
example/io/reader/libraries.txt
patch
|
blob
|
history
example/ldap/tSearch/libraries.txt
patch
|
blob
|
history
example/time/conversor/libraries.txt
patch
|
blob
|
history
example/timex/ArithmeticHTTPServer/libraries.txt
patch
|
blob
|
history
example/xml/xmlBasic/libraries.txt
patch
|
blob
|
history
example/xml/xmlBinary/libraries.txt
patch
|
blob
|
history
example/xml/xpath/libraries.txt
patch
|
blob
|
history
test/config/libraries.txt
patch
|
blob
|
history
test/core/libraries.txt
patch
|
blob
|
history
test/time/libraries.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
ef993e9
..
576325c
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-117,8
+117,8
@@
SUBDIRLIST(SUBDIRS ${CMAKE_CURRENT_SOURCE_DIR}/source)
FOREACH(subdir ${SUBDIRS})
message(STATUS "Processing library at: source/${subdir}")
file(GLOB_RECURSE SRCS source/${subdir}/*.cpp)
FOREACH(subdir ${SUBDIRS})
message(STATUS "Processing library at: source/${subdir}")
file(GLOB_RECURSE SRCS source/${subdir}/*.cpp)
- add_library(${subdir}_static STATIC ${SRCS})
- add_library(${subdir}_shared SHARED ${SRCS})
+ add_library(
anna_
${subdir}_static STATIC ${SRCS})
+ add_library(
anna_
${subdir}_shared SHARED ${SRCS})
ENDFOREACH()
# <dynamic>
ENDFOREACH()
# <dynamic>
@@
-131,20
+131,15
@@
FOREACH(procedure ${DYNAMIC_PROCEDURES})
message(STATUS "Processing dynamic library at: dynamic/launcher/${rel}")
file(GLOB_RECURSE SRCS dynamic/launcher/${rel}/*.cpp)
message(STATUS "Processing dynamic library at: dynamic/launcher/${rel}")
file(GLOB_RECURSE SRCS dynamic/launcher/${rel}/*.cpp)
- add_library(launcher_procedure_${libpath}_shared SHARED ${SRCS})
+ add_library(
anna_
launcher_procedure_${libpath}_shared SHARED ${SRCS})
set(target_dirname build/${CMAKE_BUILD_TYPE}/lib/dynamic/launcher/${rel})
set(target_dirname build/${CMAKE_BUILD_TYPE}/lib/dynamic/launcher/${rel})
- set(target_basename launcher_procedure_${libpath}_shared)
+ set(target_basename
anna_
launcher_procedure_${libpath}_shared)
set_target_properties(${target_basename} PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${target_dirname})
#file(RENAME ${target_dirname}/lib${target_basename}.so ${target_dirname}/libprocedure.so)
ENDFOREACH()
set_target_properties(${target_basename} PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${target_dirname})
#file(RENAME ${target_dirname}/lib${target_basename}.so ${target_dirname}/libprocedure.so)
ENDFOREACH()
-# Linking example:
-#file(GLOB_RECURSE SRCS ${CMAKE_CURRENT_SOURCE_DIR}/example/core/genLogon/*.cpp)
-#add_executable(genLogon ${SRCS})
-#target_link_libraries(genLogon core_static app_static core_static test_static xml_static io_static crypto xml2 rt)
-
# Generalization:
# <example>
SUBDIRLIST(MODULES ${CMAKE_CURRENT_SOURCE_DIR}/example)
# Generalization:
# <example>
SUBDIRLIST(MODULES ${CMAKE_CURRENT_SOURCE_DIR}/example)
@@
-157,7
+152,7
@@
FOREACH(module ${MODULES})
file(GLOB_RECURSE SRCS ${CMAKE_CURRENT_SOURCE_DIR}/example/${module}/${subdir}/*.cpp)
# Executable
file(GLOB_RECURSE SRCS ${CMAKE_CURRENT_SOURCE_DIR}/example/${module}/${subdir}/*.cpp)
# Executable
- set(target "${module}_${subdir}")
+ set(target "
anna_
${module}_${subdir}")
add_executable(${target} "${SRCS}")
set_target_properties(${target} PROPERTIES LINKER_LANGUAGE CXX)
set(libraries_file "${CMAKE_CURRENT_SOURCE_DIR}/example/${module}/${subdir}/libraries.txt")
add_executable(${target} "${SRCS}")
set_target_properties(${target} PROPERTIES LINKER_LANGUAGE CXX)
set(libraries_file "${CMAKE_CURRENT_SOURCE_DIR}/example/${module}/${subdir}/libraries.txt")
@@
-201,7
+196,7
@@
FOREACH(module ${MODULES})
file(GLOB_RECURSE SRCS ${CMAKE_CURRENT_SOURCE_DIR}/test/${module}/*.cpp)
# Executable
file(GLOB_RECURSE SRCS ${CMAKE_CURRENT_SOURCE_DIR}/test/${module}/*.cpp)
# Executable
- set(target "test_${module}")
+ set(target "
anna_
test_${module}")
add_executable(${target} "${SRCS}")
target_link_libraries(${target} ${GTEST_BOTH_LIBRARIES} pthread)
set(libraries_file "${CMAKE_CURRENT_SOURCE_DIR}/test/${module}/libraries.txt")
add_executable(${target} "${SRCS}")
target_link_libraries(${target} ${GTEST_BOTH_LIBRARIES} pthread)
set(libraries_file "${CMAKE_CURRENT_SOURCE_DIR}/test/${module}/libraries.txt")
diff --git
a/example/comm/blocker/libraries.txt
b/example/comm/blocker/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/comm/blocker/libraries.txt
+++ b/
example/comm/blocker/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/comm/brkClient/libraries.txt
b/example/comm/brkClient/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/comm/brkClient/libraries.txt
+++ b/
example/comm/brkClient/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/comm/client/libraries.txt
b/example/comm/client/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/comm/client/libraries.txt
+++ b/
example/comm/client/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/comm/codec/libraries.txt
b/example/comm/codec/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/comm/codec/libraries.txt
+++ b/
example/comm/codec/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/comm/datagramKClient/libraries.txt
b/example/comm/datagramKClient/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/comm/datagramKClient/libraries.txt
+++ b/
example/comm/datagramKClient/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/comm/datagramRServer/libraries.txt
b/example/comm/datagramRServer/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/comm/datagramRServer/libraries.txt
+++ b/
example/comm/datagramRServer/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/comm/irkClient/libraries.txt
b/example/comm/irkClient/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/comm/irkClient/libraries.txt
+++ b/
example/comm/irkClient/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/comm/kClient/libraries.txt
b/example/comm/kClient/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/comm/kClient/libraries.txt
+++ b/
example/comm/kClient/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/comm/kxClient/libraries.txt
b/example/comm/kxClient/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/comm/kxClient/libraries.txt
+++ b/
example/comm/kxClient/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/comm/largeBinaryCodec/libraries.txt
b/example/comm/largeBinaryCodec/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/comm/largeBinaryCodec/libraries.txt
+++ b/
example/comm/largeBinaryCodec/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/comm/rServer/libraries.txt
b/example/comm/rServer/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/comm/rServer/libraries.txt
+++ b/
example/comm/rServer/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/comm/rrClient/libraries.txt
b/example/comm/rrClient/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/comm/rrClient/libraries.txt
+++ b/
example/comm/rrClient/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/comm/rrkClient/libraries.txt
b/example/comm/rrkClient/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/comm/rrkClient/libraries.txt
+++ b/
example/comm/rrkClient/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/comm/server/libraries.txt
b/example/comm/server/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/comm/server/libraries.txt
+++ b/
example/comm/server/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/core/genLogon/libraries.txt
b/example/core/genLogon/libraries.txt
index
6f0d1f3
..
a0c8118
100644
(file)
--- a/
example/core/genLogon/libraries.txt
+++ b/
example/core/genLogon/libraries.txt
@@
-1,8
+1,8
@@
-app_static
-test_static
-xml_static
-io_static
-core_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
rt
xml2
crypto
rt
xml2
crypto
diff --git
a/example/core/ipManaging/libraries.txt
b/example/core/ipManaging/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/core/ipManaging/libraries.txt
+++ b/
example/core/ipManaging/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/core/recycler/libraries.txt
b/example/core/recycler/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/core/recycler/libraries.txt
+++ b/
example/core/recycler/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/core/regularExpression/libraries.txt
b/example/core/regularExpression/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/core/regularExpression/libraries.txt
+++ b/
example/core/regularExpression/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/core/selectiveTracing/libraries.txt
b/example/core/selectiveTracing/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/core/selectiveTracing/libraries.txt
+++ b/
example/core/selectiveTracing/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/core/showLogon/libraries.txt
b/example/core/showLogon/libraries.txt
index
f167a29
..
0faeb38
100644
(file)
--- a/
example/core/showLogon/libraries.txt
+++ b/
example/core/showLogon/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/core/sort/libraries.txt
b/example/core/sort/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/core/sort/libraries.txt
+++ b/
example/core/sort/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/core/sortName/libraries.txt
b/example/core/sortName/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/core/sortName/libraries.txt
+++ b/
example/core/sortName/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/core/thread/libraries.txt
b/example/core/thread/libraries.txt
index
afef9e3
..
102011c
100644
(file)
--- a/
example/core/thread/libraries.txt
+++ b/
example/core/thread/libraries.txt
@@
-1,5
+1,5
@@
-io_static
-core_static
-xml_static
+
anna_
io_static
+
anna_
core_static
+
anna_
xml_static
rt
xml2
rt
xml2
diff --git
a/example/core/threadManager/libraries.txt
b/example/core/threadManager/libraries.txt
index
22da4df
..
6ca4cd7
100644
(file)
--- a/
example/core/threadManager/libraries.txt
+++ b/
example/core/threadManager/libraries.txt
@@
-1,4
+1,4
@@
-core_static
-xml_static
+
anna_
core_static
+
anna_
xml_static
rt
xml2
rt
xml2
diff --git
a/example/core/trace/libraries.txt
b/example/core/trace/libraries.txt
index
0fee661
..
0a070a2
100644
(file)
--- a/
example/core/trace/libraries.txt
+++ b/
example/core/trace/libraries.txt
@@
-1,10
+1,10
@@
-comm_static
-timex_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/core/zBlock/libraries.txt
b/example/core/zBlock/libraries.txt
index
feb5872
..
ac6d68f
100644
(file)
--- a/
example/core/zBlock/libraries.txt
+++ b/
example/core/zBlock/libraries.txt
@@
-1,6
+1,6
@@
-io_static
-core_static
-xml_static
+
anna_
io_static
+
anna_
core_static
+
anna_
xml_static
z
rt
xml2
z
rt
xml2
diff --git
a/example/dbms.mysql/xInsert/libraries.txt
b/example/dbms.mysql/xInsert/libraries.txt
index
e856851
..
9806884
100644
(file)
--- a/
example/dbms.mysql/xInsert/libraries.txt
+++ b/
example/dbms.mysql/xInsert/libraries.txt
@@
-1,10
+1,10
@@
-dbms.mysql_static
-dbms_static
-comm_static
-app_static
-xml_static
-io_static
-core_static
+
anna_
dbms.mysql_static
+
anna_
dbms_static
+
anna_
comm_static
+a
nna_a
pp_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
mysqlclient
rt
xml2
mysqlclient
rt
xml2
diff --git
a/example/dbms.mysql/xSelect/libraries.txt
b/example/dbms.mysql/xSelect/libraries.txt
index
e856851
..
9806884
100644
(file)
--- a/
example/dbms.mysql/xSelect/libraries.txt
+++ b/
example/dbms.mysql/xSelect/libraries.txt
@@
-1,10
+1,10
@@
-dbms.mysql_static
-dbms_static
-comm_static
-app_static
-xml_static
-io_static
-core_static
+
anna_
dbms.mysql_static
+
anna_
dbms_static
+
anna_
comm_static
+a
nna_a
pp_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
mysqlclient
rt
xml2
mysqlclient
rt
xml2
diff --git
a/example/dbos/workdir/libraries.txt
b/example/dbos/workdir/libraries.txt
index
bb96015
..
5a99acb
100644
(file)
--- a/
example/dbos/workdir/libraries.txt
+++ b/
example/dbos/workdir/libraries.txt
@@
-1,9
+1,9
@@
-dbos_static
-dbms_static
-comm_static
-app_static
-xml_static
-io_static
-core_static
+
anna_
dbos_static
+
anna_
dbms_static
+
anna_
comm_static
+a
nna_a
pp_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
rt
xml2
rt
xml2
diff --git
a/example/diameter/batchConverter/libraries.txt
b/example/diameter/batchConverter/libraries.txt
index
39a2ba5
..
00dca0e
100644
(file)
--- a/
example/diameter/batchConverter/libraries.txt
+++ b/
example/diameter/batchConverter/libraries.txt
@@
-1,7
+1,7
@@
-diameter_static
-time_static
-xml_static
-io_static
-core_static
+
anna_
diameter_static
+
anna_
time_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
rt
xml2
rt
xml2
diff --git
a/example/diameter/launcher/deploy.sh
b/example/diameter/launcher/deploy.sh
index
766273a
..
c5a5101
100755
(executable)
--- a/
example/diameter/launcher/deploy.sh
+++ b/
example/diameter/launcher/deploy.sh
@@
-94,8
+94,8
@@
BIN_DIR=$PROJECT_ROOT/build/$VARIANT/bin
LIB_DIR=$PROJECT_ROOT/build/$VARIANT/lib
# Main executables:
LIB_DIR=$PROJECT_ROOT/build/$VARIANT/lib
# Main executables:
-ADML_EXEC=$BIN_DIR/diameter_launcher
-STACKMGMT_EXEC=$BIN_DIR/diameter_stackManagement
+ADML_EXEC=$BIN_DIR/
anna_
diameter_launcher
+STACKMGMT_EXEC=$BIN_DIR/
anna_
diameter_stackManagement
[ ! -d $SETUPS_DIR ] && _exit "Diameter stacks not found ($SETUPS_DIR)."
[ ! -d $SETUPS_DIR ] && _exit "Diameter stacks not found ($SETUPS_DIR)."
@@
-188,7
+188,7
@@
cp $SCR_DIR/resources/scripts/select_dynlib.sh $DPATH/dynlibs/select.sh
# Default dynamic library:
cd $DPATH/dynlibs
# Default dynamic library:
cd $DPATH/dynlibs
-ln -s default/liblauncher_procedure_default_shared.so
+ln -s default/lib
anna_
launcher_procedure_default_shared.so
cd - >/dev/null
# Basic setup:
cd - >/dev/null
# Basic setup:
diff --git
a/example/diameter/launcher/deployments/st-client/program.sh
b/example/diameter/launcher/deployments/st-client/program.sh
index
4d878c0
..
8c461ac
100755
(executable)
--- a/
example/diameter/launcher/deployments/st-client/program.sh
+++ b/
example/diameter/launcher/deployments/st-client/program.sh
@@
-181,7
+181,7
@@
then
# dynamic programming #################################################################
else
# dynamic programming #################################################################
else
- TESTCASE_DIR=$(readlink -f dynlibs/liblauncher_procedure_default_shared.so | xargs dirname)
+ TESTCASE_DIR=$(readlink -f dynlibs/lib
anna_
launcher_procedure_default_shared.so | xargs dirname)
DYNAMIC_SUFFIX_FILE=$TESTCASE_DIR/dynamic.suffix
[ ! -f $DYNAMIC_SUFFIX_FILE ] && _exit "Missing '$DYNAMIC_SUFFIX_FILE' file.\nUse 'dynlibs/select.sh' to change the dynamic procedure and restart the ADML instances."
DYNAMIC_SUFFIX_FILE=$TESTCASE_DIR/dynamic.suffix
[ ! -f $DYNAMIC_SUFFIX_FILE ] && _exit "Missing '$DYNAMIC_SUFFIX_FILE' file.\nUse 'dynlibs/select.sh' to change the dynamic procedure and restart the ADML instances."
diff --git
a/example/diameter/launcher/libraries.txt
b/example/diameter/launcher/libraries.txt
index
43bb577
..
88ac68e
100644
(file)
--- a/
example/diameter/launcher/libraries.txt
+++ b/
example/diameter/launcher/libraries.txt
@@
-1,17
+1,17
@@
-diameter.comm_static
-diameter_static
-time_static
-statistics_static
-http_static
-timex_static
-comm_static
-http_static
-app_static
-xml_static
-launcher_procedure_default_shared
-testing_shared
-io_static
-core_static
+
anna_
diameter.comm_static
+
anna_
diameter_static
+
anna_
time_static
+
anna_
statistics_static
+
anna_
http_static
+
anna_
timex_static
+
anna_
comm_static
+
anna_
http_static
+a
nna_a
pp_static
+
anna_
xml_static
+
anna_
launcher_procedure_default_shared
+
anna_
testing_shared
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/diameter/launcher/resources/scripts/select_dynlib.sh
b/example/diameter/launcher/resources/scripts/select_dynlib.sh
index
2eabcf5
..
c1cf52b
100755
(executable)
--- a/
example/diameter/launcher/resources/scripts/select_dynlib.sh
+++ b/
example/diameter/launcher/resources/scripts/select_dynlib.sh
@@
-1,5
+1,5
@@
#!/bin/bash
#!/bin/bash
-dynamicProcedureLibName=liblauncher_procedure_default_shared.so
+dynamicProcedureLibName=lib
anna_
launcher_procedure_default_shared.so
echo
echo "------------------------------------------------"
echo "Dynamic library selection for launcher procedure"
echo
echo "------------------------------------------------"
echo "Dynamic library selection for launcher procedure"
@@
-13,7
+13,7
@@
then
echo
echo "Available options:"
tmpfile=$(mktemp)
echo
echo "Available options:"
tmpfile=$(mktemp)
- find . -name "liblauncher_procedure_*_shared.so" > $tmpfile
+ find . -name "lib
anna_
launcher_procedure_*_shared.so" > $tmpfile
echo
for line in $(cat $tmpfile); do echo " $line" ; done
dflt=$(grep "^./default/" $tmpfile)
echo
for line in $(cat $tmpfile); do echo " $line" ; done
dflt=$(grep "^./default/" $tmpfile)
diff --git
a/example/diameter/pcapDecoder/libraries.txt
b/example/diameter/pcapDecoder/libraries.txt
index
4a4dc51
..
ae1a470
100644
(file)
--- a/
example/diameter/pcapDecoder/libraries.txt
+++ b/
example/diameter/pcapDecoder/libraries.txt
@@
-1,3
+1,3
@@
-core_static
+
anna_
core_static
pcap
rt
pcap
rt
diff --git
a/example/diameter/stackManagement/libraries.txt
b/example/diameter/stackManagement/libraries.txt
index
39a2ba5
..
00dca0e
100644
(file)
--- a/
example/diameter/stackManagement/libraries.txt
+++ b/
example/diameter/stackManagement/libraries.txt
@@
-1,7
+1,7
@@
-diameter_static
-time_static
-xml_static
-io_static
-core_static
+
anna_
diameter_static
+
anna_
time_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
rt
xml2
rt
xml2
diff --git
a/example/diameter/tme/libraries.txt
b/example/diameter/tme/libraries.txt
index
39a2ba5
..
00dca0e
100644
(file)
--- a/
example/diameter/tme/libraries.txt
+++ b/
example/diameter/tme/libraries.txt
@@
-1,7
+1,7
@@
-diameter_static
-time_static
-xml_static
-io_static
-core_static
+
anna_
diameter_static
+
anna_
time_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
rt
xml2
rt
xml2
diff --git
a/example/http/buffer/libraries.txt
b/example/http/buffer/libraries.txt
index
0cab6e6
..
021d2f8
100644
(file)
--- a/
example/http/buffer/libraries.txt
+++ b/
example/http/buffer/libraries.txt
@@
-1,8
+1,8
@@
-http_static
-comm_static
-app_static
-xml_static
-io_static
-core_static
+
anna_
http_static
+
anna_
comm_static
+a
nna_a
pp_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
rt
xml2
rt
xml2
diff --git
a/example/http/client/libraries.txt
b/example/http/client/libraries.txt
index
3d89363
..
0c849dc
100644
(file)
--- a/
example/http/client/libraries.txt
+++ b/
example/http/client/libraries.txt
@@
-1,10
+1,10
@@
-http_static
-comm_static
-timex_static
-app_static
-xml_static
-io_static
-core_static
+
anna_
http_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/http/echo/libraries.txt
b/example/http/echo/libraries.txt
index
0cab6e6
..
021d2f8
100644
(file)
--- a/
example/http/echo/libraries.txt
+++ b/
example/http/echo/libraries.txt
@@
-1,8
+1,8
@@
-http_static
-comm_static
-app_static
-xml_static
-io_static
-core_static
+
anna_
http_static
+
anna_
comm_static
+a
nna_a
pp_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
rt
xml2
rt
xml2
diff --git
a/example/http/kClient/libraries.txt
b/example/http/kClient/libraries.txt
index
7e25240
..
1e55745
100644
(file)
--- a/
example/http/kClient/libraries.txt
+++ b/
example/http/kClient/libraries.txt
@@
-1,9
+1,9
@@
-http_static
-comm_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
http_static
+
anna_
comm_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
rt
xml2
rt
xml2
diff --git
a/example/http/rServer/libraries.txt
b/example/http/rServer/libraries.txt
index
7e25240
..
1e55745
100644
(file)
--- a/
example/http/rServer/libraries.txt
+++ b/
example/http/rServer/libraries.txt
@@
-1,9
+1,9
@@
-http_static
-comm_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
http_static
+
anna_
comm_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
rt
xml2
rt
xml2
diff --git
a/example/http/server/libraries.txt
b/example/http/server/libraries.txt
index
7e25240
..
1e55745
100644
(file)
--- a/
example/http/server/libraries.txt
+++ b/
example/http/server/libraries.txt
@@
-1,9
+1,9
@@
-http_static
-comm_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
http_static
+
anna_
comm_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
rt
xml2
rt
xml2
diff --git
a/example/http/wims20Client/libraries.txt
b/example/http/wims20Client/libraries.txt
index
0cab6e6
..
021d2f8
100644
(file)
--- a/
example/http/wims20Client/libraries.txt
+++ b/
example/http/wims20Client/libraries.txt
@@
-1,8
+1,8
@@
-http_static
-comm_static
-app_static
-xml_static
-io_static
-core_static
+
anna_
http_static
+
anna_
comm_static
+a
nna_a
pp_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
rt
xml2
rt
xml2
diff --git
a/example/http/wims20RServer/libraries.txt
b/example/http/wims20RServer/libraries.txt
index
0cab6e6
..
021d2f8
100644
(file)
--- a/
example/http/wims20RServer/libraries.txt
+++ b/
example/http/wims20RServer/libraries.txt
@@
-1,8
+1,8
@@
-http_static
-comm_static
-app_static
-xml_static
-io_static
-core_static
+
anna_
http_static
+
anna_
comm_static
+a
nna_a
pp_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
rt
xml2
rt
xml2
diff --git
a/example/http/wims20XClient/libraries.txt
b/example/http/wims20XClient/libraries.txt
index
3d89363
..
0c849dc
100644
(file)
--- a/
example/http/wims20XClient/libraries.txt
+++ b/
example/http/wims20XClient/libraries.txt
@@
-1,10
+1,10
@@
-http_static
-comm_static
-timex_static
-app_static
-xml_static
-io_static
-core_static
+
anna_
http_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/http/wims20XRServer/libraries.txt
b/example/http/wims20XRServer/libraries.txt
index
7e25240
..
1e55745
100644
(file)
--- a/
example/http/wims20XRServer/libraries.txt
+++ b/
example/http/wims20XRServer/libraries.txt
@@
-1,9
+1,9
@@
-http_static
-comm_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
http_static
+
anna_
comm_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
rt
xml2
rt
xml2
diff --git
a/example/http/xmlClient/libraries.txt
b/example/http/xmlClient/libraries.txt
index
3d89363
..
0c849dc
100644
(file)
--- a/
example/http/xmlClient/libraries.txt
+++ b/
example/http/xmlClient/libraries.txt
@@
-1,10
+1,10
@@
-http_static
-comm_static
-timex_static
-app_static
-xml_static
-io_static
-core_static
+
anna_
http_static
+
anna_
comm_static
+
anna_
timex_static
+a
nna_a
pp_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/http/xmlRServer/libraries.txt
b/example/http/xmlRServer/libraries.txt
index
7e25240
..
1e55745
100644
(file)
--- a/
example/http/xmlRServer/libraries.txt
+++ b/
example/http/xmlRServer/libraries.txt
@@
-1,9
+1,9
@@
-http_static
-comm_static
-app_static
-test_static
-xml_static
-io_static
-core_static
+
anna_
http_static
+
anna_
comm_static
+a
nna_a
pp_static
+
anna_
test_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
rt
xml2
rt
xml2
diff --git
a/example/http/xmlSender/libraries.txt
b/example/http/xmlSender/libraries.txt
index
0cab6e6
..
021d2f8
100644
(file)
--- a/
example/http/xmlSender/libraries.txt
+++ b/
example/http/xmlSender/libraries.txt
@@
-1,8
+1,8
@@
-http_static
-comm_static
-app_static
-xml_static
-io_static
-core_static
+
anna_
http_static
+
anna_
comm_static
+a
nna_a
pp_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
rt
xml2
rt
xml2
diff --git
a/example/io/reader/libraries.txt
b/example/io/reader/libraries.txt
index
75ef593
..
ef31fce
100644
(file)
--- a/
example/io/reader/libraries.txt
+++ b/
example/io/reader/libraries.txt
@@
-1,6
+1,6
@@
-app_static
-io_static
-xml_static
-core_static
+a
nna_a
pp_static
+
anna_
io_static
+
anna_
xml_static
+
anna_
core_static
rt
xml2
rt
xml2
diff --git
a/example/ldap/tSearch/libraries.txt
b/example/ldap/tSearch/libraries.txt
index
bcec79b
..
865a897
100644
(file)
--- a/
example/ldap/tSearch/libraries.txt
+++ b/
example/ldap/tSearch/libraries.txt
@@
-1,10
+1,10
@@
-ldap_static
-timex_static
-comm_static
-app_static
-xml_static
-io_static
-core_static
+
anna_
ldap_static
+
anna_
timex_static
+
anna_
comm_static
+a
nna_a
pp_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/time/conversor/libraries.txt
b/example/time/conversor/libraries.txt
index
33cfe20
..
b11366a
100644
(file)
--- a/
example/time/conversor/libraries.txt
+++ b/
example/time/conversor/libraries.txt
@@
-1,3
+1,3
@@
-time_static
-xml_static
-core_static
+
anna_
time_static
+
anna_
xml_static
+
anna_
core_static
diff --git
a/example/timex/ArithmeticHTTPServer/libraries.txt
b/example/timex/ArithmeticHTTPServer/libraries.txt
index
bc25732
..
df073f1
100644
(file)
--- a/
example/timex/ArithmeticHTTPServer/libraries.txt
+++ b/
example/timex/ArithmeticHTTPServer/libraries.txt
@@
-1,10
+1,10
@@
-http_static
-timex_static
-comm_static
-app_static
-xml_static
-io_static
-core_static
+
anna_
http_static
+
anna_
timex_static
+
anna_
comm_static
+a
nna_a
pp_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
pthread
rt
xml2
pthread
rt
xml2
diff --git
a/example/xml/xmlBasic/libraries.txt
b/example/xml/xmlBasic/libraries.txt
index
6cde9d4
..
5ab21c6
100644
(file)
--- a/
example/xml/xmlBasic/libraries.txt
+++ b/
example/xml/xmlBasic/libraries.txt
@@
-1,6
+1,6
@@
-app_static
-xml_static
-io_static
-core_static
+a
nna_a
pp_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
rt
xml2
rt
xml2
diff --git
a/example/xml/xmlBinary/libraries.txt
b/example/xml/xmlBinary/libraries.txt
index
407ec3c
..
3331a0e
100644
(file)
--- a/
example/xml/xmlBinary/libraries.txt
+++ b/
example/xml/xmlBinary/libraries.txt
@@
-1,7
+1,7
@@
-app_static
-xml_static
-io_static
-core_static
+a
nna_a
pp_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
z
rt
xml2
z
rt
xml2
diff --git
a/example/xml/xpath/libraries.txt
b/example/xml/xpath/libraries.txt
index
6cde9d4
..
5ab21c6
100644
(file)
--- a/
example/xml/xpath/libraries.txt
+++ b/
example/xml/xpath/libraries.txt
@@
-1,6
+1,6
@@
-app_static
-xml_static
-io_static
-core_static
+a
nna_a
pp_static
+
anna_
xml_static
+
anna_
io_static
+
anna_
core_static
rt
xml2
rt
xml2
diff --git
a/test/config/libraries.txt
b/test/config/libraries.txt
index
034855a
..
b6468e8
100644
(file)
--- a/
test/config/libraries.txt
+++ b/
test/config/libraries.txt
@@
-1
+1
@@
-config_static
+
anna_
config_static
diff --git
a/test/core/libraries.txt
b/test/core/libraries.txt
index
570d1d0
..
531996c
100644
(file)
--- a/
test/core/libraries.txt
+++ b/
test/core/libraries.txt
@@
-1
+1
@@
-core_static
+
anna_
core_static
diff --git
a/test/time/libraries.txt
b/test/time/libraries.txt
index
33cfe20
..
b11366a
100644
(file)
--- a/
test/time/libraries.txt
+++ b/
test/time/libraries.txt
@@
-1,3
+1,3
@@
-time_static
-xml_static
-core_static
+
anna_
time_static
+
anna_
xml_static
+
anna_
core_static