Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: elucideye/drishti

Tags

v0.12.4

Toggle v0.12.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix eye texture grabbing (#697)

* fix eye texture grabbing

* bump patch v0.12.4
* update drishti-upload (new acf) and fix `impl->acf->setDoAcfTransfer(bool)`
* grab texture and/or images into vector<ImageView> in EyeFilter::dump() … pass through to public API

* update drishti-upload (acf v0.1.16)

* update minimal config

v0.12.3

Toggle v0.12.3's commit message
remove FIXME block

v0.12.2

Toggle v0.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump version to v0.12.2 (#672)

v0.12.1

Toggle v0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #668 from elucideye/pr.update.drishti.upload

update drishti-upload

v0.12.0

Toggle v0.12.0's commit message
fix rpath format

* set CMAKE_INSTALL_RPATH w/ list syntax of string syntax
* add Context::updateGL() to allow use to call `glewInit()` from within windows DLL (requirement) for multi-context scenarios and bump minor sdk version
* add `add_library(drishti::drishti ALIAS drishti)` in install section for `add_subdirectory()` compatibility
* update driahti-face-test sample config file defaults

```
  set(CMAKE_INSTALL_RPATH "${DRISHTI_ORIGIN}/../lib" "${DRISHTI_ORIGIN}")
```

v0.11.1

Toggle v0.11.1's commit message
Update submodule

v0.8.9

Toggle v0.8.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
promote mirrored options from drishti-upload (CI project) to top level (

#632)

A set of options required by the drishti-upload CI cache project is mirrored internally in drishti in cases where drishti-upload is skipped, as is the case when using drishti as a package through hunter.  These were previously in the defualt Hunter LOCAL config cmake/Hunter/config.cmake, which means they would be skipped when hunter is used from a top level project that provides its’ own LOCAL cmake/Hunter/config.cmake file.  A few of these options are central to the build logic, so they are added to the top level CMakeLists.txt in cases where drishti-upload is no used.

Note: This logic (in particular the need for a drishti-upload project for CI builds) will be simplified when the cache uploads are managed directly by hunter (soon!).

* mirror drishti-upload options in top level cmake when drishti-upload isn’t used
* add option to support printing all cmake variables inside hunter for debugging (default off)

v0.8.8

Toggle v0.8.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[skip ci] update cmake project version to v0.8.8

v0.8.8-p0

Toggle v0.8.8-p0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
promote mirrored options from drishti-upload (CI project) to top level (

#632)

A set of options required by the drishti-upload CI cache project is mirrored internally in drishti in cases where drishti-upload is skipped, as is the case when using drishti as a package through hunter.  These were previously in the defualt Hunter LOCAL config cmake/Hunter/config.cmake, which means they would be skipped when hunter is used from a top level project that provides its’ own LOCAL cmake/Hunter/config.cmake file.  A few of these options are central to the build logic, so they are added to the top level CMakeLists.txt in cases where drishti-upload is no used.

Note: This logic (in particular the need for a drishti-upload project for CI builds) will be simplified when the cache uploads are managed directly by hunter (soon!).

* mirror drishti-upload options in top level cmake when drishti-upload isn’t used
* add option to support printing all cmake variables inside hunter for debugging (default off)

v0.8.7

Toggle v0.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #628 from elucideye/pr.hunter

Update Hunter (new Sugar API)