summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-10-10 06:10:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-10-10 06:10:17 +0000
commit665e1e1959fe4dba061e766b372b1eef5ccf9b65 (patch)
treee7d45019fac7020ab0a421e207ad5ea5c9e09bb2
parent4902b01d06f73ba2b0345beeb64cf647ce1d5e42 (diff)
downloadATCD-665e1e1959fe4dba061e766b372b1eef5ccf9b65.tar.gz
Tue Oct 10 06:08:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE/ChangeLog16
-rw-r--r--ACE/bin/MakeProjectCreator/config/avoids_corba_e_compact.mpb6
-rw-r--r--ACE/bin/MakeProjectCreator/config/avoids_corba_e_micro.mpb6
-rwxr-xr-xACE/bin/fuzz.pl15
-rw-r--r--ACE/etc/ace.doxygen3
-rw-r--r--ACE/html/README2
6 files changed, 39 insertions, 9 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index c060b722c5a..8566de97283 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,19 @@
+Tue Oct 10 06:08:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/fuzz.pl:
+ Changed check for empty inline files to also check for empty
+ source files
+
+ * bin/MakeProjectCreator/config/avoids_corba_e_compact.mpb:
+ * bin/MakeProjectCreator/config/avoids_corba_e_micro.mpb:
+ New avoids projects
+
+ * etc/ace.doxygen:
+ Expand some more macros, should improve documentatation
+
+ * html/README:
+ Updated download location to ISIS
+
Tue Oct 10 06:03:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* docs/ACE-bug-process.html:
diff --git a/ACE/bin/MakeProjectCreator/config/avoids_corba_e_compact.mpb b/ACE/bin/MakeProjectCreator/config/avoids_corba_e_compact.mpb
new file mode 100644
index 00000000000..919f0c4c2c2
--- /dev/null
+++ b/ACE/bin/MakeProjectCreator/config/avoids_corba_e_compact.mpb
@@ -0,0 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
+feature(avoids_corba_e_compact) : taoidldefaults {
+ avoids += corba_e_compact
+}
diff --git a/ACE/bin/MakeProjectCreator/config/avoids_corba_e_micro.mpb b/ACE/bin/MakeProjectCreator/config/avoids_corba_e_micro.mpb
new file mode 100644
index 00000000000..919f0c4c2c2
--- /dev/null
+++ b/ACE/bin/MakeProjectCreator/config/avoids_corba_e_micro.mpb
@@ -0,0 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
+feature(avoids_corba_e_compact) : taoidldefaults {
+ avoids += corba_e_compact
+}
diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl
index 4d2a6511246..6aa58c130fe 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -489,13 +489,12 @@ sub check_for_preprocessor_comments ()
}
}
-# We should not have empty inline files in the repo
-sub check_for_empty_inline_files ()
+# We should not have empty files in the repo
+sub check_for_empty_files ()
{
- print "Running empty inline files test\n";
- foreach $file (@files_inl) {
+ print "Running empty file test\n";
+ foreach $file (@files_inl, @files_cpp) {
my $found_non_empty_line = 0;
- my $idl_generated = 0;
if (open (FILE, $file)) {
print "Looking at file $file\n" if $opt_d;
while (<FILE>) {
@@ -506,8 +505,8 @@ sub check_for_empty_inline_files ()
last;
}
close (FILE);
- if ($found_non_empty_line == 0 and $idl_generated == 0) {
- print_error ("$file:1: empty inline file should not be in the repository");
+ if ($found_non_empty_line == 0) {
+ print_error ("$file:1: empty file should not be in the repository");
}
}
else {
@@ -1443,7 +1442,7 @@ print "--------------------Configuration: Fuzz - Level ",$opt_l,
check_for_deprecated_macros () if ($opt_l > 1 );
check_for_refcountservantbase () if ($opt_l > 1 );
check_for_msc_ver_string () if ($opt_l >= 3);
-check_for_empty_inline_files () if ($opt_l >= 1);
+check_for_empty_files () if ($opt_l >= 1);
check_for_noncvs_files () if ($opt_l >= 1);
check_for_streams_include () if ($opt_l >= 6);
check_for_dependency_file () if ($opt_l >= 1);
diff --git a/ACE/etc/ace.doxygen b/ACE/etc/ace.doxygen
index 0cede27bb1c..8eaf4d543cf 100644
--- a/ACE/etc/ace.doxygen
+++ b/ACE/etc/ace.doxygen
@@ -130,6 +130,9 @@ SEARCH_INCLUDES = YES
INCLUDE_PATH = .
PREDEFINED = __ACE_INLINE__ ACE_TEMPLATES_REQUIRE_SOURCE
EXPAND_AS_DEFINED = ACE_RCSID \
+ ACE_INLINE \
+ ACE_BEGIN_VERSIONED_NAMESPACE_DECL \
+ ACE_END_VERSIONED_NAMESPACE_DECL \
ACE_UNIMPLEMENTED_FUNC \
ACE_CACHE_MAP_MANAGER \
ACE_THROW_SPEC \
diff --git a/ACE/html/README b/ACE/html/README
index d575719e1a4..9b46c0c59b0 100644
--- a/ACE/html/README
+++ b/ACE/html/README
@@ -4,7 +4,7 @@
generated files. The index.html file only makes sense if you download
the ACE-html.tar.gz documents from:
-ftp://deuce.doc.wustl.edu/pub/ACE+TAO-distribution/
+ftp://download.dre.vanderbilt.edu/ACE+TAO-distribution/
or if you generate the Doxygen documentation using the
configuration files in $ACE_ROOT/etc/*.doxygen and/or the perl script