📄 changelog
字号:
Instead each loop needs to search for a conflict that may have a solution. * base.cxx: * config.cxx: * cdlcore.hxx: Rearrange how a CdlConfiguration gets destroyed, to allow dynamic casts to be used on the toplevel as packages are unloaded.1999-11-22 John Dallaway <jld@cygnus.co.uk> * config.cxx: Modify CdlConfigurationBody::load_package() to accommodate spaces in the path to the eCos repository.1999-11-21 Bart Veer <bartv@cygnus.co.uk> * infer.cxx: * transact.cxx: * cdlcore.hxx: First implementation of inference code * conflict.cxx: Added missing is_structural() member 1999-11-18 Bart Veer <bartv@cygnus.co.uk> * value.cxx: Created a CdlSimpleValue constructor for booleans, to match the assignment operator. * expr.cxx : Modify list expression evaluation code so that any terms which evaluate to empty strings are discarded.1999-11-08 Bart Veer <bartv@cygnus.co.uk> * database.cxx: Switched to ECOS_REPOSITORY environment variable. * transact.cxx: * cdlcore.hxx: Separated out normal and structural conflicts in the transaction callback class. * value.cxx: * interp.cxx: * cdlcore.hxx: Added new member CdlInterpreterBody::extend_comment(), for better support of multiline comments in savefiles.1999-11-03 Bart Veer <bartv@cygnus.co.uk> * cdlcore.hxx, base.cxx, transact.cxx, value.cxx: Newly loaded nodes were starting out as active, and were not being turned inactive if the parent was disabled. By default nodes are now inactive and there is explicit code in the transaction propagate member function to check whether or not each node should be active. * Most files Install the new transaction model1999-11-03 John Dallaway <jld@cygnus.co.uk> * value.cxx: Apply patch to correct the omission of a comment char from continuation lines of calculated value comments in configuration save files.1999-10-25 Simon FitzMaurice <sdf@cygnus.co.uk> * value.cxx: Apply fix (supplied by Bart) to correct omission of comment symbol from start of second and subsequent lines of split statement.1999-10-14 Bart Veer <bartv@cygnus.co.uk> * database.cxx: * cdl.hxx: Add support for new per-target commands enable and disable, which provide limited control over hardware-related configuration options. * config.cxx (set_hardware): Process per-target enable/disable commands from the database1999-10-12 John Dallaway <jld@cygnus.co.uk> * build.cxx (generate_config_headers): Workaround problem with assignment of standard channels which was causing system.h to not be generated.1999-10-08 John Dallaway <jld@cygnus.co.uk> * cdl.dsp, cdl.mak: Link against Tcl 8.2.1.1999-10-07 Bart Veer <bartv@cygnus.co.uk> * value.cxx (get_widget_hint): For some expressions this was corrupting the expression data, because of the use of a reference rather than a pointer.1999-10-06 Bart Veer <bartv@cygnus.co.uk> * cdlcore.hxx, database.cxx, expr.cxx, interface.cxx, value.cxx Partial implementations of interfaces and get_widget_hint()1999-09-28 Bart Veer <bartv@cygnus.co.uk> * interp.cxx: Fix use of an uninitialized variable. * config.cxx: Fix the handling of package versions in save files.1999-09-15 Bart Veer <bartv@cygnus.co.uk> * value.cxx Fix output of multiline legal_values expressions * value.cxx Fix variable that might be used uninitialized. * all files First implementation of the savefile support1999-09-07 John Dallaway <jld@cygnus.co.uk> * cdl.dsp, cdl.mak: Add ANSI build configurations.1999-09-07 John Dallaway <jld@cygnus.co.uk> * cdl.dsp, cdl.mak: Update libCDL project file and VC++ makefile to use current configure switches.1999-08-12 Bart Veer <bartv@cygnus.co.uk> * configure.in: * configure: * stamp-h.in: First attempt at autoconfiscating the configtool1999-08-10 Bart Veer <bartv@cygnus.co.uk> * expr.cxx, value.cxx: Fixed some problems related to double precision numbers.1999-08-03 Bart Veer <bartv@cygnus.co.uk> * parse.cxx: Added an implementation of the "unknown" command which goes via the normal diagnostics routines.1999-07-22 Bart Veer <bartv@cygnus.co.uk> * cdlcore.hxx, value.cxx, expr.cxx, cdlmisc.cxx: Try to preserve some input data formatting information, such as whether a number appeared as decimal or hexadecimal.1999-07-21 Bart Veer <bartv@cygnus.co.uk> * value.cxx: Added some assertions to make sure that entities with a "calculated" property cannot be modified.1999-07-20 Bart Veer <bartv@cygnus.co.uk> * value.cxx, transact.cxx: Fixed some value propagation problems. * cdlcore.hxx, value.cxx, expr.cxx: Detect invalid numbers in expressions. A CdlListValue object now contains a single vector of CdlSimpleValue objects, not separate vectors of strings, integers and doubles. This allows ordering to be preserved. * most files: Sync development version with repository, there is now full value support.1999-07-13 Bart Veer <bartv@cygnus.co.uk> * expr.cxx: Implement operator precedence Fix parsing of conditional expressions.1999-07-12 Bart Veer <bartv@cygnus.co.uk> * most files: Sync development version with repository, there is now partial expression support.1999-07-05 Bart Veer <bartv@cygnus.co.uk> * all files: Merge development work from the libcdl branch. 1999-06-10 John Dallaway <jld@cygnus.co.uk> * cdl.dsp: Convert to a Visual C++ utility project.1999-06-08 John Dallaway <jld@cygnus.co.uk> * cdl.dsp: Project file outputs libCDL to the project-specified output directory rather than the intermediate directory1999-06-07 John Dallaway <jld@cygnus.co.uk> * cdl.dsp: Project file is no-longer dependent on the ECOSHOME environment variable1999-06-07 John Dallaway <jld@cygnus.co.uk> * cdl.dsp: New Visual C++ 6.0 project file for libCDL1999-06-03 Bart Veer <bartv@cygnus.co.uk> * configure: Regenerated again after further updates to toplevel acinclude.m41999-06-02 Bart Veer <bartv@cygnus.co.uk> * configure: Regenerated after updating toplevel acinclude.m4, new --enable-debuginfo option. * libcdl.hxx: CdlBaseBody is now an ordinary base class for CdlContainerBody, not a virtual base class, allowing old-style casts inside the config tool to work. There is no need for virtual inheritance just yet. The CdlGoalExpressionBody copy constructor is now public, not protected, for use by the config tool.1999-05-24 Bart Veer <bartv@cygnus.co.uk> * package.cxx: * component.cxx: * option.cxx: * base.cxx: * libcdl.hxx: Allow target and platform properties inside components and options, and startup properties inside packages and components, for continued compatibility with libnotcdl.1999-03-10 Bart Veer <bartv@cygnus.co.uk> * option.cxx (parse_option): * component.cxx (parse_component): Fixed the handling of container inheritance for full libnotcdl compatibility. 1999-03-09 Bart Veer <bartv@cygnus.co.uk> * parse.cxx (parse_...expression_property): Do not try to parse options just yet, there is confusion if the expression begins with a negative number.1999-03-08 Bart Veer <bartv@cygnus.co.uk> * interp.cxx (eval): Make sure that C strings passed to the Tcl interpreter are properly terminated. * property.cxx: Remove strict checking of property id's, so that the library code can be re-used for other purposes e.g. hardware CDL. * expr.cxx: Added temporary parsers for libnotcdl compatibility. * cdlmisc.cxx: Added routines to convert between strings and flavors. Added routines to validate CDL names. Minor layout tweaks. * README: Examples now refer to Tcl8.1b1 instead of 8.1a2, the alpha version caused problems. 1999-02-02 Bart Veer <bartv@cygnus.co.uk> * testsuite/libcdl/cdl1.cxx (test_double_to_string): * cdlmisc.cxx (string_to_double): Added double conversion support, needed for the CdlResult class * testsuite/libcdl/cdl5.cxx (main): * database.cxx: Change CdlInputOutputError to CdlInputOutputException in the interests of a more consistent naming convention.1999-01-29 Bart Veer <bartv@cygnus.co.uk> * interp.cxx (eval): Add new member function to evaluate Tcl code embedded in CDL data. * cdlmisc.cxx (is_valid_property_id): Added the properties IncludeDir and ExportTo, and the flavor "dummy"1999-01-26 Bart Veer <bartv@cygnus.co.uk> * testsuite/libcdl/cdl4.cxx: * testsuite/libcdl/cdl1.cxx (test_string_to_integer): Change array initializers to avoid having to supply a constructor. * aclocal.m4: * config.h.in: * configure: * stamp-h.in: * testsuite/Makefile.in: Updated to use autoconf 2.13 and automake 1.4, plus to reflect tweaks to toplevel acinclude.m4 and local configure.in * configure.in: No longer insist on the infra having been built already. This allows a configure from the top-level to work. * testsuite/libcdl/cdl4.cxx: Changed the initializer for a static array of structures to work around compiler problems. * testsuite/libcdl/cdl3.cxx (main): Changed the way inline Tcl scripts are defined to avoid compiler problems. * testsuite/libcdl/cdl2.cxx (main): Added missing return statement to avoid compiler warning. * testsuite/config/default.exp: Use new variable cyg_ac_tcl_libs * interp.cxx (eval): Do not distinguish between TCL_OK and TCL_RETURN return codes, clients are unlikely to be interested. Fix definition of set_assoc_data(). * cdlmisc.cxx (compare_versions): Fix syntax problem in while loop.1999-01-22 Bart Veer <bartv@cygnus.co.uk> * interp.cxx (set_assoc_data): added new functions so that clients can associate arbitrary data with interpreters (set_variable) : and to provide access to Tcl global variables. (make_safe) : also, the ability to make an interpreter safe. (set_result) : not to mention, controlling the result field. * cdlmisc.cxx (compare_versions): Added new function Cdl::compare_versions()1999-01-21 Bart Veer <bartv@cygnus.co.uk> * cdlmisc.cxx Added routines get_library_version(), set_interactive() and get_interactive().//===========================================================================//####COPYRIGHTBEGIN####// // ----------------------------------------------------------------------------// Copyright (C) 1999, 2000 Red Hat, Inc.//// This file is part of the eCos host tools.//// This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by the Free // Software Foundation; either version 2 of the License, or (at your option) // any later version.// // This program is distributed in the hope that it will be useful, but WITHOUT // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for // more details.// // You should have received a copy of the GNU General Public License along with// this program; if not, write to the Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.//// ----------------------------------------------------------------------------// //####COPYRIGHTEND####//===========================================================================
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -