Ignore:
Timestamp:
May 5, 2017, 2:17:23 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Action_Thermostats, Add_AtomRandomPerturbation, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph_documentation, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, Fix_ChronosMutex, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, GeometryObjects, Gui_displays_atomic_force_velocity, IndependentFragmentGrids_IntegrationTest, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, RotateToPrincipalAxisSystem_UndoRedo, StoppableMakroAction, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, Ubuntu_1604_changes
Children:
dde50d
Parents:
6798a5
git-author:
Frederik Heber <heber@…> (04/05/17 17:17:45)
git-committer:
Frederik Heber <frederik.heber@…> (05/05/17 14:17:23)
Message:

Updated pugixml in ThirdParty/vmg and src from 1.0 to 1.8.

  • this solved compilation issues with 1.0 seemingly from too recent gcc and c++11/14/.. changes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/pugixml/pugiconfig.hpp

    r6798a5 r33a694  
    11/**
    2  * pugixml parser - version 1.0
     2 * pugixml parser - version 1.8
    33 * --------------------------------------------------------
    4  * Copyright (C) 2006-2010, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
     4 * Copyright (C) 2006-2016, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
    55 * Report bugs and download new versions at http://pugixml.org/
    66 *
     
    1818// #define PUGIXML_WCHAR_MODE
    1919
     20// Uncomment this to enable compact mode
     21// #define PUGIXML_COMPACT
     22
    2023// Uncomment this to disable XPath
    2124// #define PUGIXML_NO_XPATH
    2225
    2326// Uncomment this to disable STL
    24 // Note: you can't use XPath with PUGIXML_NO_STL
    2527// #define PUGIXML_NO_STL
    2628
    2729// Uncomment this to disable exceptions
    28 // Note: you can't use XPath with PUGIXML_NO_EXCEPTIONS
    2930// #define PUGIXML_NO_EXCEPTIONS
    3031
     
    3536// In absence of PUGIXML_CLASS/PUGIXML_FUNCTION definitions PUGIXML_API is used instead
    3637
     38// Tune these constants to adjust memory-related behavior
     39// #define PUGIXML_MEMORY_PAGE_SIZE 32768
     40// #define PUGIXML_MEMORY_OUTPUT_STACK 10240
     41// #define PUGIXML_MEMORY_XPATH_PAGE_SIZE 4096
     42
     43// Uncomment this to switch to header-only version
     44// #define PUGIXML_HEADER_ONLY
     45
     46// Uncomment this to enable long long support
     47// #define PUGIXML_HAS_LONG_LONG
     48
    3749#endif
    3850
    3951/**
    40  * Copyright (c) 2006-2010 Arseny Kapoulkine
     52 * Copyright (c) 2006-2016 Arseny Kapoulkine
    4153 *
    4254 * Permission is hereby granted, free of charge, to any person
     
    5163 * The above copyright notice and this permission notice shall be
    5264 * included in all copies or substantial portions of the Software.
    53  * 
     65 *
    5466 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    5567 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
Note: See TracChangeset for help on using the changeset viewer.