Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-10-21[core] Do not write outputs, internal folder and parallelization in templatesCandice Bentéjac
2022-10-21[tests] Add a unit test to check for templates' versionsCandice Bentéjac
2022-09-26[tests] Check that UIDs are identical when writing and loading a graphCandice Bentéjac
2022-08-01Merge pull request #1738 from alicevision/fix/undoDuplicatedNodesFabien Castan
2022-07-28Store all duplicates of a node correctly upon their creationCandice Bentéjac
2022-07-12Add support for external pipelines using project filesCandice Bentéjac
2021-05-04Merge pull request #1227 from ChemicalXandco/box_selectFabien Castan
2021-02-04[tests] update node duplication testChemicalXandco
2021-01-22[core] rename nodesOfTypeFabien Castan
2020-09-04[core/tests] Graph: default startNodes parameter in dfsOnDiscover()Julien-Haudegond
2020-09-04[core] Graph: change default reverse direction in dfsOnDiscover()Julien-Haudegond
2020-09-04[core] Graph: change signature of dfsOnDiscover()Julien-Haudegond
2020-09-04[core] Graph: rename nodesFromNode() to dfsOnDiscover()Julien-Haudegond
2020-09-02[tests] Graph: add new test with nodesFromNode()Julien-Haudegond
2020-07-16[tests] fix param changeFabien Castan
2020-02-20[tests] compatibility : Add list of groups update testGrégoire De Lillo
2019-02-01[tests] multiviewPipeline: add de/serialization testingYann Lanthony
2019-02-01[core] more thorough compatibility issues detectionYann Lanthony
2018-07-20[core][ui] add upgradeAllNodes methodsYann Lanthony
2018-07-19[core][graph] update nodes computability on topology changeYann Lanthony
2018-07-19[core] move duplicateNode methods to core.graphYann Lanthony
2018-07-19[core] introduce CompatibilityNode for improved scene compatibilitiesYann Lanthony
2018-07-19[tests] move test nodes to tests packageYann Lanthony
2018-07-19[nodes] use 'desc.Node.internalFolder' in outputs valuesYann Lanthony
2018-07-03[tests] ui_graph: delete graph object Yann Lanthony
2018-06-27[ui.graph] fix node duplication methodYann Lanthony
2018-06-18[graph] ListAttribute: replace '__getitem__ by 'at'Yann Lanthony
2018-06-06[tests] fix multiviewPipeline testYann Lanthony
2018-05-21[python] use items instead of iteritems for python2/3 compatibilityFabien Castan
2018-03-21[multiview] split pipeline creation into several functionsYann Lanthony
2018-01-12[graph] add helper methods to get nodes by type and sort them by nameYann Lanthony
2018-01-08[graph] add nodesFromNode method based on reverse dfs visitYann Lanthony
2018-01-05[tests] fix multiview pipeline testYann Lanthony
2017-11-17[tests] fix test_multiviewPipelineYann Lanthony
2017-11-07Add chunk notion for parallelization and implement specific updateInternals i...Fabien Castan
2017-10-31[core] change Attributes declaration on Node descriptionYann Lanthony
2017-10-31[tests] tests UIDs on the multiview pipelineFabien Castan
2017-10-31[tests] test multiview pipeline and List/GroupAttributes set/getFabien Castan
2017-10-31[tests] test uid on input params with/without linkFabien Castan
2017-10-31[tests] remove useless mainFabien Castan
2017-10-30[tests] add tests on graph invalidationYann Lanthony
2017-10-24[core] graph: add the notion of flowEdges and minMaxDepthPerNodeFabien Castan
2017-10-24[test] add more graph testsFabien Castan
2017-10-23rename Model to DictModel + augment APIYann Lanthony
2017-10-13[tests] fix test_depthYann Lanthony
2017-10-09rename package 'processGraph' to 'core'Yann Lanthony
2017-10-02[tests] fix Graph importYann Lanthony
2017-09-25rename "types" to "common" to avoid name conflictYann Lanthony
2017-09-25[tests] add basic tests for data modelsYann Lanthony
2017-09-19add setup.py + switch to pytestYann Lanthony