Skip to content
Snippets Groups Projects
  1. Mar 13, 2017
  2. Mar 12, 2017
  3. Mar 11, 2017
  4. Mar 10, 2017
  5. Mar 09, 2017
    • Brad King's avatar
      Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementation · f36eaf6a
      Brad King authored
      Use `cmGeneratorTarget::ModuleDefinitionInfo` to combine the
      implementation of `WINDOWS_EXPORT_ALL_SYMBOLS` with that of using a
      `.def` file as a source.  Only one of these could be used within a
      single target before anyway.
      f36eaf6a
    • Brad King's avatar
      Refactor module definition file selection · 25d261ef
      Brad King authored
      Create a `ModuleDefinitionInfo` structure for each configuration of a
      target to hold corresponding information about the selected module
      definition file (`.def` source).
      25d261ef
Loading