Skip to content

ABuus/RuntimeCompiledCPlusPlus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Runtime Compiled C++ sample code

Runtime-Compiled C++ is a way to reliably make major changes to your C++ code at runtime and see the results immediately. It's aimed at games development but could be useful in any industry where turnaround times are a bottleneck.

Supported OS / Compilers:

  • Windows XP+, Visual Studio 2008+. Note we currently distribute only the VS 2010 solution and projects.
  • Mac OS X 10.7+ with XCode 4.
  • Linux using Eclipse CDT (tested Ubuntu 12.04 64bit).

For Visual Studio and XCode the main project file is found in the Aurora directory. For Eclipse use File->Import->General->Existing Projects into Workspace and select the RuntimeCompiledCPlusPlus directory and import all projects it finds (best not to copy so you can keep everything up to date with git).

License (zlib)

Copyright (c) 2010-2013 Matthew Jack and Doug Binks

This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.

  2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.

  3. This notice may not be removed or altered from any source distribution.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.6%
  • C 30.8%
  • Objective-C 5.3%
  • Other 0.3%