Bill Katz

Results 57 comments of Bill Katz

As we discussed earlier, the MaxLabel designation were designed to help eventual remote branches from being re-integrated and are purposely version-specific and capturing the deltas for just that version. I...

Hi, I'm no longer working on Rails although I imagine some of the forks might still be active. If you find the code useful, please do package it for Rails...

I wound up working on Google App Engine platform (python) for a couple of years and now work in scientific programming (neuroscience imaging) using C++, Go, and python. I am...

The best place for questions and seeing the community is the go-nuts mailing list or this community: https://plus.google.com/communities/114112804251407510571 I occasionally ask questions there too and some of the Go team...

Steve, You could probably omit BuildSupport.cmake and hardwire whatever command you need for Windows. If you look at the BuildSupport.cmake file, there's not a whole lot going on there except...

I think the issue is what CMAKE defaults to for CMAKE_C_COMPILER and CMAKE_CXX_COMPILER. We could change the CXX and CC settings to buildem-specific variables that are not initialized. So instead...