Skip to content

liveppv2.11.4

Updated

Hot-reload for C & C++ transforms workflows and decreases iteration times.

#Usage

livepp provides CMake targets:

find_package(unofficial-livepp CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::livepp::livepp)

The macro LIVEPP_PATH is also set to point to the livepp installation folder and can be used to create agents:

lpp::LppDefaultAgent lppAgent = lpp::LppCreateDefaultAgent(nullptr, L"" VCPKG_LIVEPP_PATH);

#License

Not declared in the port manifest

#Supported Platforms

windows

  • windows
  • linux
  • osx
  • uwp

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Rémy Tassoux's avatarRémy Tassoux

#Changelog

  • a5b2b88[livepp] Update to 2.11.4 (#53485)
  • b8a5f44[livepp] Update to 2.11.3 (#52794)
  • 736feed[livepp] Update to 2.11.2 (#50455)
  • e9ca4fc[livepp] Update to 2.11.1 (#48700)
  • 421ff2b[livepp] Update to 2.11.0 (#48047)
  • 9ff684e[livepp] Update to 2.10.0 (#47463)
  • aaeb45e[livepp] Update to 2.9.3 (#46329)
  • 2c3217a[livepp] Add preference files support and documentation link (#45993)
  • f9d77ef[livepp] New port (#45210)