Changeset 33a694 for src/Parser/pugixml/pugiconfig.hpp
- Timestamp:
- May 5, 2017, 2:17:23 PM (8 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/pugixml/pugiconfig.hpp
r6798a5 r33a694 1 1 /** 2 * pugixml parser - version 1. 02 * pugixml parser - version 1.8 3 3 * -------------------------------------------------------- 4 * Copyright (C) 2006-201 0, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)4 * Copyright (C) 2006-2016, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) 5 5 * Report bugs and download new versions at http://pugixml.org/ 6 6 * … … 18 18 // #define PUGIXML_WCHAR_MODE 19 19 20 // Uncomment this to enable compact mode 21 // #define PUGIXML_COMPACT 22 20 23 // Uncomment this to disable XPath 21 24 // #define PUGIXML_NO_XPATH 22 25 23 26 // Uncomment this to disable STL 24 // Note: you can't use XPath with PUGIXML_NO_STL25 27 // #define PUGIXML_NO_STL 26 28 27 29 // Uncomment this to disable exceptions 28 // Note: you can't use XPath with PUGIXML_NO_EXCEPTIONS29 30 // #define PUGIXML_NO_EXCEPTIONS 30 31 … … 35 36 // In absence of PUGIXML_CLASS/PUGIXML_FUNCTION definitions PUGIXML_API is used instead 36 37 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 37 49 #endif 38 50 39 51 /** 40 * Copyright (c) 2006-201 0Arseny Kapoulkine52 * Copyright (c) 2006-2016 Arseny Kapoulkine 41 53 * 42 54 * Permission is hereby granted, free of charge, to any person … … 51 63 * The above copyright notice and this permission notice shall be 52 64 * included in all copies or substantial portions of the Software. 53 * 65 * 54 66 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 55 67 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
Note:
See TracChangeset
for help on using the changeset viewer.