Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/vendorlibraries #1009

Merged
merged 7 commits into from
Jun 15, 2016
Merged

Feature/vendorlibraries #1009

merged 7 commits into from
Jun 15, 2016

Commits on May 25, 2016

  1. move macros to macros.mk

    m-mcgowan committed May 25, 2016
    Configuration menu
    Copy the full SHA
    b7d4503 View commit details
    Browse the repository at this point in the history
  2. external libraries support. This works by dynamically building new ma…

    …ke recipes for the library directory, so that the make system knows how to compile a file in the library directory and produce an object file in the build target directory. Scripts generating scripts...time to find a more expressive tool. Oh hello CMake!
    m-mcgowan committed May 25, 2016
    1 Configuration menu
    Copy the full SHA
    646fd20 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2016

  1. Configuration menu
    Copy the full SHA
    9762d3b View commit details
    Browse the repository at this point in the history
  2. renamed APPLIBS to APPLIBSV1 and added support for v2 libraries via A…

    …PPLIBSV2. V2 libraries build sources under the src/ folder under each library.
    m-mcgowan committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    abd5521 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2016

  1. Configuration menu
    Copy the full SHA
    475a0d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    135c07f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Configuration menu
    Copy the full SHA
    6371765 View commit details
    Browse the repository at this point in the history