⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 分布式仿真 开放源码
💻
📖 第 1 页 / 共 5 页
字号:
2004-03-14  Beno顃 Br閔ol閑  <breholee@cert.fr>	* VERSION: CERTI 3.1beta3	* RTIA/Communications.cc, RTIG/RTIG.cc, libCERTI/SocketMC.cc, libCERTI/SocketTCP.cc:	replaced obsolete ulimit(3) by POSIX.1 sysconf(3)	* configure.in: added numeric_limits test	* AUTHORS: added author	* acinclude.m4: added c++ compliance macros2004-03-13  Beno顃 Br閔ol閑  <breholee@cert.fr>	* VERSION: cvs version2004-03-12  Beno顃 Br閔ol閑  <breholee@cert.fr>	* RTIA/Statistics.cc: fixed stringization macros2004-03-08  Beno顃 Br閔ol閑  <breholee@cert.fr>	* VERSION: version 3.1beta22004-03-04  Beno顃 Br閔ol閑  <breholee@cert.fr>	* RTIG/Federation.hh, RTIG/RTIG.cc, RTIG/RTIG_processing.cc, libCERTI/GAV_aux.cc, libCERTI/HandleManager.hh, libCERTI/Interaction.cc, libCERTI/ObjectClass.cc, libCERTI/ObjectSet.cc, libCERTI/RegionImp.cc, libCERTI/RegionImp.hh, libCERTI/RootObject.cc, libCERTI/SocketServer.cc, libCERTI/helper.hh, libRTI/DataDistributionServices.cc, libRTI/FederationServices.cc, libRTI/RTIambassador.cc, test/Billard/Ball.hh, test/Billard/Billard.cc, test/Billard/BillardNull.cc, test/Billard/BillardNull.hh, test/Billard/Objects.cc, RTIA/FederationManagement.cc, RTIA/Statistics.cc, RTIA/main.cc, RTIG/Federation.cc:	changes related to new warning level	* myconf: raised g++ warning level for gnu/linux configuration	* libCERTI/FederateLevelList.cc, libCERTI/FederateLevelList.hh:	use std::string for levels	* libCERTI/BasicMessage.cc: fix: signed/unsigned problem2004-03-03  Beno顃 Br閔ol閑  <breholee@cert.fr>	* RTIG/main.cc: fix: missing std namespace	* VERSION: cvs version2004-02-26  Beno顃 Br閔ol閑  <breholee@cert.fr>	* VERSION: first 3.1 beta release	* libCERTI/fed.cc: fixed missing return statement2004-02-25  Beno顃 Br閔ol閑  <breholee@cert.fr>	* myconf: changed sun+CC config2004-02-16  Beno顃 Br閔ol閑  <breholee@cert.fr>	* libCERTI/Interaction.cc: fix: missing timestamp in interaction2004-01-09  Beno顃 Br閔ol閑  <breholee@cert.fr>	* test/Billard/Ball.cc: missing <cmath> header	* RTIA/Statistics.hh, RTIA/Statistics.cc: Replaced maps by vectors.	* RTIA/ObjectManagement.cc, RTIA/ObjectManagement.hh:	Remove RequestId message.	* RTIG/Federation.hh, RTIG/FederationsList.cc, RTIG/FederationsList.hh, RTIG/Federation.cc, RTIG/RTIG.cc, RTIG/RTIG.hh, RTIG/RTIG_processing.cc:	Use HandleManager. Remove RequestId message.	* RTIG/main.cc: copyright update	* libCERTI/RootObject.cc, libCERTI/RootObject.hh, libCERTI/RoutingSpace.cc:	Use handle manager, and helpers	* libCERTI/NetworkMessage.cc, libCERTI/NetworkMessage.hh, libCERTI/NetworkMessage_RW.cc:	Removed a deprecated message type, and changed the "unused message" name	* libCERTI/Message.hh, libCERTI/Message_RW.cc:	Removed a deprecated message type	* libCERTI/MessageBody.cc, libCERTI/MessageBody.hh:	Removed the 200 bytes limit	* libCERTI/Makefile.am:	Moved comparators to helper.hh, added Named, Handled, HandleManager	* libCERTI/HandleManager.hh: initial import	* libCERTI/HandleComparator.hh, libCERTI/NameComparator.hh, libCERTI/helper.hh:	Moved comparators to "helper.hh"	* libCERTI/Handled.hh, libCERTI/Named.cc, libCERTI/Named.hh:	initial import2003-12-02  Beno顃 Br閔ol閑  <breholee@cert.fr>	* test/Billard/BillardDDM.cc, test/Billard/BillardDDM.hh, test/Billard/Makefile.am:	DDM update2003-12-01  Beno顃 Br閔ol閑  <breholee@cert.fr>	* test/Billard/Billard.hh, test/Billard/BillardDDM.cc, test/Billard/BillardDDM.hh, test/Billard/Makefile.am, test/Billard/Billard.cc:	DDM update	* libRTI/DataDistributionServices.cc: documentation	* libCERTI/RegionImp.cc: cleaned commented code2003-11-21  Beno顃 Br閔ol閑  <breholee@cert.fr>	* test/Billard/Billard.cc, test/Billard/BillardDDM.cc: DDM update	* libpdebug/PrettyDebug.hh, libpdebug/PrettyDebug.cc:	use a '*' prefix for all prettydebug messages	* doc/coding.txt: dash line before functions is not mandatory	* libCERTI/BasicMessage.cc:	fixed bug (Range range in extent) + added debug messages2003-11-14  Beno顃 Br閔ol閑  <breholee@cert.fr>	* libpdebug/DebugOStream.hh, libpdebug/PrettyDebug.cc, libpdebug/PrettyDebug.hh:	Debugging depends on NDEBUG (NO_PRETTYDEBUG deprecated)2003-11-13  Beno顃 Br閔ol閑  <breholee@cert.fr>	* doc/billard.dox, doc/reference.dox, doc/user.dox:	*** empty log message ***	* libRTI/DataDistributionServices.cc: debug environment variable	* RTIA/RTIA_federate.cc: debug prefix	* libCERTI/fed.cc, libCERTI/fed.hh, libCERTI/syntax.yy:	modified routing space creation	* libCERTI/RegionImp.hh, libCERTI/RootObject.cc, libCERTI/RootObject.hh, libCERTI/RoutingSpace.cc:	Minor updates (documentation, assertions, cleaned commented-out code)	* libCERTI/NameComparator.hh, libCERTI/HandleComparator.hh, libCERTI/BasicMessage.hh, libCERTI/Dimension.hh, libCERTI/Extent.hh:	documentation	* doc/coding.txt: *** empty log message ***2003-11-12  Beno顃 Br閔ol閑  <breholee@cert.fr>	* libCERTI/SocketServer.hh, libCERTI/SocketTCP.cc, libCERTI/SocketTCP.hh, RTIA/Makefile.am, RTIG/Makefile.am, configure.in, libCERTI/SocketMC.cc, libCERTI/SocketMC.hh, libCERTI/SocketServer.cc:	Minor changes for Cygwin port	* test/Billard/Ball.cc, test/Billard/ColoredBall.cc, test/Billard/Display.cc, test/Billard/Makefile.am, test/include/graph_c.hh, test/libgraphc/graph_c.cc:	TEST_USES_GRAPHICS replaced by the standard X_DISPLAY_MISSING (nb. opposite meaning)2003-11-10  Beno顃 Br閔ol閑  <breholee@cert.fr>	* test/Billard/BillardDDM.cc, libRTI/DataDistributionServices.cc:	DDM update	* libCERTI/Makefile.am:	Added comparator functors and BasicMessage (base class for messages)	* libCERTI/HandleComparator.hh, libCERTI/NameComparator.hh:	Added comparator functors	* libCERTI/RegionImp.cc, libCERTI/RegionImp.hh, libCERTI/RootObject.cc, libCERTI/RootObject.hh, libCERTI/RoutingSpace.cc, libCERTI/RoutingSpace.hh:	DDM update	* libCERTI/MessageBody.cc, libCERTI/MessageBody.hh:	const qualifications	* libCERTI/Message_RW.cc, libCERTI/NetworkMessage.cc, libCERTI/NetworkMessage.hh, libCERTI/NetworkMessage_RW.cc, libCERTI/BasicMessage.cc, libCERTI/BasicMessage.hh, libCERTI/Message.cc, libCERTI/Message.hh:	DDM update and use of BasicMessage superclass	* libCERTI/XmlParser.cc, libCERTI/fed.cc, libCERTI/Dimension.cc, libCERTI/Dimension.hh, libCERTI/Extent.cc, libCERTI/Extent.hh, RTIG/FederationsList.hh, RTIG/FederationsList.cc, RTIG/Federation.hh, RTIG/Federation.cc, RTIA/DataDistribution.hh, RTIA/RTIA_federate.cc, RTIA/DataDistribution.cc:	DDM update	* VERSION: development version2003-10-27  Beno顃 Br閔ol閑  <breholee@cert.fr>	* VERSION: new development version	* scripts/Makefile.am: add scripts in EXTRA_DIST	* libCERTI/Makefile.am: add tokens file syntax.h	* test/Billard/Makefile.am: removed scripts	* VERSION: new development version	* test/Billard/BillardNull.cc, test/Billard/BillardNull.hh, test/Billard/ColoredBall.cc, test/Billard/Fed.cc, test/Billard/Fed.hh, test/Billard/Makefile.am, test/Billard/Objects.cc, test/Billard/Objects.hh, test/Billard/constants.hh, test/Billard/main.cc, test/Billard/Ball.cc, test/Billard/Ball.hh, test/Billard/Billard.cc, test/Billard/Billard.hh, test/Billard/BillardDDM.cc, test/Billard/BillardDDM.hh:	udpate: Billard as FederateAmbassador, BillardNull, comments	* test/Billard/Test.fed: new .fed format	* libRTI/DataDistributionServices.cc: comments	* libRTI/SupportServices.cc: added prettydebug and comments	* include/RTI.hh, include/baseTypes.hh, include/certi.hh:	*** empty log message ***	* doc/reference.dox: added include (HLA API) and lex&yacc files	* RTIA/RTIA_federate.cc, RTIG/Federation.hh, RTIG/Federation.cc, libCERTI/FedParser.hh, libCERTI/fed.cc, libCERTI/fed.hh, libCERTI/syntax.yy, libCERTI/tokens.ll, libCERTI/FedParser.cc:	replaced .fed parser	* libCERTI/XmlParser.cc:	changed use of Interaction and Parameter protected attributes	* libCERTI/SecurityServer.cc, libCERTI/SecurityServer.hh:	Security level names: "const char *" + PrettyDebug	* libCERTI/RootObject.cc, libCERTI/RootObject.hh:	Security level names: "const char *"	* libCERTI/Parameter.cc, libCERTI/Parameter.hh:	protected handle parameter and const parameter in setName()	* libCERTI/ObjectClassAttribute.cc, libCERTI/ObjectClassAttribute.hh:	const parameter in setName()	* libCERTI/Makefile.am: changed fed parser	* libCERTI/Interaction.hh, libCERTI/InteractionSet.cc, libCERTI/Interaction.cc:	interaction attribute "handle": public -> protected2003-10-20  Beno顃 Br閔ol閑  <breholee@cert.fr>	* RTIG/cmdline.c, RTIG/cmdline.h: verbose default value is now on	* RTIA/DataDistribution.hh, RTIA/RTIA_federate.cc, RTIG/Federation.cc, RTIG/Federation.hh, RTIG/FederationsList.cc, RTIG/FederationsList.hh, RTIG/RTIG_processing.cc, libCERTI/Message.cc, libCERTI/Message_RW.cc, libCERTI/NetworkMessage.cc, libCERTI/NetworkMessage_RW.cc, libCERTI/RootObject.cc, libCERTI/RootObject.hh, libCERTI/XmlParser.cc, RTIA/DataDistribution.cc:	added missing usings and std::	* RTIG/FederationsList.cc, RTIG/FederationsList.hh: verbose mode	* configure.in: fix: libtool after disabling shared lib	* libCERTI/XmlParser.hh, libCERTI/ObjectClass.hh, libCERTI/InteractionBroadcastList.hh, libCERTI/InteractionSet.hh:	fixed missing std::	* include/fedtime.hh: fixed use of the std namespace

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -