Skip to content

Instantly share code, notes, and snippets.

View Manu343726's full-sized avatar

Manu Sánchez Manu343726

View GitHub Profile
@Manu343726
Manu343726 / using_value_ptr_lite_Jinja2Cpp.log
Created October 24, 2018 12:36
Jinja2Cpp conan build log
This file has been truncated, but you can view the full file.
Exporting package recipe
Linter warnings
WARN: Linter. Line 37: Undefined variable 'os'
WARN: Linter. Line 38: Undefined variable 'os'
WARN: Linter. Line 1: Unused tools imported from conans
jinja2cpp/master@Manu343726/testing: The stored package has not changed
Configuration:
[settings]
os=Linux
os_build=Linux
@Manu343726
Manu343726 / test_structs.h
Created December 1, 2019 20:00
tinyrefl generated code example
#ifndef TEST_STRUCTS_H
#define TEST_STRUCTS_H
#include <string>
#include <vector>
#include <set>
namespace test_structs
{
enum class Enum
@Manu343726
Manu343726 / test_structs.h
Last active December 1, 2019 20:07
tinyrefl generated code example
#ifndef TEST_STRUCTS_H
#define TEST_STRUCTS_H
#include <string>
#include <vector>
#include <set>
namespace test_structs
{
enum class Enum
@Manu343726
Manu343726 / examples.cmake
Last active August 4, 2020 21:22
Promote target to thirdparty
external_dependency(rttr https://github.com/rttrorg/rttr.git v0.9.6) 17 external_dependency(MetaStuff https://github.com/Manu343726/MetaStuff master) + 18 mark_as_external_target(rttr_core)
mark_as_external_target(rttr)