📄 changelog
字号:
Introduce separate help maps for each component.1999-12-21 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\FileName.cpp Fix it.1999-12-21 John Dallaway <jld@redhat.co.uk> * common\win32\CTCommonDoc.cpp Provide an implementation of the minimal eCos configuration import function.1999-12-21 John Dallaway <jld@redhat.co.uk> * common\win32\CTCommonDoc.cpp common\win32\ConfigToolDoc.h plugin\win32\CTMain.cpp plugin\win32\CTMain.h standalone\win32\CTres.h standalone\win32\ConfigToolDoc.cpp standalone\win32\Configtool.rc Add new menu items for the import and export of minimal eCos configuration save files. Provide an implementation of the export function. * plugin\win32\Project.h: Remove obsolete #include to fix build error.1999-12-17 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\FileName.cpp common\win32\FileName.h Move to Utils directory1999-12-17 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\FileName.cpp common\win32\FileName.h Add ReplaceExtension() function * common\win32\eCosDialog.cpp common\win32\eCosDialog.h common\win32\eCosPropertyPage.cpp common\win32\eCosPropertyPage.h Use common code between Dialog and Property page variants of CSH classes. * plugin\win32\ConfigTool.cpp plugin\win32\ConfigTool.h plugin\win32\ConfigtoolDoc.cpp plugin\win32\eCos.cpp standalone\win32\ConfigToolDoc.cpp standalone\win32\Configtool.cpp standalone\win32\Configtool.dsp standalone\win32\Configtool.h standalone\win32\MainFrm.cpp Set default .chm file name from executable name1999-12-20 John Dallaway <jld@redhat.co.uk> * common\win32\CTUtils.cpp Fix CUtils::StripExtraWhitespace() to replace a sequence of whitespace characters with a single space character rather than preserving the first whitespace character in the sequence.1999-12-20 John Dallaway <jld@redhat.co.uk> * standalone\common\cdl_exec.cxx, standalone\common\cdl_exec.hxx, standalone\common\ecosconfig.cxx: Enhance 'new' and 'template' commands to accept a template version argument. Add 'import' and 'export' commands for the manipulation of minimal save files.1999-12-17 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\PropertiesList.cpp common\win32\PropertiesList.h Fix problem of multiple requires properties not all displaying * common\win32\CTUtils.cpp Speed up StripExtraWhitespace to allow properties view to paint nicely * common\win32\CTCommonDoc.cpp common\win32\ConfigToolDoc.h plugin\win32\ConfigtoolDoc.cpp standalone\win32\ConfigToolDoc.cpp Ensure minimal work on saving an unmodified doc * standalone\win32\MainFrm.cpp Ensure current dir selected in build tools dialog * plugin\win32\CTMain.cpp Remove compilation warning1999-12-17 John Dallaway <jld@redhat.co.uk> * common\win32\memmap.cpp: Initialise the memory map size.1999-12-17 Simon FitzMaurice <sdf@redhat.co.uk> * standalone\win32\MainFrm.cpp standalone\win32\MainFrm.h Restore "automounting" of drives for install and build trees + repository1999-12-16 Simon FitzMaurice <sdf@redhat.co.uk> * standalone\win32\MainFrm.cpp Ensure standalone config tool view menu checkmarks assume state on app initialisation1999-12-16 Simon FitzMaurice <sdf@redhat.co.uk> * plugin\win32\ConfigtoolDoc.cpp 901455-CR : ensure max map size set1999-12-16 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\FailingRulesDialog.cpp Prevent crash in release build: ASSERT->VERIFY * common\win32\ControlView.cpp Prevent crash in release build: test on NULL!=GetFocus()1999-12-15 Simon FitzMaurice <sdf@redhat.co.uk> * plugin\win32\Project.cpp : match on tail of target name for shells, to avoid old shell tools in templates1999-12-14 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommonDoc.cpp common\win32\ConfigToolDoc.h common\win32\FileName.cpp common\win32\FileName.h plugin\win32\CTMain.cpp plugin\win32\ConfigtoolDoc.cpp plugin\win32\Project.cpp standalone\win32\ConfigToolDoc.cpp Work around problem w\ spaces in filenames: remove spaces from install tree, build tree and repository1999-12-14 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CSHDialog.cpp common\win32\CSHDialog.h common\win32\eCosDialog.cpp common\win32\eCosDialog.h Add overridable GetInstanceHandle() * standalone\win32\ConfigToolDoc.cpp Close document before invoking pkgadmin dialog 1999-12-13 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CSHPropertyPage.cpp common\win32\CSHPropertyPage.h Match guicommon version * standalone\win32\Configtool.dsp common\win32\CTCommon.rc common\win32\CTCommonres.h common\win32\eCosDialog.h common\win32\eCosPropertyPage.h plugin\win32\CTMain.cpp plugin\win32\eCos.rc plugin\win32\eCosres.h standalone\win32\CTres.h standalone\win32\Configtool.rc Move IDR_MLTBAR and IDB_BITMAP2 to common resources * plugin\win32\Project.cpp Add -c compilation option to compensate for change in IDE project API semantics * standalone\win32\ConfigToolDoc.cpp Improve handling when tools admin1999-12-13 John Dallaway <jld@redhat.co.uk> * common\win32\CTCommonDoc.cpp, common\win32\ConfigItem.cpp, common\win32\ConfigToolDoc.h, plugin\win32\CdlTemplatesDialog.cpp, standalone\win32\CdlTemplatesDialog.cpp: Synchronize with recent libCDL API changes.1999-12-13 John Dallaway <jld@redhat.co.uk> * standalone\common\cdl_exec.cxx, standalone\common\cdl_exec.hxx: Synchronize with recent libCDL API changes.1999-12-13 John Dallaway <jld@redhat.co.uk> * standalone\win32\MainFrm.cpp: Modify Build() function to form 'make <target>' command strings correctly.1999-12-10 John Dallaway <jld@redhat.co.uk> * common\common\build.cxx. plugin\win32\Project.cpp: Define the make variable OBJCOPY for use by CDL custom rules.1999-12-09 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommonres.h plugin\win32\eCosres.h standalone\win32\CTres.h Renumber resource IDs to avoid clash with Churchill (CR 901703) * common\win32\CTOptionsDialog.cpp common\win32\CTOptionsDialog.h Disable buttons as appropriate on dialog initialization (CR 901688) * plugin\win32\CTMain.cpp Add elipses where appropriate (CR 901686) * plugin\win32\eCos.rc Enable OK button (CR 901687)1999-12-09 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommon.rc common\win32\CTCommonDoc.cpp common\win32\CTCommonres.h plugin\win32\CTMain.cpp plugin\win32\ConfigtoolDoc.cpp plugin\win32\ProjectManager.cpp plugin\win32\ProjectManager.h standalone\win32\ConfigToolDoc.cpp standalone\win32\Configtool.dsp standalone\win32\MainFrm.cpp Move persistence of registry to Software\Cygnus Solutions\eCos\Common\Repository\folder.1999-12-08 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommonDoc.cpp common\win32\ConfigToolDoc.h plugin\win32\CTMain.cpp plugin\win32\ConfigtoolDoc.cpp plugin\win32\ProjectManager.cpp plugin\win32\ProjectManager.h plugin\win32\eCos.rc plugin\win32\eCosres.h standalone\win32\CTres.h standalone\win32\ConfigToolDoc.cpp standalone\win32\Configtool.rc standalone\win32\MainFrm.cpp standalone\win32\MainFrm.h Provide test selection in plugin. Use IDE debugger as far as possible (not functional yet). Call pkgadmin as built-in dialog1999-12-07 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommonDoc.cpp Remove reference to runtestssheet1999-12-07 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommon.rc Restore standard app string ids * common\win32\CTCommonDoc.cpp common\win32\ConfigToolDoc.h plugin\win32\ConfigtoolDoc.cpp plugin\win32\CTMain.h plugin\win32\ProjectManager.cpp plugin\win32\ProjectManager.h standalone\win32\ConfigToolDoc.cpp Use function to determine test executable names * common\win32\ControlView.cpp Remove unused variable * plugin\win32\eCos.rc standalone\win32\Configtool.rc standalone\win32\MainFrm.cpp Remove references to testtool and ecostest * plugin\win32\CTMain.cpp Launch pkgadmin as appropriate1999-12-07 John Dallaway <jld@redhat.co.uk> * standalone\common\cdl_exec.cxx, standalone\common\cdl_exec.hxx, standalone\common\ecosconfig.cxx: Add 'list' command to view the repository database.1999-12-06 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\subprocess.cpp common\win32\subprocess.h common\win32\CTCommonDoc.cpp common\win32\Thermometer.cpp standalone\win32\ConfigToolDoc.cpp standalone\win32\Configtool.cpp standalone\win32\Configtool.h standalone\win32\MainFrm.cpp standalone\win32\MainFrm.h standalone\win32\OutputView.cpp standalone\win32\OutputView.h Overhaul CSubprocess class * plugin\win32\CTMain.cpp plugin\win32\CTMain.h plugin\win32\ConfigTool.cpp plugin\win32\ConfigTool.h plugin\win32\ProjectManager.cpp plugin\win32\eCosPlugin.cpp Remove includes of subprocess.h Add module state maintaining calls (for if we ever wish to make plugin a regular DLL)1999-12-06 John Dallaway <jld@redhat.co.uk> * standalone\common\cdl_exec.cxx, standalone\common\cdl_exec.hxx, standalone\common\ecosconfig.cxx: Rename 'hardware' command to 'target' in line with libCDL error messages.1999-12-03 John Dallaway <jld@redhat.co.uk> * common\common\build.cxx: Modify generate_toplevel_makefile() to honour the priorities of custom make rules. Modify generate_toplevel_makefile() to ignore the install tree during 'make clean'.1999-12-03 John Dallaway <jld@redhat.co.uk> * common\common\build.cxx: Modify cygpath() to use the Cygwin function cygwin_conv_to_posix_path() for Cygwin builds.1999-12-02 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTUtils.cpp common\win32\CTUtils.h common\win32\StdAfx.cpp common\win32\stdafx.h Move trace fn to global namespace1999-12-02 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTUtils.cpp common\win32\CTUtils.h common\win32\stdafx.h Circumvent 512 character limit in TRACE * plugin\win32\Project.cpp plugin\win32\Project.h plugin\win32\ProjectManager.cpp Place test executables correctly in install tree1999-12-02 Simon FitzMaurice <sdf@redhat.co.uk> * plugin\win32\Project.cpp plugin\win32\Project.h plugin\win32\ProjectManager.cpp plugin\win32\ProjectManager.h Use <PACKAGE> and <PREFIX> tokens in custom rules. Expect a sent (not posted) BUILD_STARTED.1999-12-02 John Dallaway <jld@redhat.co.uk> * common\common\build.cxx: Modify generate_makefile() to resolve <PACKAGE> tokens.1999-12-01 John Dallaway <jld@redhat.co.uk> * common\common\build.cxx: Modify generate_toplevel_makefile() and generate_makefile() to resolve <PREFIX> and <REPOSITORY> tokens. Modify generate_makefile() to use the VPATH with wildcard expansion to accommodate 'make -n' for custom rules.1999-12-01 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\RulesView.cpp common\win32\RulesView.h Make locate work properly on both columns in conflicts view.1999-12-01 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommonDoc.cpp Place exception handler around get_build_info() call * plugin\win32\CTMain.cpp plugin\win32\CTMain.h Add global conflict resolution to plugin1999-12-01 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommonDoc.cpp common\win32\CTOptionsDialog.cpp common\win32\CTOptionsDialog.h common\win32\ConfigToolDoc.h common\win32\FailingRulesDialog.cpp common\win32\FailingRulesDialog.h plugin\win32\ConfigtoolDoc.cpp standalone\win32\ConfigToolDoc.cpp standalone\win32\MainFrm.cpp More conflict resolution work - for global conflicts * common\win32\FileName.cpp common\win32\FileName.h Introduce file-finding utility function. * plugin\win32\Project.cpp Translate <PREFIX> and <REPOSITORY> in custom rule dependencies1999-12-01 John Dallaway <jld@redhat.co.uk> * common\win32\CTCommon.rc:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -