Adam Mitz

Results 170 comments of Adam Mitz

I'm not sure why it's adding a `\ace_gperf.exe` in be_global.cpp. I've used this before as `-g full/path/to/bin/ace_gperf` and I think that was on both platforms.

Is there another `foreach` around this?

Template_Files shouldn't contain Foo_T.h, that's just an error on the user's part. See the "Component Names and Default Values" table in MakeProjectCreator.html

Which .mpc files are impacted? Just in ACE_TAO or elsewhere?

It seems like that would be possible. MPC can be extended to support new "types," and the process for doing that is described in its documentation. Could you describe how...

We have evidence that libACE does not needs to be built by CMake to be consumed by a downstream CMake project: see github.com/objectcomputing/OpenDDS. Whether or not libACE *should* be built...

If this PR seeks to change the way output_subdir is used, it should also change the uses in vc7 and vc10 (unless they are already behaving that way). If I'm...

> Could someone explain why `/TAO/TAO_IDL/GNUmakefile.TAO_IDL_BE_VIS_[ACEIOSUV]` exist, but produce empty build files? The hack that [FindAceTao.cmake](https://github.com/alexchandel/test-cmake-acetao/blob/master/cmake/FindAceTao.cmake) uses to programmatically delete them should be fixed before this is merged. They are...

> @iguessthislldo I would argue that the minimum C++ standard required by the source is something the MPC project files should be concerned with and declare, as the compiler must...

Powershell appears to be a tool that's not so well suited to non-.NET development. I don't think it's so unreasonable that a build script generator like MPC uses ASCII/UTF-8, it's...