summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-04-08 11:52:07 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-04-08 11:52:07 +0000
commitef2ed0a1974f2e6d4b7dcf9c6f7952517fef7775 (patch)
tree93df7adb9bdbb441a629092c267f2557889eec5e
parent77d27c879589f0058c8eb04aa02e19a759d75a02 (diff)
downloadATCD-ef2ed0a1974f2e6d4b7dcf9c6f7952517fef7775.tar.gz
ChangeLogTag: Tue Apr 8 06:50:38 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog47
-rw-r--r--bin/MakeProjectCreator/templates/vc7.mpd9
2 files changed, 27 insertions, 29 deletions
diff --git a/ChangeLog b/ChangeLog
index d7fc88b75e7..050557aabfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,32 +1,39 @@
+Tue Apr 8 06:50:38 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/vc7.mpd:
+
+ Removed the ProgramDataBaseFileName section. It seems to cause
+ build problems.
+
Mon Apr 7 16:58:55 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
- * ace/Select_Reactor_Base.cpp (unbind): Fixed a subtle problem
- during complete shutdown of the event handler.
+ * ace/Select_Reactor_Base.cpp (unbind): Fixed a subtle problem
+ during complete shutdown of the event handler.
- Problem: During the unbind () call we call handle_close () after
- which we nullify the event handlers without much checks. This
- dangerous if the application during the callback,
- ie. handle_close () call registers a new handler with the
- reactor. It is quite possible that the map is changed during
- registration.
+ Problem: During the unbind () call we call handle_close () after
+ which we nullify the event handlers without much checks. This
+ dangerous if the application during the callback,
+ ie. handle_close () call registers a new handler with the
+ reactor. It is quite possible that the map is changed during
+ registration.
- Solution: We check whether the event handler's pointer in the
- map and the one that was cached before calling handle_close ()
- are the same.
+ Solution: We check whether the event handler's pointer in the
+ map and the one that was cached before calling handle_close ()
+ are the same.
- Thanks to Kobi Cohen-Arazi" <kobi@mivzak.com> for reporting the
- problem.
+ Thanks to Kobi Cohen-Arazi" <kobi@mivzak.com> for reporting the
+ problem.
Mon Apr 7 17:04:20 2003 Steve Huston <shuston@riverace.com>
- * tests/Unbounded_Set_Test_Ex.cpp: Moved the definition of MyNode
- to its own file, Unbounded_Set_Test_Ex.h to allow the
- ever-cooperative AIX Visual Age C++ compiler to find the definition
- when instantiating templates. Also changed the name of the
- recorded log file to match the test name so the autobuild
- log analysis can find it.
+ * tests/Unbounded_Set_Test_Ex.cpp: Moved the definition of MyNode
+ to its own file, Unbounded_Set_Test_Ex.h to allow the
+ ever-cooperative AIX Visual Age C++ compiler to find the definition
+ when instantiating templates. Also changed the name of the
+ recorded log file to match the test name so the autobuild
+ log analysis can find it.
- * tests/run_test.lst: Added Unbounded_Set_Test_Ex.
+ * tests/run_test.lst: Added Unbounded_Set_Test_Ex.
Mon Apr 7 12:27:25 2003 Chad Elliott <elliott_c@ociweb.com>
diff --git a/bin/MakeProjectCreator/templates/vc7.mpd b/bin/MakeProjectCreator/templates/vc7.mpd
index 11a36c9e635..cae5d385dfd 100644
--- a/bin/MakeProjectCreator/templates/vc7.mpd
+++ b/bin/MakeProjectCreator/templates/vc7.mpd
@@ -44,15 +44,6 @@
<%endif%>
AssemblerListingLocation=".\<%intermediate_dir%>\<%noextension(project_file)%>"
ObjectFile=".\<%intermediate_dir%>\<%noextension(project_file)%>\"
-<%if(pdb)%>
-<%if(sharedname)%>
- ProgramDataBaseFileName="<%dllout%>"
-<%else%>
-<%if(exename)%>
- ProgramDataBaseFileName="<%if(install)%><%install%><%else%><%output_dir%><%endif%>"
-<%endif%>
-<%endif%>
-<%endif%>
WarningLevel="<%warning_level("3")%>"
SuppressStartupBanner="TRUE"
DebugInformationFormat="<%debug_format("3")%>"