Compare commits
No commits in common. "759c88dfb411e19527d664ce5e2b679849b8215e" and "050256763c668e4ca9701472e7cb876e11df9a41" have entirely different histories.
759c88dfb4
...
050256763c
2
.github/workflows/pypi-deploy.yml
vendored
2
.github/workflows/pypi-deploy.yml
vendored
@ -3,7 +3,7 @@ name: Build Python Wheels
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
#branches: [master]
|
||||||
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
|
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
7
.gitignore
vendored
7
.gitignore
vendored
@ -23,10 +23,3 @@ pip/*.cpp
|
|||||||
pip/*.pyx
|
pip/*.pyx
|
||||||
pip/*.pxd
|
pip/*.pxd
|
||||||
pip/LICENSE
|
pip/LICENSE
|
||||||
|
|
||||||
python/3rdparty/
|
|
||||||
python/LICENSE
|
|
||||||
python/README.md
|
|
||||||
python/TDMtermite.cpp
|
|
||||||
python/lib/
|
|
||||||
|
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
[](https://lgtm.com/projects/g/RecordEvolution/TDMtermite/context:python)
|
[](https://lgtm.com/projects/g/RecordEvolution/TDMtermite/context:python)
|
||||||
[](https://img.shields.io/github/license/RecordEvolution/TDMtermite)
|
[](https://img.shields.io/github/license/RecordEvolution/TDMtermite)
|
||||||
[](https://img.shields.io/github/stars/RecordEvolution/TDMtermite)
|
[](https://img.shields.io/github/stars/RecordEvolution/TDMtermite)
|
||||||

|
|
||||||
|
|
||||||
# TDMtermite
|
# TDMtermite
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
#include <regex>
|
#include <regex>
|
||||||
|
#include <bit>
|
||||||
|
|
||||||
#include "pugixml.hpp"
|
#include "pugixml.hpp"
|
||||||
#include "tdm_datamodel.hpp"
|
#include "tdm_datamodel.hpp"
|
||||||
|
@ -1 +1 @@
|
|||||||
2.0.1
|
2.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user