View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014489CMakeCMakepublic2013-10-16 18:052016-06-10 14:31
ReporterKevin Sisco 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformVisual Studio 2012 x64OSWindowsOS Version7
Product VersionCMake 2.8.12 
Target VersionFixed in Version 
Summary0014489: Automoc duplicates some moc_ files in the <project>_automoc.cpp file.
DescriptionWhen scanning C++ header files for automoc CMake will duplicate header files that have a .H extension instead of a .h.


Additional InformationAttached files from http://public.kitware.com/Bug/view.php?id=13572 [^] with someclass.h renamed to someclass.H.

First run (no changes)
2> Description: Automoc for target bugtest
2> AUTOMOC: Checking D:/tmp/automoc_13572/someclass.cpp
2> AUTOMOC: Checking D:/tmp/automoc_13572/main.cpp
2> AUTOMOC: Checking D:/tmp/automoc_13572/someclass.h

bugtest_automoc.cpp
/* This file is autogenerated, do not edit*/
#include "moc_someclass.cpp"

Second run (after rename)
2> Description: Automoc for target bugtest
2> AUTOMOC: Checking D:/tmp/automoc_13572/someclass.cpp
2> AUTOMOC: Checking D:/tmp/automoc_13572/main.cpp
2> AUTOMOC: Checking D:/tmp/automoc_13572/someclass.H
2> AUTOMOC: Checking D:/tmp/automoc_13572/someclass.h

bugtest_automoc.cpp
/* This file is autogenerated, do not edit*/
#include "moc_someclass.cpp"
#include "moc_someclass.cpp"
TagsNo tags attached.
Attached Fileszip file icon automoc_14489.zip [^] (1,294 bytes) 2013-10-16 18:07

 Relationships

  Notes
(0042396)
Kitware Robot (administrator)
2016-06-10 14:29

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2013-10-16 18:05 Kevin Sisco New Issue
2013-10-16 18:07 Kevin Sisco File Added: automoc_14489.zip
2016-06-10 14:29 Kitware Robot Note Added: 0042396
2016-06-10 14:29 Kitware Robot Status new => resolved
2016-06-10 14:29 Kitware Robot Resolution open => moved
2016-06-10 14:29 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team