Suuports clang compiler
authorEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Fri, 20 Mar 2015 14:36:40 +0000 (15:36 +0100)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Fri, 20 Mar 2015 14:36:40 +0000 (15:36 +0100)
commit5256cb543a9d35b610df19bd227cde977186aef0
tree0bcd72617034949a1deebe0071f5357cd1658bb7
parentc5dc5c2b4cb7cfb1659e27936fac109642fa1d82
Suuports clang compiler
79 files changed:
SConstruct
docs/doxygen/related/redmine-ref.md [deleted file]
example/comm/client/main.cpp
example/comm/datagramKClient/main.cpp
example/comm/datagramRServer/main.cpp
example/comm/kClient/main.cpp
example/comm/rServer/main.cpp
example/comm/rrClient/main.cpp
example/core/recycler/main.cpp
example/core/trace/main.cpp
example/dbms.mysql/insert/main.c
example/dbms.mysql/select/main.c
example/dbms.mysql/xInsert/main.cpp
example/dbms.mysql/xSelect/main.cpp
example/dbos/workdir/main.cpp
example/diameter/launcher/main.cpp
example/http/client/main.cpp
example/http/wims20Client/main.cpp
example/http/wims20RServer/main.cpp
example/http/wims20XClient/main.cpp
example/http/xmlClient/main.cpp
example/http/xmlSender/main.cpp
example/io/reader/reader.cpp
example/ldap/tSearch/main.cpp
example/timex/ArithmeticHTTPServer/Application.hpp
example/timex/ArithmeticHTTPServer/Context.cpp
example/timex/ArithmeticHTTPServer/Context.hpp
example/timex/ArithmeticHTTPServer/Transaction.cpp
example/timex/ArithmeticHTTPServer/Transaction.hpp
include/anna/config/defines.hpp
include/anna/core/define.autoenum.hpp
include/anna/core/functions.hpp
include/anna/core/oam/Module.hpp
include/anna/dbos/StorageArea.hpp
include/anna/diameter/stack/Command.hpp
include/anna/test/clang_specific.hpp [new file with mode: 0644]
source/comm/Communicator.cpp
source/comm/CompatCodec.cpp
source/comm/handler/Manager.cpp
source/core/DataBlock.cpp
source/core/functions.cpp
source/core/mt/ThreadManager.cpp
source/core/oam/Module.cpp
source/core/util/MultiRangeExpression.cpp
source/core/util/TextVariable.cpp
source/core/util/Variable.cpp
source/core/util/ZBlock.cpp
source/dbms.mysql/BaseBind.cpp
source/dbms.oracle/BaseBind.cpp
source/dbms.oracle/InputBind.cpp
source/dbms.oracle/OutputBind.cpp
source/dbms/Delivery.cpp
source/dbms/String.cpp
source/dbos/StorageArea.cpp
source/diameter.comm/Engine.cpp
source/diameter.comm/Entity.cpp
source/diameter.comm/Server.cpp
source/diameter/codec/Avp.cpp
source/diameter/codec/Message.cpp
source/diameter/stack/Avp.cpp
source/diameter/stack/AvpRule.cpp
source/diameter/stack/Command.cpp
source/diameter/stack/Dictionary.cpp
source/html/DocumentFile.cpp
source/html/DocumentMemory.cpp
source/http/Method.cpp
source/http/internal/Token.cpp
source/http/internal/Tokenizer.cpp
source/test/Menu.cpp
source/timex/Clock.cpp
source/timex/Engine.cpp
source/timex/TimeEvent.cpp
source/timex/internal/TickConsumer.cpp
source/timex/internal/TickProducer.cpp
source/xml/DocumentFile.cpp
source/xml/Parser.cpp
test/config/main.cpp
test/core/main.cpp
test/time/main.cpp