2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-01-20 17:12:15 +00:00

3 Commits

Author SHA1 Message Date
Cem Bassoy
231ba5f730 refactor(core): simplify and eliminate auxiliary tensor types (#115)
Auxiliary functions for extents and strides were using different
functions. Additionally, many tags were used to distinguish between
different tensor types. This patch simplifies interfaces of different
core functions and unifies functions that can process different types of
extent and stride types.
2021-09-09 11:34:14 +02:00
Ashar
92177ce919 Do not trigger Github Actions for doc or Readme changes (#102)
Ignore documentation and markdown changes for CI
2020-08-12 16:41:32 +02:00
Ashar
0584e2abaa GSoC20 Phase 1: Enhance CI workflows and switch to Github Actions (#89)
* GSoC Phase 1: Enhance CI workflows and switch to Github Actions

More details of the work of this phase could be checked at my wiki https://github.com/BoostGSoC20/ublas/wiki

* Tensor tests use Github Actions

Old uBLAS will only use Travis and Appveyor from old legacy CI while
Tensor is now build using modern Github Action on wide array of compiler
and standards and codes.

* Add Copyright notice and refactor windows matrix
2020-07-11 13:57:28 +02:00