Showing preview only (8,727K chars total). Download the full file or copy to clipboard to get everything.
Repository: Wargus/stargus
Branch: master
Commit: 3b26928a7548
Files: 1315
Total size: 8.1 MB
Directory structure:
gitextract_79l93ovf/
├── .bzrignore
├── .github/
│ ├── dependabot.yml
│ └── workflows/
│ ├── cmake.yml
│ └── macos.yml
├── .gitignore
├── .travis.yml
├── CMakeLists.txt
├── COPYING
├── Doxyfile
├── README.md
├── cmake/
│ └── modules/
│ ├── FindCascLib.cmake
│ ├── FindGTK2.cmake
│ ├── FindMakeNSIS.cmake
│ ├── FindStormLib.cmake
│ └── FindStratagus.cmake
├── cmake_uninstall.cmake.in
├── dataset/
│ ├── dlgs_race.json
│ ├── palettes.json
│ └── units.json
├── debian/
│ ├── changelog
│ ├── compat
│ ├── control
│ ├── copyright
│ ├── docs
│ ├── manpages
│ ├── menu
│ ├── po/
│ │ ├── POTFILES.in
│ │ └── templates.pot
│ ├── postrm
│ ├── rules
│ └── source/
│ └── format
├── doc/
│ ├── changelog
│ ├── iscript.txt
│ ├── sc_dat_architecture
│ ├── scmconvert.6
│ ├── stargus.6
│ ├── startool.6
│ └── todo
├── logging.prop
├── mac/
│ ├── Info.plist
│ └── bundle.sh
├── meson.build
├── meson_options.txt
├── mpqlist.txt
├── release.py
├── scripts/
│ ├── RapidStratagusIDE/
│ │ └── RSI_Functions.lua
│ ├── ai/
│ │ ├── terran.lua
│ │ └── zerg.lua
│ ├── ai.lua
│ ├── anim.lua
│ ├── buttons.lua
│ ├── campaigns.lua
│ ├── cheats.lua
│ ├── commands.lua
│ ├── editor.lua
│ ├── fonts.lua
│ ├── gameui.lua
│ ├── guichan.lua
│ ├── icons.lua
│ ├── maps.lua
│ ├── menus/
│ │ ├── campaign.lua
│ │ ├── credits.lua
│ │ ├── diplomacy.lua
│ │ ├── endscenario.lua
│ │ ├── game.lua
│ │ ├── help.lua
│ │ ├── load.lua
│ │ ├── network.lua
│ │ ├── objectives.lua
│ │ ├── options.lua
│ │ ├── replay.lua
│ │ ├── results.lua
│ │ └── save.lua
│ ├── missiles.lua
│ ├── mobdebug.lua
│ ├── neutral/
│ │ ├── unit-bengalaas-jungle-critter.lua
│ │ ├── unit-minerals.lua
│ │ ├── unit-ragnasaur-ashworld-critter.lua
│ │ ├── unit-rhynadon-badlands-critter.lua
│ │ ├── unit-vespene-geyser.lua
│ │ └── units.lua
│ ├── protoss/
│ │ ├── campaign1.lua
│ │ ├── icons.lua
│ │ ├── missiles.lua
│ │ ├── nuetral.lua
│ │ ├── sound.lua
│ │ ├── unit-protoss-arbiter-tribunal.lua
│ │ ├── unit-protoss-assimulator.lua
│ │ ├── unit-protoss-citadel-of-adun.lua
│ │ ├── unit-protoss-cybernetics-core.lua
│ │ ├── unit-protoss-dark-templar.lua
│ │ ├── unit-protoss-dragoon.lua
│ │ ├── unit-protoss-fleet-beacon.lua
│ │ ├── unit-protoss-forge.lua
│ │ ├── unit-protoss-gateway.lua
│ │ ├── unit-protoss-high-templar.lua
│ │ ├── unit-protoss-nexus.lua
│ │ ├── unit-protoss-observatory.lua
│ │ ├── unit-protoss-observer.lua
│ │ ├── unit-protoss-photon-cannon.lua
│ │ ├── unit-protoss-probe.lua
│ │ ├── unit-protoss-pylon.lua
│ │ ├── unit-protoss-reaver.lua
│ │ ├── unit-protoss-robotics-facility.lua
│ │ ├── unit-protoss-robotics-support-bay.lua
│ │ ├── unit-protoss-scout.lua
│ │ ├── unit-protoss-shield-battery.lua
│ │ ├── unit-protoss-shuttle.lua
│ │ ├── unit-protoss-stargate.lua
│ │ ├── unit-protoss-templar-archives.lua
│ │ ├── unit-protoss-zealot.lua
│ │ ├── units.lua
│ │ └── upgrade.lua
│ ├── sc.lua
│ ├── sound.lua
│ ├── spells.lua
│ ├── stratagus.lua
│ ├── terran/
│ │ ├── campaign1.lua
│ │ ├── icons.lua
│ │ ├── missiles.lua
│ │ ├── sound.lua
│ │ ├── unit-terran-academy.lua
│ │ ├── unit-terran-armory.lua
│ │ ├── unit-terran-barracks.lua
│ │ ├── unit-terran-battlecruiser.lua
│ │ ├── unit-terran-bunker.lua
│ │ ├── unit-terran-command-center.lua
│ │ ├── unit-terran-comsat-station.lua
│ │ ├── unit-terran-dropship.lua
│ │ ├── unit-terran-engineering-bay.lua
│ │ ├── unit-terran-factory.lua
│ │ ├── unit-terran-firebat.lua
│ │ ├── unit-terran-ghost.lua
│ │ ├── unit-terran-goliath.lua
│ │ ├── unit-terran-marine.lua
│ │ ├── unit-terran-missile-turret.lua
│ │ ├── unit-terran-refinery.lua
│ │ ├── unit-terran-science-facility.lua
│ │ ├── unit-terran-science-vessel.lua
│ │ ├── unit-terran-scv.lua
│ │ ├── unit-terran-siege-tank.lua
│ │ ├── unit-terran-starport.lua
│ │ ├── unit-terran-supply-depot.lua
│ │ ├── unit-terran-vulture.lua
│ │ ├── unit-terran-wraith.lua
│ │ ├── units.lua
│ │ └── upgrade.lua
│ ├── tilesets.lua
│ ├── ui.lua
│ ├── units.lua
│ ├── upgrade.lua
│ ├── widgets.lua
│ └── zerg/
│ ├── campaign1.lua
│ ├── construction.lua
│ ├── icons.lua
│ ├── missiles.lua
│ ├── sound.lua
│ ├── unit-zerg-creep-colony.lua
│ ├── unit-zerg-defiler-mound.lua
│ ├── unit-zerg-defiler.lua
│ ├── unit-zerg-drone.lua
│ ├── unit-zerg-egg.lua
│ ├── unit-zerg-evolution-chamber.lua
│ ├── unit-zerg-extractor.lua
│ ├── unit-zerg-greater-spire.lua
│ ├── unit-zerg-guardian.lua
│ ├── unit-zerg-hatchery.lua
│ ├── unit-zerg-hive.lua
│ ├── unit-zerg-hydralisk-den.lua
│ ├── unit-zerg-hydralisk.lua
│ ├── unit-zerg-lair.lua
│ ├── unit-zerg-larva.lua
│ ├── unit-zerg-mutalisk.lua
│ ├── unit-zerg-nydus-canal.lua
│ ├── unit-zerg-overlord.lua
│ ├── unit-zerg-queen.lua
│ ├── unit-zerg-queens-nest.lua
│ ├── unit-zerg-scourge.lua
│ ├── unit-zerg-spawning-pool.lua
│ ├── unit-zerg-spire.lua
│ ├── unit-zerg-spore-colony.lua
│ ├── unit-zerg-sunken-colony.lua
│ ├── unit-zerg-ultralisk-cavern.lua
│ ├── unit-zerg-ultralisk.lua
│ ├── unit-zerg-zergling.lua
│ ├── units.lua
│ └── upgrade.lua
├── src/
│ ├── AbstractPalette.cpp
│ ├── AbstractPalette.h
│ ├── Breeze.cpp
│ ├── Breeze.h
│ ├── Casc.cpp
│ ├── Casc.h
│ ├── Chk.cpp
│ ├── Chk.h
│ ├── Color.cpp
│ ├── Color.h
│ ├── Converter.cpp
│ ├── Converter.h
│ ├── DataChunk.cpp
│ ├── DataChunk.h
│ ├── Dds.cpp
│ ├── Dds.h
│ ├── FileNotFoundException.cpp
│ ├── FileNotFoundException.h
│ ├── FileUtil.cpp
│ ├── FileUtil.h
│ ├── Font.cpp
│ ├── Font.h
│ ├── Grp.cpp
│ ├── Grp.h
│ ├── Hurricane.cpp
│ ├── Hurricane.h
│ ├── ImagesConverter.cpp
│ ├── ImagesConverter.h
│ ├── KaitaiConverter.cpp
│ ├── KaitaiConverter.h
│ ├── Logger.h
│ ├── NoValidPaletteException.cpp
│ ├── NoValidPaletteException.h
│ ├── Palette.cpp
│ ├── Palette.h
│ ├── Palette2D.cpp
│ ├── Palette2D.h
│ ├── PaletteImage.cpp
│ ├── PaletteImage.h
│ ├── Panel.cpp
│ ├── Panel.h
│ ├── Pcx.cpp
│ ├── Pcx.h
│ ├── PngExporter.cpp
│ ├── PngExporter.h
│ ├── PortraitsConverter.cpp
│ ├── PortraitsConverter.h
│ ├── Pos.h
│ ├── Preferences.cpp
│ ├── Preferences.h
│ ├── Scm.cpp
│ ├── Scm.h
│ ├── SfxConverter.cpp
│ ├── SfxConverter.h
│ ├── Size.h
│ ├── Smacker.cpp
│ ├── Smacker.h
│ ├── Storage.cpp
│ ├── Storage.h
│ ├── Storm.cpp
│ ├── Storm.h
│ ├── StringUtil.cpp
│ ├── StringUtil.h
│ ├── UIConsole.cpp
│ ├── UIConsole.h
│ ├── UnitsConverter.cpp
│ ├── UnitsConverter.h
│ ├── Wav.cpp
│ ├── Wav.h
│ ├── Widgets.cpp
│ ├── Widgets.h
│ ├── WorldMap.cpp
│ ├── WorldMap.h
│ ├── dat/
│ │ ├── DataHub.cpp
│ │ ├── DataHub.h
│ │ ├── Flingy.cpp
│ │ ├── Flingy.h
│ │ ├── IScript.cpp
│ │ ├── IScript.h
│ │ ├── Image.cpp
│ │ ├── Image.h
│ │ ├── ObjectAccess.h
│ │ ├── Order.cpp
│ │ ├── Order.h
│ │ ├── Portrait.cpp
│ │ ├── Portrait.h
│ │ ├── PropertyNotAvailableException.cpp
│ │ ├── PropertyNotAvailableException.h
│ │ ├── Sfx.cpp
│ │ ├── Sfx.h
│ │ ├── Sprite.cpp
│ │ ├── Sprite.h
│ │ ├── Tbl.cpp
│ │ ├── Tbl.h
│ │ ├── TblEntry.cpp
│ │ ├── TblEntry.h
│ │ ├── Techdata.cpp
│ │ ├── Techdata.h
│ │ ├── Unit.cpp
│ │ ├── Unit.h
│ │ ├── Upgrade.cpp
│ │ ├── Upgrade.h
│ │ ├── Weapon.cpp
│ │ ├── Weapon.h
│ │ └── meson.build
│ ├── endian.h
│ ├── kaitai/
│ │ ├── custom_decoder.h
│ │ ├── exceptions.h
│ │ ├── file_tbl.cpp
│ │ ├── file_tbl.h
│ │ ├── file_tbl.ksy
│ │ ├── flingy_dat.cpp
│ │ ├── flingy_dat.h
│ │ ├── flingy_dat.ksy
│ │ ├── images_dat.cpp
│ │ ├── images_dat.h
│ │ ├── images_dat.ksy
│ │ ├── iscript_bin.cpp
│ │ ├── iscript_bin.h
│ │ ├── iscript_bin.ksy
│ │ ├── kaitai_generate.sh
│ │ ├── kaitaistream.cpp
│ │ ├── kaitaistream.h
│ │ ├── kaitaistruct.h
│ │ ├── mapdata_dat.cpp
│ │ ├── mapdata_dat.h
│ │ ├── mapdata_dat.ksy
│ │ ├── meson.build
│ │ ├── opcode_list_type.cpp
│ │ ├── opcode_list_type.h
│ │ ├── orders_dat.cpp
│ │ ├── orders_dat.h
│ │ ├── orders_dat.ksy
│ │ ├── portdata_dat.cpp
│ │ ├── portdata_dat.h
│ │ ├── portdata_dat.ksy
│ │ ├── sfxdata_dat.cpp
│ │ ├── sfxdata_dat.h
│ │ ├── sfxdata_dat.ksy
│ │ ├── sprites_dat.cpp
│ │ ├── sprites_dat.h
│ │ ├── sprites_dat.ksy
│ │ ├── techdata_dat.cpp
│ │ ├── techdata_dat.h
│ │ ├── techdata_dat.ksy
│ │ ├── tileset_cv5.cpp
│ │ ├── tileset_cv5.h
│ │ ├── tileset_cv5.ksy
│ │ ├── tileset_dddata_bin.cpp
│ │ ├── tileset_dddata_bin.h
│ │ ├── tileset_dddata_bin.ksy
│ │ ├── tileset_vf4.cpp
│ │ ├── tileset_vf4.h
│ │ ├── tileset_vf4.ksy
│ │ ├── tileset_vr4.cpp
│ │ ├── tileset_vr4.h
│ │ ├── tileset_vr4.ksy
│ │ ├── tileset_vx4.cpp
│ │ ├── tileset_vx4.h
│ │ ├── tileset_vx4.ksy
│ │ ├── units_dat.cpp
│ │ ├── units_dat.h
│ │ ├── units_dat.ksy
│ │ ├── upgrades_dat.cpp
│ │ ├── upgrades_dat.h
│ │ ├── upgrades_dat.ksy
│ │ ├── weapons_dat.cpp
│ │ ├── weapons_dat.h
│ │ └── weapons_dat.ksy
│ ├── libgrp/
│ │ ├── Exceptions/
│ │ │ ├── GRPException.cpp
│ │ │ ├── GRPException.hpp
│ │ │ ├── GRPFrame/
│ │ │ │ ├── GRPFrameException.cpp
│ │ │ │ └── GRPFrameException.hpp
│ │ │ └── GRPImage/
│ │ │ ├── GRPImageException.cpp
│ │ │ └── GRPImageException.hpp
│ │ ├── GRPFrame/
│ │ │ ├── GRPFrame.cpp
│ │ │ └── GRPFrame.hpp
│ │ ├── GRPImage/
│ │ │ ├── GRPImage.cpp
│ │ │ └── GRPImage.hpp
│ │ ├── libgrp.cpp
│ │ ├── libgrp.hpp
│ │ └── meson.build
│ ├── luagen.cpp
│ ├── luagen.h
│ ├── meson.build
│ ├── optionparser.h
│ ├── optparser.h
│ ├── pacman.cpp
│ ├── pacman.h
│ ├── platform.cpp
│ ├── platform.h
│ ├── stargus.cpp
│ ├── startool.cpp
│ ├── startool.h
│ ├── startool_cd.h
│ ├── startool_mpq.h
│ ├── startool_rm.h
│ └── tileset/
│ ├── MegaTile.cpp
│ ├── MegaTile.h
│ ├── TiledPaletteImage.cpp
│ ├── TiledPaletteImage.h
│ ├── TilesetHub.cpp
│ ├── TilesetHub.h
│ └── meson.build
├── stargus.desktop.in
├── stargus.nsi
├── stargus.rc
├── subprojects/
│ ├── StormLib.wrap
│ ├── bzip2.wrap
│ ├── libpng.wrap
│ ├── nlohmann_json/
│ │ ├── .clang-format
│ │ ├── .clang-tidy
│ │ ├── .drone.yml
│ │ ├── .gitignore
│ │ ├── CITATION.cff
│ │ ├── CMakeLists.txt
│ │ ├── CODE_OF_CONDUCT.md
│ │ ├── ChangeLog.md
│ │ ├── LICENSE.MIT
│ │ ├── Makefile
│ │ ├── README.md
│ │ ├── appveyor.yml
│ │ ├── benchmarks/
│ │ │ ├── CMakeLists.txt
│ │ │ └── src/
│ │ │ └── benchmarks.cpp
│ │ ├── cmake/
│ │ │ ├── ci.cmake
│ │ │ ├── config.cmake.in
│ │ │ ├── download_test_data.cmake
│ │ │ ├── nlohmann_jsonConfigVersion.cmake.in
│ │ │ └── pkg-config.pc.in
│ │ ├── doc/
│ │ │ ├── Makefile
│ │ │ ├── README.md
│ │ │ ├── docset/
│ │ │ │ ├── Info.plist
│ │ │ │ ├── Makefile
│ │ │ │ ├── README.md
│ │ │ │ ├── docSet.sql
│ │ │ │ └── docset.json
│ │ │ ├── examples/
│ │ │ │ ├── README.cpp
│ │ │ │ ├── README.output
│ │ │ │ ├── accept__string.cpp
│ │ │ │ ├── accept__string.output
│ │ │ │ ├── array.cpp
│ │ │ │ ├── array.output
│ │ │ │ ├── array_t.cpp
│ │ │ │ ├── array_t.output
│ │ │ │ ├── at__object_t_key_type.cpp
│ │ │ │ ├── at__object_t_key_type.output
│ │ │ │ ├── at__object_t_key_type_const.cpp
│ │ │ │ ├── at__object_t_key_type_const.output
│ │ │ │ ├── at__size_type.cpp
│ │ │ │ ├── at__size_type.output
│ │ │ │ ├── at__size_type_const.cpp
│ │ │ │ ├── at__size_type_const.output
│ │ │ │ ├── at_json_pointer.cpp
│ │ │ │ ├── at_json_pointer.output
│ │ │ │ ├── at_json_pointer_const.cpp
│ │ │ │ ├── at_json_pointer_const.output
│ │ │ │ ├── back.cpp
│ │ │ │ ├── back.output
│ │ │ │ ├── basic_json__CompatibleType.cpp
│ │ │ │ ├── basic_json__CompatibleType.output
│ │ │ │ ├── basic_json__InputIt_InputIt.cpp
│ │ │ │ ├── basic_json__InputIt_InputIt.output
│ │ │ │ ├── basic_json__basic_json.cpp
│ │ │ │ ├── basic_json__basic_json.output
│ │ │ │ ├── basic_json__copyassignment.cpp
│ │ │ │ ├── basic_json__copyassignment.output
│ │ │ │ ├── basic_json__list_init_t.cpp
│ │ │ │ ├── basic_json__list_init_t.output
│ │ │ │ ├── basic_json__moveconstructor.cpp
│ │ │ │ ├── basic_json__moveconstructor.output
│ │ │ │ ├── basic_json__nullptr_t.cpp
│ │ │ │ ├── basic_json__nullptr_t.output
│ │ │ │ ├── basic_json__size_type_basic_json.cpp
│ │ │ │ ├── basic_json__size_type_basic_json.output
│ │ │ │ ├── basic_json__value.cpp
│ │ │ │ ├── basic_json__value.output
│ │ │ │ ├── basic_json__value_ptr.cpp
│ │ │ │ ├── basic_json__value_ptr.output
│ │ │ │ ├── basic_json__value_t.cpp
│ │ │ │ ├── basic_json__value_t.output
│ │ │ │ ├── begin.cpp
│ │ │ │ ├── begin.output
│ │ │ │ ├── binary.cpp
│ │ │ │ ├── binary.output
│ │ │ │ ├── binary_t.cpp
│ │ │ │ ├── binary_t.output
│ │ │ │ ├── boolean_t.cpp
│ │ │ │ ├── boolean_t.output
│ │ │ │ ├── cbegin.cpp
│ │ │ │ ├── cbegin.output
│ │ │ │ ├── cend.cpp
│ │ │ │ ├── cend.output
│ │ │ │ ├── clear.cpp
│ │ │ │ ├── clear.output
│ │ │ │ ├── contains.cpp
│ │ │ │ ├── contains.output
│ │ │ │ ├── contains_json_pointer.cpp
│ │ │ │ ├── contains_json_pointer.output
│ │ │ │ ├── count.cpp
│ │ │ │ ├── count.output
│ │ │ │ ├── crbegin.cpp
│ │ │ │ ├── crbegin.output
│ │ │ │ ├── crend.cpp
│ │ │ │ ├── crend.output
│ │ │ │ ├── diagnostics_extended.cpp
│ │ │ │ ├── diagnostics_extended.output
│ │ │ │ ├── diagnostics_standard.cpp
│ │ │ │ ├── diagnostics_standard.output
│ │ │ │ ├── diff.cpp
│ │ │ │ ├── diff.output
│ │ │ │ ├── dump.cpp
│ │ │ │ ├── dump.output
│ │ │ │ ├── emplace.cpp
│ │ │ │ ├── emplace.output
│ │ │ │ ├── emplace_back.cpp
│ │ │ │ ├── emplace_back.output
│ │ │ │ ├── empty.cpp
│ │ │ │ ├── empty.output
│ │ │ │ ├── end.cpp
│ │ │ │ ├── end.output
│ │ │ │ ├── erase__IteratorType.cpp
│ │ │ │ ├── erase__IteratorType.output
│ │ │ │ ├── erase__IteratorType_IteratorType.cpp
│ │ │ │ ├── erase__IteratorType_IteratorType.output
│ │ │ │ ├── erase__key_type.cpp
│ │ │ │ ├── erase__key_type.output
│ │ │ │ ├── erase__size_type.cpp
│ │ │ │ ├── erase__size_type.output
│ │ │ │ ├── exception.cpp
│ │ │ │ ├── exception.output
│ │ │ │ ├── find__key_type.cpp
│ │ │ │ ├── find__key_type.output
│ │ │ │ ├── flatten.cpp
│ │ │ │ ├── flatten.output
│ │ │ │ ├── from_bson.cpp
│ │ │ │ ├── from_bson.output
│ │ │ │ ├── from_cbor.cpp
│ │ │ │ ├── from_cbor.output
│ │ │ │ ├── from_msgpack.cpp
│ │ │ │ ├── from_msgpack.output
│ │ │ │ ├── from_ubjson.cpp
│ │ │ │ ├── from_ubjson.output
│ │ │ │ ├── front.cpp
│ │ │ │ ├── front.output
│ │ │ │ ├── get__PointerType.cpp
│ │ │ │ ├── get__PointerType.output
│ │ │ │ ├── get__ValueType_const.cpp
│ │ │ │ ├── get__ValueType_const.output
│ │ │ │ ├── get_binary.cpp
│ │ │ │ ├── get_binary.output
│ │ │ │ ├── get_ptr.cpp
│ │ │ │ ├── get_ptr.output
│ │ │ │ ├── get_ref.cpp
│ │ │ │ ├── get_ref.output
│ │ │ │ ├── get_to.cpp
│ │ │ │ ├── get_to.output
│ │ │ │ ├── insert.cpp
│ │ │ │ ├── insert.output
│ │ │ │ ├── insert__count.cpp
│ │ │ │ ├── insert__count.output
│ │ │ │ ├── insert__ilist.cpp
│ │ │ │ ├── insert__ilist.output
│ │ │ │ ├── insert__range.cpp
│ │ │ │ ├── insert__range.output
│ │ │ │ ├── insert__range_object.cpp
│ │ │ │ ├── insert__range_object.output
│ │ │ │ ├── invalid_iterator.cpp
│ │ │ │ ├── invalid_iterator.output
│ │ │ │ ├── is_array.cpp
│ │ │ │ ├── is_array.output
│ │ │ │ ├── is_binary.cpp
│ │ │ │ ├── is_binary.output
│ │ │ │ ├── is_boolean.cpp
│ │ │ │ ├── is_boolean.output
│ │ │ │ ├── is_discarded.cpp
│ │ │ │ ├── is_discarded.output
│ │ │ │ ├── is_null.cpp
│ │ │ │ ├── is_null.output
│ │ │ │ ├── is_number.cpp
│ │ │ │ ├── is_number.output
│ │ │ │ ├── is_number_float.cpp
│ │ │ │ ├── is_number_float.output
│ │ │ │ ├── is_number_integer.cpp
│ │ │ │ ├── is_number_integer.output
│ │ │ │ ├── is_number_unsigned.cpp
│ │ │ │ ├── is_number_unsigned.output
│ │ │ │ ├── is_object.cpp
│ │ │ │ ├── is_object.output
│ │ │ │ ├── is_primitive.cpp
│ │ │ │ ├── is_primitive.output
│ │ │ │ ├── is_string.cpp
│ │ │ │ ├── is_string.output
│ │ │ │ ├── is_structured.cpp
│ │ │ │ ├── is_structured.output
│ │ │ │ ├── items.cpp
│ │ │ │ ├── items.output
│ │ │ │ ├── iterator_wrapper.cpp
│ │ │ │ ├── iterator_wrapper.output
│ │ │ │ ├── json_pointer.cpp
│ │ │ │ ├── json_pointer.output
│ │ │ │ ├── json_pointer__back.cpp
│ │ │ │ ├── json_pointer__back.output
│ │ │ │ ├── json_pointer__empty.cpp
│ │ │ │ ├── json_pointer__empty.output
│ │ │ │ ├── json_pointer__operator_add.cpp
│ │ │ │ ├── json_pointer__operator_add.output
│ │ │ │ ├── json_pointer__operator_add_binary.cpp
│ │ │ │ ├── json_pointer__operator_add_binary.output
│ │ │ │ ├── json_pointer__parent_pointer.cpp
│ │ │ │ ├── json_pointer__parent_pointer.output
│ │ │ │ ├── json_pointer__pop_back.cpp
│ │ │ │ ├── json_pointer__pop_back.output
│ │ │ │ ├── json_pointer__push_back.cpp
│ │ │ │ ├── json_pointer__push_back.output
│ │ │ │ ├── json_pointer__to_string.cpp
│ │ │ │ ├── json_pointer__to_string.output
│ │ │ │ ├── max_size.cpp
│ │ │ │ ├── max_size.output
│ │ │ │ ├── merge_patch.cpp
│ │ │ │ ├── merge_patch.output
│ │ │ │ ├── meta.cpp
│ │ │ │ ├── meta.output
│ │ │ │ ├── number_float_t.cpp
│ │ │ │ ├── number_float_t.output
│ │ │ │ ├── number_integer_t.cpp
│ │ │ │ ├── number_integer_t.output
│ │ │ │ ├── number_unsigned_t.cpp
│ │ │ │ ├── number_unsigned_t.output
│ │ │ │ ├── object.cpp
│ │ │ │ ├── object.output
│ │ │ │ ├── object_t.cpp
│ │ │ │ ├── object_t.output
│ │ │ │ ├── operator__ValueType.cpp
│ │ │ │ ├── operator__ValueType.output
│ │ │ │ ├── operator__equal.cpp
│ │ │ │ ├── operator__equal.output
│ │ │ │ ├── operator__equal__nullptr_t.cpp
│ │ │ │ ├── operator__equal__nullptr_t.output
│ │ │ │ ├── operator__greater.cpp
│ │ │ │ ├── operator__greater.output
│ │ │ │ ├── operator__greaterequal.cpp
│ │ │ │ ├── operator__greaterequal.output
│ │ │ │ ├── operator__less.cpp
│ │ │ │ ├── operator__less.output
│ │ │ │ ├── operator__lessequal.cpp
│ │ │ │ ├── operator__lessequal.output
│ │ │ │ ├── operator__notequal.cpp
│ │ │ │ ├── operator__notequal.output
│ │ │ │ ├── operator__notequal__nullptr_t.cpp
│ │ │ │ ├── operator__notequal__nullptr_t.output
│ │ │ │ ├── operator__value_t.cpp
│ │ │ │ ├── operator__value_t.output
│ │ │ │ ├── operator_deserialize.cpp
│ │ │ │ ├── operator_deserialize.output
│ │ │ │ ├── operator_literal_json.cpp
│ │ │ │ ├── operator_literal_json.output
│ │ │ │ ├── operator_literal_json_pointer.cpp
│ │ │ │ ├── operator_literal_json_pointer.output
│ │ │ │ ├── operator_serialize.cpp
│ │ │ │ ├── operator_serialize.output
│ │ │ │ ├── operatorarray__key_type.cpp
│ │ │ │ ├── operatorarray__key_type.output
│ │ │ │ ├── operatorarray__key_type_const.cpp
│ │ │ │ ├── operatorarray__key_type_const.output
│ │ │ │ ├── operatorarray__size_type.cpp
│ │ │ │ ├── operatorarray__size_type.output
│ │ │ │ ├── operatorarray__size_type_const.cpp
│ │ │ │ ├── operatorarray__size_type_const.output
│ │ │ │ ├── operatorjson_pointer.cpp
│ │ │ │ ├── operatorjson_pointer.output
│ │ │ │ ├── operatorjson_pointer_const.cpp
│ │ │ │ ├── operatorjson_pointer_const.output
│ │ │ │ ├── ordered_map.cpp
│ │ │ │ ├── ordered_map.output
│ │ │ │ ├── other_error.cpp
│ │ │ │ ├── other_error.output
│ │ │ │ ├── out_of_range.cpp
│ │ │ │ ├── out_of_range.output
│ │ │ │ ├── parse__allow_exceptions.cpp
│ │ │ │ ├── parse__allow_exceptions.output
│ │ │ │ ├── parse__array__parser_callback_t.cpp
│ │ │ │ ├── parse__array__parser_callback_t.output
│ │ │ │ ├── parse__contiguouscontainer__parser_callback_t.cpp
│ │ │ │ ├── parse__contiguouscontainer__parser_callback_t.output
│ │ │ │ ├── parse__istream__parser_callback_t.cpp
│ │ │ │ ├── parse__istream__parser_callback_t.output
│ │ │ │ ├── parse__iterator_pair.cpp
│ │ │ │ ├── parse__iterator_pair.link
│ │ │ │ ├── parse__iterator_pair.output
│ │ │ │ ├── parse__pointers.cpp
│ │ │ │ ├── parse__pointers.link
│ │ │ │ ├── parse__pointers.output
│ │ │ │ ├── parse__string__parser_callback_t.cpp
│ │ │ │ ├── parse__string__parser_callback_t.output
│ │ │ │ ├── parse_error.cpp
│ │ │ │ ├── parse_error.output
│ │ │ │ ├── patch.cpp
│ │ │ │ ├── patch.output
│ │ │ │ ├── push_back.cpp
│ │ │ │ ├── push_back.output
│ │ │ │ ├── push_back__initializer_list.cpp
│ │ │ │ ├── push_back__initializer_list.output
│ │ │ │ ├── push_back__object_t__value.cpp
│ │ │ │ ├── push_back__object_t__value.output
│ │ │ │ ├── rbegin.cpp
│ │ │ │ ├── rbegin.output
│ │ │ │ ├── rend.cpp
│ │ │ │ ├── rend.output
│ │ │ │ ├── sax_parse.cpp
│ │ │ │ ├── sax_parse.output
│ │ │ │ ├── size.cpp
│ │ │ │ ├── size.output
│ │ │ │ ├── std_hash.cpp
│ │ │ │ ├── std_hash.output
│ │ │ │ ├── std_swap.cpp
│ │ │ │ ├── std_swap.output
│ │ │ │ ├── string_t.cpp
│ │ │ │ ├── string_t.output
│ │ │ │ ├── swap__array_t.cpp
│ │ │ │ ├── swap__array_t.output
│ │ │ │ ├── swap__binary_t.cpp
│ │ │ │ ├── swap__binary_t.output
│ │ │ │ ├── swap__object_t.cpp
│ │ │ │ ├── swap__object_t.output
│ │ │ │ ├── swap__reference.cpp
│ │ │ │ ├── swap__reference.output
│ │ │ │ ├── swap__string_t.cpp
│ │ │ │ ├── swap__string_t.output
│ │ │ │ ├── to_bson.cpp
│ │ │ │ ├── to_bson.output
│ │ │ │ ├── to_cbor.cpp
│ │ │ │ ├── to_cbor.output
│ │ │ │ ├── to_msgpack.cpp
│ │ │ │ ├── to_msgpack.output
│ │ │ │ ├── to_string.cpp
│ │ │ │ ├── to_string.output
│ │ │ │ ├── to_ubjson.cpp
│ │ │ │ ├── to_ubjson.output
│ │ │ │ ├── type.cpp
│ │ │ │ ├── type.output
│ │ │ │ ├── type_error.cpp
│ │ │ │ ├── type_error.output
│ │ │ │ ├── type_name.cpp
│ │ │ │ ├── type_name.output
│ │ │ │ ├── unflatten.cpp
│ │ │ │ ├── unflatten.output
│ │ │ │ ├── update.cpp
│ │ │ │ ├── update.output
│ │ │ │ ├── update__range.cpp
│ │ │ │ └── update__range.output
│ │ │ ├── index.md
│ │ │ └── mkdocs/
│ │ │ ├── Makefile
│ │ │ ├── docs/
│ │ │ │ ├── api/
│ │ │ │ │ ├── adl_serializer/
│ │ │ │ │ │ ├── from_json.md
│ │ │ │ │ │ ├── index.md
│ │ │ │ │ │ └── to_json.md
│ │ │ │ │ ├── basic_json/
│ │ │ │ │ │ ├── accept.md
│ │ │ │ │ │ ├── array.md
│ │ │ │ │ │ ├── array_t.md
│ │ │ │ │ │ ├── at.md
│ │ │ │ │ │ ├── back.md
│ │ │ │ │ │ ├── basic_json.md
│ │ │ │ │ │ ├── begin.md
│ │ │ │ │ │ ├── binary.md
│ │ │ │ │ │ ├── binary_t.md
│ │ │ │ │ │ ├── boolean_t.md
│ │ │ │ │ │ ├── cbegin.md
│ │ │ │ │ │ ├── cbor_tag_handler_t.md
│ │ │ │ │ │ ├── cend.md
│ │ │ │ │ │ ├── clear.md
│ │ │ │ │ │ ├── contains.md
│ │ │ │ │ │ ├── count.md
│ │ │ │ │ │ ├── crbegin.md
│ │ │ │ │ │ ├── crend.md
│ │ │ │ │ │ ├── diff.md
│ │ │ │ │ │ ├── dump.md
│ │ │ │ │ │ ├── emplace.md
│ │ │ │ │ │ ├── emplace_back.md
│ │ │ │ │ │ ├── empty.md
│ │ │ │ │ │ ├── end.md
│ │ │ │ │ │ ├── erase.md
│ │ │ │ │ │ ├── error_handler_t.md
│ │ │ │ │ │ ├── exception.md
│ │ │ │ │ │ ├── find.md
│ │ │ │ │ │ ├── flatten.md
│ │ │ │ │ │ ├── from_bson.md
│ │ │ │ │ │ ├── from_cbor.md
│ │ │ │ │ │ ├── from_msgpack.md
│ │ │ │ │ │ ├── from_ubjson.md
│ │ │ │ │ │ ├── front.md
│ │ │ │ │ │ ├── get.md
│ │ │ │ │ │ ├── get_allocator.md
│ │ │ │ │ │ ├── get_binary.md
│ │ │ │ │ │ ├── get_ptr.md
│ │ │ │ │ │ ├── get_ref.md
│ │ │ │ │ │ ├── get_to.md
│ │ │ │ │ │ ├── index.md
│ │ │ │ │ │ ├── input_format_t.md
│ │ │ │ │ │ ├── insert.md
│ │ │ │ │ │ ├── invalid_iterator.md
│ │ │ │ │ │ ├── is_array.md
│ │ │ │ │ │ ├── is_binary.md
│ │ │ │ │ │ ├── is_boolean.md
│ │ │ │ │ │ ├── is_discarded.md
│ │ │ │ │ │ ├── is_null.md
│ │ │ │ │ │ ├── is_number.md
│ │ │ │ │ │ ├── is_number_float.md
│ │ │ │ │ │ ├── is_number_integer.md
│ │ │ │ │ │ ├── is_number_unsigned.md
│ │ │ │ │ │ ├── is_object.md
│ │ │ │ │ │ ├── is_primitive.md
│ │ │ │ │ │ ├── is_string.md
│ │ │ │ │ │ ├── is_structured.md
│ │ │ │ │ │ ├── items.md
│ │ │ │ │ │ ├── json_serializer.md
│ │ │ │ │ │ ├── max_size.md
│ │ │ │ │ │ ├── merge_patch.md
│ │ │ │ │ │ ├── meta.md
│ │ │ │ │ │ ├── number_float_t.md
│ │ │ │ │ │ ├── number_integer_t.md
│ │ │ │ │ │ ├── number_unsigned_t.md
│ │ │ │ │ │ ├── object.md
│ │ │ │ │ │ ├── object_comparator_t.md
│ │ │ │ │ │ ├── object_t.md
│ │ │ │ │ │ ├── operator+=.md
│ │ │ │ │ │ ├── operator=.md
│ │ │ │ │ │ ├── operator[].md
│ │ │ │ │ │ ├── operator_ValueType.md
│ │ │ │ │ │ ├── operator_eq.md
│ │ │ │ │ │ ├── operator_ge.md
│ │ │ │ │ │ ├── operator_gt.md
│ │ │ │ │ │ ├── operator_gtgt.md
│ │ │ │ │ │ ├── operator_le.md
│ │ │ │ │ │ ├── operator_literal_json.md
│ │ │ │ │ │ ├── operator_literal_json_pointer.md
│ │ │ │ │ │ ├── operator_lt.md
│ │ │ │ │ │ ├── operator_ltlt.md
│ │ │ │ │ │ ├── operator_ne.md
│ │ │ │ │ │ ├── operator_value_t.md
│ │ │ │ │ │ ├── other_error.md
│ │ │ │ │ │ ├── out_of_range.md
│ │ │ │ │ │ ├── parse.md
│ │ │ │ │ │ ├── parse_error.md
│ │ │ │ │ │ ├── parse_event_t.md
│ │ │ │ │ │ ├── parser_callback_t.md
│ │ │ │ │ │ ├── patch.md
│ │ │ │ │ │ ├── push_back.md
│ │ │ │ │ │ ├── rbegin.md
│ │ │ │ │ │ ├── rend.md
│ │ │ │ │ │ ├── sax_parse.md
│ │ │ │ │ │ ├── size.md
│ │ │ │ │ │ ├── std_hash.md
│ │ │ │ │ │ ├── std_swap.md
│ │ │ │ │ │ ├── string_t.md
│ │ │ │ │ │ ├── swap.md
│ │ │ │ │ │ ├── to_bson.md
│ │ │ │ │ │ ├── to_cbor.md
│ │ │ │ │ │ ├── to_msgpack.md
│ │ │ │ │ │ ├── to_string.md
│ │ │ │ │ │ ├── to_ubjson.md
│ │ │ │ │ │ ├── type.md
│ │ │ │ │ │ ├── type_error.md
│ │ │ │ │ │ ├── type_name.md
│ │ │ │ │ │ ├── unflatten.md
│ │ │ │ │ │ ├── update.md
│ │ │ │ │ │ ├── value.md
│ │ │ │ │ │ ├── value_t.md
│ │ │ │ │ │ └── ~basic_json.md
│ │ │ │ │ ├── byte_container_with_subtype/
│ │ │ │ │ │ ├── byte_container_with_subtype.md
│ │ │ │ │ │ ├── clear_subtype.md
│ │ │ │ │ │ ├── has_subtype.md
│ │ │ │ │ │ ├── index.md
│ │ │ │ │ │ ├── set_subtype.md
│ │ │ │ │ │ └── subtype.md
│ │ │ │ │ ├── json.md
│ │ │ │ │ ├── json_pointer/
│ │ │ │ │ │ ├── back.md
│ │ │ │ │ │ ├── empty.md
│ │ │ │ │ │ ├── index.md
│ │ │ │ │ │ ├── json_pointer.md
│ │ │ │ │ │ ├── operator_slash.md
│ │ │ │ │ │ ├── operator_slasheq.md
│ │ │ │ │ │ ├── operator_string.md
│ │ │ │ │ │ ├── parent_pointer.md
│ │ │ │ │ │ ├── pop_back.md
│ │ │ │ │ │ ├── push_back.md
│ │ │ │ │ │ └── to_string.md
│ │ │ │ │ ├── json_sax/
│ │ │ │ │ │ ├── binary.md
│ │ │ │ │ │ ├── boolean.md
│ │ │ │ │ │ ├── end_array.md
│ │ │ │ │ │ ├── end_object.md
│ │ │ │ │ │ ├── index.md
│ │ │ │ │ │ ├── key.md
│ │ │ │ │ │ ├── null.md
│ │ │ │ │ │ ├── number_float.md
│ │ │ │ │ │ ├── number_integer.md
│ │ │ │ │ │ ├── number_unsigned.md
│ │ │ │ │ │ ├── parse_error.md
│ │ │ │ │ │ ├── start_array.md
│ │ │ │ │ │ ├── start_object.md
│ │ │ │ │ │ └── string.md
│ │ │ │ │ ├── macros/
│ │ │ │ │ │ ├── index.md
│ │ │ │ │ │ └── json_assert.md
│ │ │ │ │ ├── ordered_json.md
│ │ │ │ │ └── ordered_map.md
│ │ │ │ ├── features/
│ │ │ │ │ ├── arbitrary_types.md
│ │ │ │ │ ├── binary_formats/
│ │ │ │ │ │ ├── bson.md
│ │ │ │ │ │ ├── cbor.md
│ │ │ │ │ │ ├── index.md
│ │ │ │ │ │ ├── messagepack.md
│ │ │ │ │ │ └── ubjson.md
│ │ │ │ │ ├── binary_values.md
│ │ │ │ │ ├── comments.md
│ │ │ │ │ ├── element_access/
│ │ │ │ │ │ ├── checked_access.md
│ │ │ │ │ │ ├── default_value.md
│ │ │ │ │ │ ├── index.md
│ │ │ │ │ │ └── unchecked_access.md
│ │ │ │ │ ├── enum_conversion.md
│ │ │ │ │ ├── iterators.md
│ │ │ │ │ ├── json_patch.md
│ │ │ │ │ ├── json_pointer.md
│ │ │ │ │ ├── macros.md
│ │ │ │ │ ├── merge_patch.md
│ │ │ │ │ ├── object_order.md
│ │ │ │ │ ├── parsing/
│ │ │ │ │ │ ├── index.md
│ │ │ │ │ │ ├── parse_exceptions.md
│ │ │ │ │ │ ├── parser_callbacks.md
│ │ │ │ │ │ └── sax_interface.md
│ │ │ │ │ └── types/
│ │ │ │ │ ├── index.md
│ │ │ │ │ └── number_handling.md
│ │ │ │ ├── home/
│ │ │ │ │ ├── code_of_conduct.md
│ │ │ │ │ ├── design_goals.md
│ │ │ │ │ ├── exceptions.md
│ │ │ │ │ ├── faq.md
│ │ │ │ │ ├── license.md
│ │ │ │ │ ├── releases.md
│ │ │ │ │ └── sponsors.md
│ │ │ │ ├── index.md
│ │ │ │ └── integration/
│ │ │ │ ├── cmake.md
│ │ │ │ ├── conan/
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── Conanfile.txt
│ │ │ │ │ └── example.cpp
│ │ │ │ ├── example.cpp
│ │ │ │ ├── index.md
│ │ │ │ ├── package_managers.md
│ │ │ │ ├── pkg-config.md
│ │ │ │ └── vcpkg/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── example.cpp
│ │ │ ├── mkdocs.yml
│ │ │ ├── requirements.txt
│ │ │ └── scripts/
│ │ │ └── check_structure.py
│ │ ├── include/
│ │ │ └── nlohmann/
│ │ │ ├── adl_serializer.hpp
│ │ │ ├── byte_container_with_subtype.hpp
│ │ │ ├── detail/
│ │ │ │ ├── conversions/
│ │ │ │ │ ├── from_json.hpp
│ │ │ │ │ ├── to_chars.hpp
│ │ │ │ │ └── to_json.hpp
│ │ │ │ ├── exceptions.hpp
│ │ │ │ ├── hash.hpp
│ │ │ │ ├── input/
│ │ │ │ │ ├── binary_reader.hpp
│ │ │ │ │ ├── input_adapters.hpp
│ │ │ │ │ ├── json_sax.hpp
│ │ │ │ │ ├── lexer.hpp
│ │ │ │ │ ├── parser.hpp
│ │ │ │ │ └── position_t.hpp
│ │ │ │ ├── iterators/
│ │ │ │ │ ├── internal_iterator.hpp
│ │ │ │ │ ├── iter_impl.hpp
│ │ │ │ │ ├── iteration_proxy.hpp
│ │ │ │ │ ├── iterator_traits.hpp
│ │ │ │ │ ├── json_reverse_iterator.hpp
│ │ │ │ │ └── primitive_iterator.hpp
│ │ │ │ ├── json_pointer.hpp
│ │ │ │ ├── json_ref.hpp
│ │ │ │ ├── macro_scope.hpp
│ │ │ │ ├── macro_unscope.hpp
│ │ │ │ ├── meta/
│ │ │ │ │ ├── call_std/
│ │ │ │ │ │ ├── begin.hpp
│ │ │ │ │ │ └── end.hpp
│ │ │ │ │ ├── cpp_future.hpp
│ │ │ │ │ ├── detected.hpp
│ │ │ │ │ ├── identity_tag.hpp
│ │ │ │ │ ├── is_sax.hpp
│ │ │ │ │ ├── type_traits.hpp
│ │ │ │ │ └── void_t.hpp
│ │ │ │ ├── output/
│ │ │ │ │ ├── binary_writer.hpp
│ │ │ │ │ ├── output_adapters.hpp
│ │ │ │ │ └── serializer.hpp
│ │ │ │ ├── string_escape.hpp
│ │ │ │ └── value_t.hpp
│ │ │ ├── json.hpp
│ │ │ ├── json_fwd.hpp
│ │ │ ├── ordered_map.hpp
│ │ │ └── thirdparty/
│ │ │ └── hedley/
│ │ │ ├── hedley.hpp
│ │ │ └── hedley_undef.hpp
│ │ ├── meson.build
│ │ ├── nlohmann_json.natvis
│ │ ├── single_include/
│ │ │ └── nlohmann/
│ │ │ └── json.hpp
│ │ ├── test/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Makefile
│ │ │ ├── cmake_add_subdirectory/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── project/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── main.cpp
│ │ │ ├── cmake_fetch_content/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── project/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── main.cpp
│ │ │ ├── cmake_import/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── project/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── main.cpp
│ │ │ ├── cmake_import_minver/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── project/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── main.cpp
│ │ │ ├── cmake_target_include_directories/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── project/
│ │ │ │ ├── Bar.cpp
│ │ │ │ ├── Bar.hpp
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Foo.cpp
│ │ │ │ ├── Foo.hpp
│ │ │ │ └── main.cpp
│ │ │ ├── cuda_example/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── json_cuda.cu
│ │ │ ├── reports/
│ │ │ │ ├── 2016-08-29-fuzz/
│ │ │ │ │ ├── fuzz.tiff
│ │ │ │ │ └── index.html
│ │ │ │ ├── 2016-09-09-nativejson_benchmark/
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── conformance_Nlohmann (C++11).md
│ │ │ │ └── 2016-10-02-fuzz/
│ │ │ │ ├── fuzz.tiff
│ │ │ │ └── index.html
│ │ │ ├── src/
│ │ │ │ ├── fuzzer-driver_afl.cpp
│ │ │ │ ├── fuzzer-parse_bson.cpp
│ │ │ │ ├── fuzzer-parse_cbor.cpp
│ │ │ │ ├── fuzzer-parse_json.cpp
│ │ │ │ ├── fuzzer-parse_msgpack.cpp
│ │ │ │ ├── fuzzer-parse_ubjson.cpp
│ │ │ │ ├── test_utils.hpp
│ │ │ │ ├── unit-algorithms.cpp
│ │ │ │ ├── unit-allocator.cpp
│ │ │ │ ├── unit-alt-string.cpp
│ │ │ │ ├── unit-assert_macro.cpp
│ │ │ │ ├── unit-bson.cpp
│ │ │ │ ├── unit-byte_container_with_subtype.cpp
│ │ │ │ ├── unit-capacity.cpp
│ │ │ │ ├── unit-cbor.cpp
│ │ │ │ ├── unit-class_const_iterator.cpp
│ │ │ │ ├── unit-class_iterator.cpp
│ │ │ │ ├── unit-class_lexer.cpp
│ │ │ │ ├── unit-class_parser.cpp
│ │ │ │ ├── unit-comparison.cpp
│ │ │ │ ├── unit-concepts.cpp
│ │ │ │ ├── unit-constructor1.cpp
│ │ │ │ ├── unit-constructor2.cpp
│ │ │ │ ├── unit-convenience.cpp
│ │ │ │ ├── unit-conversions.cpp
│ │ │ │ ├── unit-deserialization.cpp
│ │ │ │ ├── unit-diagnostics.cpp
│ │ │ │ ├── unit-disabled_exceptions.cpp
│ │ │ │ ├── unit-element_access1.cpp
│ │ │ │ ├── unit-element_access2.cpp
│ │ │ │ ├── unit-hash.cpp
│ │ │ │ ├── unit-inspection.cpp
│ │ │ │ ├── unit-items.cpp
│ │ │ │ ├── unit-iterators1.cpp
│ │ │ │ ├── unit-iterators2.cpp
│ │ │ │ ├── unit-json_patch.cpp
│ │ │ │ ├── unit-json_pointer.cpp
│ │ │ │ ├── unit-large_json.cpp
│ │ │ │ ├── unit-merge_patch.cpp
│ │ │ │ ├── unit-meta.cpp
│ │ │ │ ├── unit-modifiers.cpp
│ │ │ │ ├── unit-msgpack.cpp
│ │ │ │ ├── unit-noexcept.cpp
│ │ │ │ ├── unit-ordered_json.cpp
│ │ │ │ ├── unit-ordered_map.cpp
│ │ │ │ ├── unit-pointer_access.cpp
│ │ │ │ ├── unit-readme.cpp
│ │ │ │ ├── unit-reference_access.cpp
│ │ │ │ ├── unit-regression1.cpp
│ │ │ │ ├── unit-regression2.cpp
│ │ │ │ ├── unit-serialization.cpp
│ │ │ │ ├── unit-testsuites.cpp
│ │ │ │ ├── unit-to_chars.cpp
│ │ │ │ ├── unit-ubjson.cpp
│ │ │ │ ├── unit-udt.cpp
│ │ │ │ ├── unit-udt_macro.cpp
│ │ │ │ ├── unit-unicode1.cpp
│ │ │ │ ├── unit-unicode2.cpp
│ │ │ │ ├── unit-unicode3.cpp
│ │ │ │ ├── unit-unicode4.cpp
│ │ │ │ ├── unit-unicode5.cpp
│ │ │ │ ├── unit-user_defined_input.cpp
│ │ │ │ ├── unit-wstring.cpp
│ │ │ │ └── unit.cpp
│ │ │ └── thirdparty/
│ │ │ ├── Fuzzer/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── FuzzerCorpus.h
│ │ │ │ ├── FuzzerCrossOver.cpp
│ │ │ │ ├── FuzzerDefs.h
│ │ │ │ ├── FuzzerDictionary.h
│ │ │ │ ├── FuzzerDriver.cpp
│ │ │ │ ├── FuzzerExtFunctions.def
│ │ │ │ ├── FuzzerExtFunctions.h
│ │ │ │ ├── FuzzerExtFunctionsDlsym.cpp
│ │ │ │ ├── FuzzerExtFunctionsWeak.cpp
│ │ │ │ ├── FuzzerExtFunctionsWeakAlias.cpp
│ │ │ │ ├── FuzzerFlags.def
│ │ │ │ ├── FuzzerIO.cpp
│ │ │ │ ├── FuzzerIO.h
│ │ │ │ ├── FuzzerIOPosix.cpp
│ │ │ │ ├── FuzzerIOWindows.cpp
│ │ │ │ ├── FuzzerInterface.h
│ │ │ │ ├── FuzzerInternal.h
│ │ │ │ ├── FuzzerLoop.cpp
│ │ │ │ ├── FuzzerMain.cpp
│ │ │ │ ├── FuzzerMerge.cpp
│ │ │ │ ├── FuzzerMerge.h
│ │ │ │ ├── FuzzerMutate.cpp
│ │ │ │ ├── FuzzerMutate.h
│ │ │ │ ├── FuzzerOptions.h
│ │ │ │ ├── FuzzerRandom.h
│ │ │ │ ├── FuzzerSHA1.cpp
│ │ │ │ ├── FuzzerSHA1.h
│ │ │ │ ├── FuzzerTracePC.cpp
│ │ │ │ ├── FuzzerTracePC.h
│ │ │ │ ├── FuzzerTraceState.cpp
│ │ │ │ ├── FuzzerUtil.cpp
│ │ │ │ ├── FuzzerUtil.h
│ │ │ │ ├── FuzzerUtilDarwin.cpp
│ │ │ │ ├── FuzzerUtilLinux.cpp
│ │ │ │ ├── FuzzerUtilPosix.cpp
│ │ │ │ ├── FuzzerUtilWindows.cpp
│ │ │ │ ├── FuzzerValueBitMap.h
│ │ │ │ ├── README.txt
│ │ │ │ ├── afl/
│ │ │ │ │ └── afl_driver.cpp
│ │ │ │ ├── build.sh
│ │ │ │ ├── cxx.dict
│ │ │ │ ├── standalone/
│ │ │ │ │ └── StandaloneFuzzTargetMain.c
│ │ │ │ └── test/
│ │ │ │ ├── AFLDriverTest.cpp
│ │ │ │ ├── AbsNegAndConstant64Test.cpp
│ │ │ │ ├── AbsNegAndConstantTest.cpp
│ │ │ │ ├── AccumulateAllocationsTest.cpp
│ │ │ │ ├── BufferOverflowOnInput.cpp
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── CallerCalleeTest.cpp
│ │ │ │ ├── CounterTest.cpp
│ │ │ │ ├── CustomCrossOverTest.cpp
│ │ │ │ ├── CustomMutatorTest.cpp
│ │ │ │ ├── DSO1.cpp
│ │ │ │ ├── DSO2.cpp
│ │ │ │ ├── DSOTestExtra.cpp
│ │ │ │ ├── DSOTestMain.cpp
│ │ │ │ ├── DivTest.cpp
│ │ │ │ ├── EmptyTest.cpp
│ │ │ │ ├── FourIndependentBranchesTest.cpp
│ │ │ │ ├── FullCoverageSetTest.cpp
│ │ │ │ ├── FuzzerUnittest.cpp
│ │ │ │ ├── InitializeTest.cpp
│ │ │ │ ├── LeakTest.cpp
│ │ │ │ ├── LeakTimeoutTest.cpp
│ │ │ │ ├── LoadTest.cpp
│ │ │ │ ├── MemcmpTest.cpp
│ │ │ │ ├── NthRunCrashTest.cpp
│ │ │ │ ├── NullDerefOnEmptyTest.cpp
│ │ │ │ ├── NullDerefTest.cpp
│ │ │ │ ├── OneHugeAllocTest.cpp
│ │ │ │ ├── OutOfMemorySingleLargeMallocTest.cpp
│ │ │ │ ├── OutOfMemoryTest.cpp
│ │ │ │ ├── RepeatedBytesTest.cpp
│ │ │ │ ├── RepeatedMemcmp.cpp
│ │ │ │ ├── ShrinkControlFlowTest.cpp
│ │ │ │ ├── ShrinkValueProfileTest.cpp
│ │ │ │ ├── SignedIntOverflowTest.cpp
│ │ │ │ ├── SimpleCmpTest.cpp
│ │ │ │ ├── SimpleDictionaryTest.cpp
│ │ │ │ ├── SimpleHashTest.cpp
│ │ │ │ ├── SimpleTest.cpp
│ │ │ │ ├── SimpleThreadedTest.cpp
│ │ │ │ ├── SingleMemcmpTest.cpp
│ │ │ │ ├── SingleStrcmpTest.cpp
│ │ │ │ ├── SingleStrncmpTest.cpp
│ │ │ │ ├── SpamyTest.cpp
│ │ │ │ ├── StrcmpTest.cpp
│ │ │ │ ├── StrncmpOOBTest.cpp
│ │ │ │ ├── StrncmpTest.cpp
│ │ │ │ ├── StrstrTest.cpp
│ │ │ │ ├── SwapCmpTest.cpp
│ │ │ │ ├── Switch2Test.cpp
│ │ │ │ ├── SwitchTest.cpp
│ │ │ │ ├── ThreadedLeakTest.cpp
│ │ │ │ ├── ThreadedTest.cpp
│ │ │ │ ├── TimeoutEmptyTest.cpp
│ │ │ │ ├── TimeoutTest.cpp
│ │ │ │ ├── TraceMallocTest.cpp
│ │ │ │ ├── UninstrumentedTest.cpp
│ │ │ │ ├── afl-driver-extra-stats.test
│ │ │ │ ├── afl-driver-stderr.test
│ │ │ │ ├── caller-callee.test
│ │ │ │ ├── coverage.test
│ │ │ │ ├── dict1.txt
│ │ │ │ ├── dump_coverage.test
│ │ │ │ ├── fuzzer-customcrossover.test
│ │ │ │ ├── fuzzer-custommutator.test
│ │ │ │ ├── fuzzer-dict.test
│ │ │ │ ├── fuzzer-dirs.test
│ │ │ │ ├── fuzzer-fdmask.test
│ │ │ │ ├── fuzzer-finalstats.test
│ │ │ │ ├── fuzzer-flags.test
│ │ │ │ ├── fuzzer-jobs.test
│ │ │ │ ├── fuzzer-leak.test
│ │ │ │ ├── fuzzer-oom-with-profile.test
│ │ │ │ ├── fuzzer-oom.test
│ │ │ │ ├── fuzzer-printcovpcs.test
│ │ │ │ ├── fuzzer-runs.test
│ │ │ │ ├── fuzzer-seed.test
│ │ │ │ ├── fuzzer-segv.test
│ │ │ │ ├── fuzzer-singleinputs.test
│ │ │ │ ├── fuzzer-threaded.test
│ │ │ │ ├── fuzzer-timeout.test
│ │ │ │ ├── fuzzer-traces-hooks.test
│ │ │ │ ├── fuzzer-ubsan.test
│ │ │ │ ├── fuzzer.test
│ │ │ │ ├── hi.txt
│ │ │ │ ├── lit.cfg
│ │ │ │ ├── lit.site.cfg.in
│ │ │ │ ├── merge.test
│ │ │ │ ├── minimize_crash.test
│ │ │ │ ├── no-coverage/
│ │ │ │ │ └── CMakeLists.txt
│ │ │ │ ├── repeated-bytes.test
│ │ │ │ ├── shrink.test
│ │ │ │ ├── simple-cmp.test
│ │ │ │ ├── standalone.test
│ │ │ │ ├── swap-cmp.test
│ │ │ │ ├── trace-malloc.test
│ │ │ │ ├── ubsan/
│ │ │ │ │ └── CMakeLists.txt
│ │ │ │ ├── ulimit.test
│ │ │ │ ├── uninstrumented/
│ │ │ │ │ └── CMakeLists.txt
│ │ │ │ ├── unit/
│ │ │ │ │ ├── lit.cfg
│ │ │ │ │ └── lit.site.cfg.in
│ │ │ │ ├── value-profile-cmp.test
│ │ │ │ ├── value-profile-cmp2.test
│ │ │ │ ├── value-profile-cmp3.test
│ │ │ │ ├── value-profile-cmp4.test
│ │ │ │ ├── value-profile-div.test
│ │ │ │ ├── value-profile-load.test
│ │ │ │ ├── value-profile-mem.test
│ │ │ │ ├── value-profile-set.test
│ │ │ │ ├── value-profile-strcmp.test
│ │ │ │ ├── value-profile-strncmp.test
│ │ │ │ └── value-profile-switch.test
│ │ │ ├── doctest/
│ │ │ │ ├── LICENSE.txt
│ │ │ │ ├── doctest.h
│ │ │ │ └── doctest_compatibility.h
│ │ │ ├── fifo_map/
│ │ │ │ ├── LICENSE.MIT
│ │ │ │ └── fifo_map.hpp
│ │ │ └── imapdl/
│ │ │ ├── filterbr.py
│ │ │ └── gpl-3.0.txt
│ │ ├── third_party/
│ │ │ ├── amalgamate/
│ │ │ │ ├── CHANGES.md
│ │ │ │ ├── LICENSE.md
│ │ │ │ ├── README.md
│ │ │ │ ├── amalgamate.py
│ │ │ │ └── config.json
│ │ │ ├── cpplint/
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.rst
│ │ │ │ ├── cpplint.py
│ │ │ │ └── update.sh
│ │ │ ├── gdb_pretty_printer/
│ │ │ │ ├── README.md
│ │ │ │ └── nlohmann-json.py
│ │ │ └── macro_builder/
│ │ │ └── main.cpp
│ │ └── wsjcpp.yml
│ ├── nlohmann_json.wrap
│ ├── packagefiles/
│ │ └── bzip2.patch
│ ├── win-iconv/
│ │ ├── CMakeLists.txt
│ │ ├── ChangeLog
│ │ ├── FindWcecompat.cmake
│ │ ├── Makefile
│ │ ├── iconv.def
│ │ ├── iconv.h
│ │ ├── mlang.def
│ │ ├── mlang.h
│ │ ├── readme.txt
│ │ ├── win_iconv.c
│ │ └── win_iconv_test.c
│ └── zlib.wrap
├── test/
│ ├── gamedata/
│ │ └── dat/
│ │ ├── CSVExporter.cpp
│ │ ├── CSVExporter.h
│ │ ├── DatTest.cpp
│ │ └── meson.build
│ ├── lua/
│ │ ├── CreateUnitLuaTest.cpp
│ │ ├── CreateUnitLuaTest.h
│ │ ├── LuaTest.cpp
│ │ └── meson.build
│ └── module/
│ ├── BreezeTest.cpp
│ ├── BreezeTest.h
│ ├── DataChunkTest.cpp
│ ├── DataChunkTest.h
│ ├── PcxTest.cpp
│ ├── PcxTest.h
│ ├── StormTest.cpp
│ ├── StormTest.h
│ ├── TestHelpers.cpp
│ ├── TestHelpers.h
│ ├── TestMain.cpp
│ ├── TiledPaletteImageTest.cpp
│ ├── TiledPaletteImageTest.h
│ ├── data/
│ │ ├── PcxTest_red_zergb.pal
│ │ ├── PcxTest_red_zergb.pcx
│ │ ├── PcxTest_ticon.pcx
│ │ ├── PcxTest_ticon_0.pal
│ │ ├── PcxTest_ticon_1.pal
│ │ ├── PcxTest_ticon_2.pal
│ │ ├── PcxTest_ticon_3.pal
│ │ ├── PcxTest_ticon_4.pal
│ │ ├── PcxTest_ticon_5.pal
│ │ ├── StormTest_test1_mpq_txt.mpq
│ │ └── breezetest.txt
│ ├── luagenTest.cpp
│ ├── luagenTest.h
│ └── meson.build
└── tools/
├── binreader.c
├── grptool/
│ ├── grptool.cpp
│ └── meson.build
├── iscript.c
├── json_transition.cpp
├── meson.build
├── sauwetter/
│ ├── meson.build
│ └── sauwetter.cpp
├── scdat2json/
│ ├── SCJsonExporter.cpp
│ ├── SCJsonExporter.h
│ ├── UnitsJsonExporter.cpp
│ ├── UnitsJsonExporter.h
│ ├── meson.build
│ ├── scdat2json.cpp
│ ├── to_json.cpp
│ └── to_json.h
├── tblreader.c
└── unit_dat.cpp
================================================
FILE CONTENTS
================================================
================================================
FILE: .bzrignore
================================================
debian/*.debhelper
debian/files
debian/*.log
debian/stargus
debian/*.substvars
*.dll
*.exe
ExecDos.zip
scmconvert
starextract
stargus
Stargus-*.exe.asc
stargus_*.tar.gz
stargus_*.tar.gz.asc
startool
================================================
FILE: .github/dependabot.yml
================================================
# Keep GitHub Actions up to date with GitHub's Dependabot... dependabot.yml
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
version: 2
updates:
- package-ecosystem: github-actions
directory: /
groups:
github-actions:
patterns:
- "*" # Group all Actions updates into a single larger pull request
schedule:
interval: weekly
================================================
FILE: .github/workflows/cmake.yml
================================================
name: CMake
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
BUILD_TYPE: Release
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- uses: olegtarasov/get-tag@v2.1.4
id: tagName
- name: Install ubuntu dependencies
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install -yy libpng-dev libgtk2.0-dev zlib1g-dev libstorm-dev libmagick++-6.q16-dev libcppunit-dev wget imagemagick
wget https://github.com/Wargus/stratagus/archive/master.zip
unzip master.zip
- name: Install windows dependencies
if: startsWith(matrix.os, 'windows')
run: |
if ($null -eq $env:GIT_TAG_NAME) { $env:RELEASE = 'master-builds' } else { $env:RELEASE = $env:GIT_TAG_NAME }
if ($null -eq $env:GIT_TAG_NAME) { $env:SRCTAG = 'master' } else { $env:SRCTAG = $env:GIT_TAG_NAME }
Invoke-WebRequest https://github.com/Wargus/win32-stratagus-dependencies/releases/download/$env:RELEASE/dependencies.zip -OutFile ${{github.workspace}}/dependencies.zip
Expand-Archive ${{github.workspace}}/dependencies.zip -DestinationPath ${{github.workspace}}/
mkdir build
Invoke-WebRequest https://github.com/Wargus/stratagus/releases/download/$env:RELEASE/compiled-binaries.zip -OutFile ${{github.workspace}}/compiled-binaries.zip
Expand-Archive compiled-binaries.zip -DestinationPath ${{github.workspace}}/build/
Invoke-WebRequest https://github.com/Wargus/stratagus/archive/$env:SRCTAG.zip -OutFile ${{github.workspace}}/stratagus-source.zip
Expand-Archive stratagus-source.zip -DestinationPath ${{github.workspace}}/
if ($null -ne $env:GIT_TAG_NAME) { move stratagus-$env:SRCTAG stratagus-master }
- name: Configure CMake on unix
if: startsWith(matrix.os, 'ubuntu')
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DSTRATAGUS=stratagus -DSTRATAGUS_INCLUDE_DIR=${{github.workspace}}/stratagus-master/gameheaders
- name: Configure CMake on Windows
if: startsWith(matrix.os, 'windows')
run: cmake -B ${{github.workspace}}/build -G "Visual Studio 17 2022" -A win32 -DCMAKE_PREFIX_PATH="${{github.workspace}}\\dependencies" -DSTRATAGUS=stratagus -DSTRATAGUS_INCLUDE_DIR="${{github.workspace}}\\stratagus-master\\gameheaders" -DENABLE_NSIS=ON
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Store windows artifacts
uses: actions/upload-artifact@v5
if: startsWith(matrix.os, 'windows')
with:
name: Stargus
path: ${{github.workspace}}/build/Stargus-*.exe
- uses: softprops/action-gh-release@v2
name: Publish nightly
if: github.ref == 'refs/heads/master' && startsWith(matrix.os, 'windows')
with:
name: master-builds
body: 'Automatic builds from the master branch'
draft: false
prerelease: true
tag_name: master-builds
files: ${{github.workspace}}/build/stargus-*.exe
- uses: softprops/action-gh-release@v2
name: Publish release
if: startsWith(github.ref, 'refs/tags/') && startsWith(matrix.os, 'windows')
with:
name: ${{ steps.tagName.outputs.tag }}
body: 'Release'
draft: false
prerelease: false
files: ${{github.workspace}}/build/stargus-*.exe
================================================
FILE: .github/workflows/macos.yml
================================================
name: macOS
on:
workflow_dispatch:
push:
paths:
- '**'
- '!.github/**'
- '!**.yml'
- '.github/workflows/macos.yml'
- '!**.md'
- '!.vscode/**'
- '!doc/**'
pull_request:
paths:
- '**'
- '!.github/**'
- '!**.yml'
- '.github/workflows/macos.yml'
- '!**.md'
- '!.vscode/**'
- '!doc/**'
jobs:
macOS:
strategy:
matrix:
include:
- runner: macos-latest
suffix: arm64
- runner: macos-15-intel
suffix: x86
runs-on: ${{ matrix.runner}}
steps:
- name: Checkout Stargus
uses: actions/checkout@v6
with:
repository: Wargus/stargus
submodules: recursive
path: stargus
- name: Checkout Stratagus
uses: actions/checkout@v6
with:
repository: Wargus/stratagus
submodules: recursive
path: stratagus
- name: Install dependencies
run: brew install dylibbundler imagemagick sdl2 sdl2_mixer sdl2_image lua ffmpeg meson
- name: cmake --version
run: cmake --version
- name: Build Stratagus
run: |
cmake stratagus -B stratagus/build \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_FIND_FRAMEWORK=LAST \
-DBUILD_VENDORED_LUA=ON \
-DBUILD_VENDORED_SDL=OFF \
-DBUILD_VENDORED_MEDIA_LIBS=OFF \
-DBUILD_TESTING=1
cmake --build stratagus/build
- name: Build Stargus
run: |
meson setup stargus \
--buildtype=release \
-DSTRATAGUS_INCLUDE_DIR=../../stratagus/gameheaders \
-DSTRATAGUS_BIN=../../stratagus/build/stratagus \
stargus/build
ninja -C stargus/build
- name: Create app bundle
run: |
export STRATAGUS=stratagus/build/stratagus
stargus/mac/bundle.sh
dylibbundler -of -cd -b -x stargus/mac/Stargus.app/Contents/MacOS/stratagus -d stargus/mac/Stargus.app/Contents/libs/
dylibbundler -of -cd -b -x stargus/mac/Stargus.app/Contents/MacOS/startool -d stargus/mac/Stargus.app/Contents/libs/
codesign --force --deep --sign - stargus/mac/Stargus.app
- name: Create .dmg
run: hdiutil create -volname "Stargus" -srcfolder "stargus/mac/Stargus.app" "Stargus-${{ matrix.suffix }}"
- name: Upload artifact
uses: actions/upload-artifact@v5
with:
name: Stargus-macOS-${{ matrix.suffix }}
path: Stargus-${{ matrix.suffix }}.dmg
if-no-files-found: error
================================================
FILE: .gitignore
================================================
#Ignore Visual Studio project files
build/
build_linux/
.vscode/*
**/.DS_Store
campaigns
*/clangd/**
================================================
FILE: .travis.yml
================================================
language: cpp
compiler:
- gcc
os:
- linux
dist: focal
addons:
apt:
packages:
- libpng-dev
- libgtk2.0-dev
- zlib1g-dev
- libstorm-dev
- meson
- ninja-build
- libmagick++-6.q16-dev
- libcppunit-dev
- nlohmann-json3-dev
before_script:
- curl -L https://github.com/Wargus/stratagus/archive/master.zip -O master.zip || true
- unzip master.zip
- meson build -DSTRATAGUS_BIN='stratagus' -DSTRATAGUS_INCLUDE_DIR=../stratagus-master/gameheaders
script: ninja -C build
after_success:
- "if [ $TRAVIS_OS_NAME == osx ]; then \
if [ $TRAVIS_REPO_SLUG == Wargus/stargus -a \
$TRAVIS_BRANCH == master -a \
$TRAVIS_PULL_REQUEST == 'false' ]; then \
cd $TRAVIS_BUILD_DIR;
git clone https://${GH_TOKEN}@github.com/Wargus/stratagus.wiki.git;
export STRATAGUS=$(pwd)/stratagus.wiki/$TRAVIS_OS_NAME/stratagus;
mac/bundle.sh;
tar czvf Stargus.app.tar.gz mac/Stargus.app;
cp Stargus.app.tar.gz stratagus.wiki/$TRAVIS_OS_NAME/;
cd stratagus.wiki/;
git config --global user.email \"travis-ci@travis.org\";
git config --global user.name \"Travis CI\";
git add $TRAVIS_OS_NAME/Stargus.app.tar.gz;
git commit --amend -C HEAD;
git push -fq origin master;
cd ..;
fi;
fi"
================================================
FILE: CMakeLists.txt
================================================
# _________ __ __
# / _____// |_____________ _/ |______ ____ __ __ ______
# \_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/
# / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ |
# /_______ /|__| |__| (____ /__| (____ /\___ /|____//____ >
# \/ \/ \//_____/ \/
# ______________________ ______________________
# T H E W A R B E G I N S
# Stratagus - A free fantasy real time strategy game engine
#
# CMakeLists.txt
# Copyright (C) 2011-2012 Pali Rohár <pali.rohar@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
# Project setup
project(stargus)
cmake_minimum_required(VERSION 3.10)
cmake_policy(VERSION 3.10..3.20.2)
set(STARGUS_VERSION 2.4.1)
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH})
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_CXX_STANDARD 17)
# CMake setup
if(WIN32 AND MSVC)
if(EXISTS ${WIN32_CMAKE_PREFIX_PATH})
list(APPEND CMAKE_PREFIX_PATH "${WIN32_CMAKE_PREFIX_PATH}")
message("Using prefix path ${CMAKE_PREFIX_PATH}")
endif()
if (NOT CMAKE_PREFIX_PATH)
# use a default
set(CMAKE_PREFIX_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../dependencies)
endif()
endif()
# Stargus sources
set(scmconvert_SRCS
Storm.cpp
scm.cpp
FileUtil.cpp
)
set(scmconvert_HDRS
Storm.h
FileUtil.h
)
file(GLOB startool_SRCS
src/*.cpp
src/dat/*.cpp
src/kaitai/*.cpp
src/libgrp/*.cpp
src/libgrp/Exceptions/*.cpp
src/libgrp/GRPFrame/*.cpp
src/libgrp/GRPImage/*.cpp
src/tileset/*.cpp
)
file(GLOB startool_HDRS
src/*.h
src/dat/*.h
src/kaitai/*.h
src/libgrp/*.h
src/libgrp/Exceptions/*.h
src/libgrp/GRPFrame/*.h
src/libgrp/GRPImage/*.h
src/tileset/*.h
)
file(GLOB stargus_SRCS
src/stargus.cpp
)
list(REMOVE_ITEM startool_SRCS "${stargus_SRCS}")
if(WIN32)
set(stargus_SRCS
${stargus_SRCS}
stargus.rc
)
endif()
# Find all libraries
find_package(Stratagus REQUIRED)
find_package(PNG REQUIRED)
find_package(ZLIB REQUIRED)
find_package(StormLib REQUIRED)
find_package(CascLib)
if(WIN32)
find_package(MakeNSIS)
endif()
# Windows RC compiler definitions
if(WIN32)
enable_language(RC)
include(CMakeDetermineRCCompiler)
if(MINGW)
set(CMAKE_RC_COMPILER_INIT windres)
set(CMAKE_RC_COMPILE_OBJECT "<CMAKE_RC_COMPILER> <FLAGS> -O coff <DEFINES> -i <SOURCE> -o <OBJECT>")
endif()
endif()
# Options for compiling
if(WIN32)
option(ENABLE_NSIS "Create Stratagus Window NSIS Installer" OFF)
endif()
option(WITH_CASCLIB "Compile startool with CascLib support" ON)
# General definitions and compilation settings
add_definitions(${PNG_DEFINITIONS})
add_definitions(-DSOURCE_DIR="${CMAKE_CURRENT_SOURCE_DIR}/../")
add_definitions(-DKS_STR_ENCODING_NONE)
add_definitions(-DUSE_STORMLIB -D__STORMLIB_SELF__)
include_directories(${PNG_INCLUDE_DIR} ${ZLIB_INCLUDE_DIRS} ${STORMLIB_INCLUDE_DIR} src)
set(scmconvert_LIBS ${scmconvert_LIBS} ${ZLIB_LIBRARIES} ${STORMLIB_LIBRARY} ${BZIP2_LIBRARIES})
set(startool_LIBS ${scmconvert_LIBS} ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${STORMLIB_LIBRARY} ${BZIP2_LIBRARIES})
# Platform specific definitions and compilation settings
add_subdirectory("subprojects/nlohmann_json")
include_directories("subprojects/nlohmann_json/include")
set(startool_LIBS ${startool_LIBS} ${NLOHMANN_JSON_TARGET_NAME})
if(WIN32 AND MSVC)
add_definitions(-D_CRT_SECURE_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE=1 -D_HAS_STD_BYTE=0)
add_subdirectory("subprojects/win-iconv")
include_directories("subprojects/win-iconv")
set(startool_LIBS ${startool_LIBS} iconv-static)
endif()
include(CheckCXXSourceCompiles)
set(FS_SRC "
#include <filesystem>
namespace fs = std::filesystem;
int main() {
fs::path p = fs::path(\".\");
if (fs::absolute(p).is_absolute()) {
return 0;
} else {
return 1;
}
}
")
check_cxx_source_compiles("${FS_SRC}" HAS_17_FS)
if(NOT HAS_17_FS) # Tr
set(EXPERIMENTAL_FS_SRC "
#include <experimental/filesystem>
namespace fs = std::experimental::filesystem;
int main() {
fs::path p = fs::path(\".\");
if (fs::absolute(p).is_absolute()) {
return 0;
} else {
return 1;
}
}
")
check_cxx_source_compiles("${EXPERIMENTAL_FS_SRC}" HAS_17_EXPERIMENTAL_FS)
if(NOT HAS_17_EXPERIMENTAL_FS)
set(CMAKE_REQUIRED_LIBRARIES stdc++fs)
check_cxx_source_compiles("${EXPERIMENTAL_FS_SRC}" HAS_EXP_17_FS_WITH_STDC)
if(HAS_EXP_17_FS_WITH_STDC)
set(stargus_LIBS ${stargus_LIBS} stdc++fs)
set(startool_LIBS ${startool_LIBS} stdc++fs)
else()
set(CMAKE_REQUIRED_LIBRARIES c++fs)
check_cxx_source_compiles("${EXPERIMENTAL_FS_SRC}" HAS_EXP_17_FS_WITH_CLIB)
if(HAS_EXP_17_FS_WITH_CLIB)
set(stargus_LIBS ${stargus_LIBS} c++fs)
set(startool_LIBS ${startool_LIBS} c++fs)
else()
message(FATAL_ERROR "I don't know how to compile with C++17 filesystem support on your system")
endif()
endif()
endif()
endif()
########### startool ###############
set(BINDIR "bin" CACHE PATH "Where to install user binaries")
#add_executable(scmconvert ${scmconvert_SRCS} ${scmconvert_HDRS})
#target_link_libraries(scmconvert ${scmconvert_LIBS})
#set_target_properties(scmconvert PROPERTIES COMPILE_DEFINITIONS "STAND_ALONE")
#install(TARGETS scmconvert DESTINATION ${BINDIR})
add_executable(startool ${startool_SRCS} ${startool_HDRS})
target_link_libraries(startool ${startool_LIBS})
install(TARGETS startool DESTINATION ${BINDIR})
########### stargus launcher and installer ###############
if(STRATAGUS_FOUND)
include_directories(${STRATAGUS_INCLUDE_DIR})
set(GAMEDIR "games" CACHE PATH "Where to install games binaries")
set(SHAREDIR "share/games/stratagus/stargus" CACHE PATH "Where to install data files")
set(DATAROOTDIR "${CMAKE_INSTALL_PREFIX}/share" CACHE PATH "Sets the root of data directories to a non-default location")
set(ICONDIR "${DATAROOTDIR}/pixmaps" CACHE PATH "Sets the icon directory for desktop entry to a non-default location.")
set(DESKTOPDIR "${DATAROOTDIR}/applications" CACHE PATH "Sets the desktop file directory for desktop entry to a non-default location.")
if(NOT IS_ABSOLUTE "${GAMEDIR}")
set(GAMEDIRABS "${CMAKE_INSTALL_PREFIX}/${GAMEDIR}")
else()
set(GAMEDIRABS "${GAMEDIR}")
endif()
if(NOT IS_ABSOLUTE "${SHAREDIR}")
set(DATA_PATH "${CMAKE_INSTALL_PREFIX}/${SHAREDIR}")
else()
set(DATA_PATH "${SHAREDIR}")
endif()
if (NOT WIN32)
add_definitions(-DDATA_PATH="${DATA_PATH}")
add_definitions(-DSCRIPTS_PATH="${DATA_PATH}")
add_definitions(-DSTRATAGUS_BIN="${STRATAGUS}")
configure_file (
"${PROJECT_SOURCE_DIR}/stargus.desktop.in"
"${PROJECT_BINARY_DIR}/stargus.desktop"
)
add_custom_command(OUTPUT "${PROJECT_BINARY_DIR}/stargus.png"
COMMAND convert
ARGS "${PROJECT_SOURCE_DIR}/stargus.ico" "${PROJECT_BINARY_DIR}/stargus.png"
DEPENDS stargus.ico
COMMENT "Generating stargus.png" VERBATIM
)
add_custom_target(icon ALL DEPENDS stargus.png)
install(FILES
"${PROJECT_BINARY_DIR}/stargus.png"
"${CMAKE_CURRENT_SOURCE_DIR}/dataset/palettes.json"
"${CMAKE_CURRENT_SOURCE_DIR}/dataset/units.json"
DESTINATION ${ICONDIR}
)
add_custom_command(OUTPUT "${PROJECT_BINARY_DIR}/stargus.xpm"
COMMAND convert
ARGS "${PROJECT_SOURCE_DIR}/stargus.ico" -resize 32x32 "${PROJECT_BINARY_DIR}/stargus.xpm"
DEPENDS stargus.ico
COMMENT "Generating stargus.xmp" VERBATIM
)
add_custom_target(xpmicon ALL DEPENDS stargus.xpm)
install(FILES "${PROJECT_BINARY_DIR}/stargus.xpm" DESTINATION ${ICONDIR})
install(FILES "${PROJECT_BINARY_DIR}/stargus.desktop" DESTINATION ${DESKTOPDIR})
install(DIRECTORY campaigns contrib maps scripts shaders DESTINATION ${SHAREDIR})
install(FILES mpqlist.txt DESTINATION ${SHAREDIR})
elseif (WIN32)
if(ENABLE_NSIS AND MAKENSIS_FOUND)
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/COPYING DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/stargus.ico DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/mpqlist.txt DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
add_custom_target(nsis ALL
COMMAND ${MAKENSIS} ${MAKENSIS_FLAGS} -DPORTABLE=1 -DCMAKE_CURRENT_SOURCE_DIR="${CMAKE_CURRENT_SOURCE_DIR}" -DCMAKE_CURRENT_BINARY_DIR="${CMAKE_CURRENT_BINARY_DIR}" ${CMAKE_CURRENT_SOURCE_DIR}/stargus.nsi
COMMAND ${MAKENSIS} ${MAKENSIS_FLAGS} -DCMAKE_CURRENT_SOURCE_DIR="${CMAKE_CURRENT_SOURCE_DIR}" -DCMAKE_CURRENT_BINARY_DIR="${CMAKE_CURRENT_BINARY_DIR}" ${CMAKE_CURRENT_SOURCE_DIR}/stargus.nsi
DEPENDS stargus.nsi stargus startool COPYING mpqlist.txt stargus.ico
COMMENT "Generating stargus Windows NSIS Installers" VERBATIM
SOURCES stargus.nsi)
endif()
endif()
add_executable(stargus WIN32 ${stargus_SRCS})
target_link_libraries(stargus ${stargus_LIBS})
set(GAMEDIR "games" CACHE PATH "Where to install games binaries")
install(TARGETS stargus DESTINATION ${GAMEDIR})
endif()
# uninstall target
if(NOT TARGET uninstall)
configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in"
"${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
IMMEDIATE @ONLY)
add_custom_target(uninstall
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
endif()
================================================
FILE: COPYING
================================================
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.
================================================
FILE: Doxyfile
================================================
# Doxyfile 1.8.17
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
#
# All text after a double hash (##) is considered a comment and is placed in
# front of the TAG it is preceding.
#
# All text after a single hash (#) is considered a comment and will be ignored.
# The format is:
# TAG = value [value, ...]
# For lists, items can also be appended using:
# TAG += value [value, ...]
# Values that contain spaces should be placed between quotes (\" \").
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
# This tag specifies the encoding used for all characters in the configuration
# file that follow. The default is UTF-8 which is also the encoding used for all
# text before the first occurrence of this tag. Doxygen uses libiconv (or the
# iconv built into libc) for the transcoding. See
# https://www.gnu.org/software/libiconv/ for the list of possible encodings.
# The default value is: UTF-8.
DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
# double-quotes, unless you are using Doxywizard) that should identify the
# project for which the documentation is generated. This name is used in the
# title of most generated pages and in a few other places.
# The default value is: My Project.
PROJECT_NAME = "stargus"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER =
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short.
PROJECT_BRIEF =
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
# in the documentation. The maximum height of the logo should not exceed 55
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.
PROJECT_LOGO =
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
OUTPUT_DIRECTORY = doc/doxygen
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
# will distribute the generated files over these directories. Enabling this
# option can be useful when feeding doxygen a huge amount of source files, where
# putting all generated files in the same directory would otherwise causes
# performance problems for the file system.
# The default value is: NO.
CREATE_SUBDIRS = NO
# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
# characters to appear in the names of generated files. If set to NO, non-ASCII
# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
# U+3044.
# The default value is: NO.
ALLOW_UNICODE_NAMES = NO
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
# information to generate all constant output in the proper language.
# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,
# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,
# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
# Ukrainian and Vietnamese.
# The default value is: English.
OUTPUT_LANGUAGE = English
# The OUTPUT_TEXT_DIRECTION tag is used to specify the direction in which all
# documentation generated by doxygen is written. Doxygen will use this
# information to generate all generated output in the proper direction.
# Possible values are: None, LTR, RTL and Context.
# The default value is: None.
OUTPUT_TEXT_DIRECTION = None
# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
# descriptions after the members that are listed in the file and class
# documentation (similar to Javadoc). Set to NO to disable this.
# The default value is: YES.
BRIEF_MEMBER_DESC = YES
# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
# description of a member or function before the detailed description
#
# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
# brief descriptions will be completely suppressed.
# The default value is: YES.
REPEAT_BRIEF = YES
# This tag implements a quasi-intelligent brief description abbreviator that is
# used to form the text in various listings. Each string in this list, if found
# as the leading text of the brief description, will be stripped from the text
# and the result, after processing the whole list, is used as the annotated
# text. Otherwise, the brief description is used as-is. If left blank, the
# following values are used ($name is automatically replaced with the name of
# the entity):The $name class, The $name widget, The $name file, is, provides,
# specifies, contains, represents, a, an and the.
ABBREVIATE_BRIEF = "The $name class" \
"The $name widget" \
"The $name file" \
is \
provides \
specifies \
contains \
represents \
a \
an \
the
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
# doxygen will generate a detailed section even if there is only a brief
# description.
# The default value is: NO.
ALWAYS_DETAILED_SEC = NO
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
# inherited members of a class in the documentation of that class as if those
# members were ordinary class members. Constructors, destructors and assignment
# operators of the base classes will not be shown.
# The default value is: NO.
INLINE_INHERITED_MEMB = NO
# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
# before files name in the file list and in the header files. If set to NO the
# shortest path that makes the file name unique will be used
# The default value is: YES.
FULL_PATH_NAMES = YES
# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
# Stripping is only done if one of the specified strings matches the left-hand
# part of the path. The tag can be used to show relative paths in the file list.
# If left blank the directory from which doxygen is run is used as the path to
# strip.
#
# Note that you can specify absolute paths here, but also relative paths, which
# will be relative from the directory where doxygen is started.
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
STRIP_FROM_PATH =
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
# path mentioned in the documentation of a class, which tells the reader which
# header file to include in order to use a class. If left blank only the name of
# the header file containing the class definition is used. Otherwise one should
# specify the list of include paths that are normally passed to the compiler
# using the -I flag.
STRIP_FROM_INC_PATH =
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
# less readable) file names. This can be useful is your file systems doesn't
# support long names like on DOS, Mac, or CD-ROM.
# The default value is: NO.
SHORT_NAMES = NO
# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
# first line (until the first dot) of a Javadoc-style comment as the brief
# description. If set to NO, the Javadoc-style will behave just like regular Qt-
# style comments (thus requiring an explicit @brief command for a brief
# description.)
# The default value is: NO.
JAVADOC_AUTOBRIEF = NO
# If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line
# such as
# /***************
# as being the beginning of a Javadoc-style comment "banner". If set to NO, the
# Javadoc-style will behave just like regular comments and it will not be
# interpreted by doxygen.
# The default value is: NO.
JAVADOC_BANNER = NO
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
# line (until the first dot) of a Qt-style comment as the brief description. If
# set to NO, the Qt-style will behave just like regular Qt-style comments (thus
# requiring an explicit \brief command for a brief description.)
# The default value is: NO.
QT_AUTOBRIEF = NO
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
# a brief description. This used to be the default behavior. The new default is
# to treat a multi-line C++ comment block as a detailed description. Set this
# tag to YES if you prefer the old behavior instead.
#
# Note that setting this tag to YES also means that rational rose comments are
# not recognized any more.
# The default value is: NO.
MULTILINE_CPP_IS_BRIEF = NO
# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
# documentation from any documented member that it re-implements.
# The default value is: YES.
INHERIT_DOCS = YES
# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
# page for each member. If set to NO, the documentation of a member will be part
# of the file/class/namespace that contains it.
# The default value is: NO.
SEPARATE_MEMBER_PAGES = NO
# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
# uses this value to replace tabs by spaces in code fragments.
# Minimum value: 1, maximum value: 16, default value: 4.
TAB_SIZE = 4
# This tag can be used to specify a number of aliases that act as commands in
# the documentation. An alias has the form:
# name=value
# For example adding
# "sideeffect=@par Side Effects:\n"
# will allow you to put the command \sideeffect (or @sideeffect) in the
# documentation, which will result in a user-defined paragraph with heading
# "Side Effects:". You can put \n's in the value part of an alias to insert
# newlines (in the resulting output). You can put ^^ in the value part of an
# alias to insert a newline as if a physical newline was in the original file.
# When you need a literal { or } or , in the value part of an alias you have to
# escape them by means of a backslash (\), this can lead to conflicts with the
# commands \{ and \} for these it is advised to use the version @{ and @} or use
# a double escape (\\{ and \\})
ALIASES =
# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class"
# will allow you to use the command class in the itcl::class meaning.
TCL_SUBST =
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
# only. Doxygen will then generate output that is more tailored for C. For
# instance, some of the names that are used will be different. The list of all
# members will be omitted, etc.
# The default value is: NO.
OPTIMIZE_OUTPUT_FOR_C = NO
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
# Python sources only. Doxygen will then generate output that is more tailored
# for that language. For instance, namespaces will be presented as packages,
# qualified scopes will look different, etc.
# The default value is: NO.
OPTIMIZE_OUTPUT_JAVA = NO
# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
# sources. Doxygen will then generate output that is tailored for Fortran.
# The default value is: NO.
OPTIMIZE_FOR_FORTRAN = NO
# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
# sources. Doxygen will then generate output that is tailored for VHDL.
# The default value is: NO.
OPTIMIZE_OUTPUT_VHDL = NO
# Set the OPTIMIZE_OUTPUT_SLICE tag to YES if your project consists of Slice
# sources only. Doxygen will then generate output that is more tailored for that
# language. For instance, namespaces will be presented as modules, types will be
# separated into more groups, etc.
# The default value is: NO.
OPTIMIZE_OUTPUT_SLICE = NO
# Doxygen selects the parser to use depending on the extension of the files it
# parses. With this tag you can assign which parser to use for a given
# extension. Doxygen has a built-in mapping, but you can override or extend it
# using this tag. The format is ext=language, where ext is a file extension, and
# language is one of the parsers supported by doxygen: IDL, Java, JavaScript,
# Csharp (C#), C, C++, D, PHP, md (Markdown), Objective-C, Python, Slice,
# Fortran (fixed format Fortran: FortranFixed, free formatted Fortran:
# FortranFree, unknown formatted Fortran: Fortran. In the later case the parser
# tries to guess whether the code is fixed or free formatted code, this is the
# default for Fortran type files), VHDL, tcl. For instance to make doxygen treat
# .inc files as Fortran files (default is PHP), and .f files as C (default is
# Fortran), use: inc=Fortran f=C.
#
# Note: For files without extension you can use no_extension as a placeholder.
#
# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
# the files are not read by doxygen.
EXTENSION_MAPPING =
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
# according to the Markdown format, which allows for more readable
# documentation. See https://daringfireball.net/projects/markdown/ for details.
# The output of markdown processing is further processed by doxygen, so you can
# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
# case of backward compatibilities issues.
# The default value is: YES.
MARKDOWN_SUPPORT = YES
# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
# to that level are automatically included in the table of contents, even if
# they do not have an id attribute.
# Note: This feature currently applies only to Markdown headings.
# Minimum value: 0, maximum value: 99, default value: 5.
# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
TOC_INCLUDE_HEADINGS = 5
# When enabled doxygen tries to link words that correspond to documented
# classes, or namespaces to their corresponding documentation. Such a link can
# be prevented in individual cases by putting a % sign in front of the word or
# globally by setting AUTOLINK_SUPPORT to NO.
# The default value is: YES.
AUTOLINK_SUPPORT = YES
# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
# to include (a tag file for) the STL sources as input, then you should set this
# tag to YES in order to let doxygen match functions declarations and
# definitions whose arguments contain STL classes (e.g. func(std::string);
# versus func(std::string) {}). This also make the inheritance and collaboration
# diagrams that involve STL classes more complete and accurate.
# The default value is: NO.
BUILTIN_STL_SUPPORT = YES
# If you use Microsoft's C++/CLI language, you should set this option to YES to
# enable parsing support.
# The default value is: NO.
CPP_CLI_SUPPORT = NO
# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
# https://www.riverbankcomputing.com/software/sip/intro) sources only. Doxygen
# will parse them like normal C++ but will assume all classes use public instead
# of private inheritance when no explicit protection keyword is present.
# The default value is: NO.
SIP_SUPPORT = NO
# For Microsoft's IDL there are propget and propput attributes to indicate
# getter and setter methods for a property. Setting this option to YES will make
# doxygen to replace the get and set methods by a property in the documentation.
# This will only work if the methods are indeed getting or setting a simple
# type. If this is not the case, or you want to show the methods anyway, you
# should set this option to NO.
# The default value is: YES.
IDL_PROPERTY_SUPPORT = YES
# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
# tag is set to YES then doxygen will reuse the documentation of the first
# member in the group (if any) for the other members of the group. By default
# all members of a group must be documented explicitly.
# The default value is: NO.
DISTRIBUTE_GROUP_DOC = NO
# If one adds a struct or class to a group and this option is enabled, then also
# any nested class or struct is added to the same group. By default this option
# is disabled and one has to add nested compounds explicitly via \ingroup.
# The default value is: NO.
GROUP_NESTED_COMPOUNDS = NO
# Set the SUBGROUPING tag to YES to allow class member groups of the same type
# (for instance a group of public functions) to be put as a subgroup of that
# type (e.g. under the Public Functions section). Set it to NO to prevent
# subgrouping. Alternatively, this can be done per class using the
# \nosubgrouping command.
# The default value is: YES.
SUBGROUPING = YES
# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
# are shown inside the group in which they are included (e.g. using \ingroup)
# instead of on a separate page (for HTML and Man pages) or section (for LaTeX
# and RTF).
#
# Note that this feature does not work in combination with
# SEPARATE_MEMBER_PAGES.
# The default value is: NO.
INLINE_GROUPED_CLASSES = NO
# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
# with only public data fields or simple typedef fields will be shown inline in
# the documentation of the scope in which they are defined (i.e. file,
# namespace, or group documentation), provided this scope is documented. If set
# to NO, structs, classes, and unions are shown on a separate page (for HTML and
# Man pages) or section (for LaTeX and RTF).
# The default value is: NO.
INLINE_SIMPLE_STRUCTS = NO
# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
# enum is documented as struct, union, or enum with the name of the typedef. So
# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
# with name TypeT. When disabled the typedef will appear as a member of a file,
# namespace, or class. And the struct will be named TypeS. This can typically be
# useful for C code in case the coding convention dictates that all compound
# types are typedef'ed and only the typedef is referenced, never the tag name.
# The default value is: NO.
TYPEDEF_HIDES_STRUCT = NO
# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
# cache is used to resolve symbols given their name and scope. Since this can be
# an expensive process and often the same symbol appears multiple times in the
# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
# doxygen will become slower. If the cache is too large, memory is wasted. The
# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
# symbols. At the end of a run doxygen will report the cache usage and suggest
# the optimal cache size from a speed point of view.
# Minimum value: 0, maximum value: 9, default value: 0.
LOOKUP_CACHE_SIZE = 0
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
# documentation are documented, even if no documentation was available. Private
# class members and static file members will be hidden unless the
# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
# Note: This will also disable the warnings about undocumented members that are
# normally produced when WARNINGS is set to YES.
# The default value is: NO.
EXTRACT_ALL = NO
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
# be included in the documentation.
# The default value is: NO.
EXTRACT_PRIVATE = YES
# If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
# methods of a class will be included in the documentation.
# The default value is: NO.
EXTRACT_PRIV_VIRTUAL = NO
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
# scope will be included in the documentation.
# The default value is: NO.
EXTRACT_PACKAGE = NO
# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
# included in the documentation.
# The default value is: NO.
EXTRACT_STATIC = YES
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
# locally in source files will be included in the documentation. If set to NO,
# only classes defined in header files are included. Does not have any effect
# for Java sources.
# The default value is: YES.
EXTRACT_LOCAL_CLASSES = YES
# This flag is only useful for Objective-C code. If set to YES, local methods,
# which are defined in the implementation section but not in the interface are
# included in the documentation. If set to NO, only methods in the interface are
# included.
# The default value is: NO.
EXTRACT_LOCAL_METHODS = NO
# If this flag is set to YES, the members of anonymous namespaces will be
# extracted and appear in the documentation as a namespace called
# 'anonymous_namespace{file}', where file will be replaced with the base name of
# the file that contains the anonymous namespace. By default anonymous namespace
# are hidden.
# The default value is: NO.
EXTRACT_ANON_NSPACES = NO
# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
# undocumented members inside documented classes or files. If set to NO these
# members will be included in the various overviews, but no documentation
# section is generated. This option has no effect if EXTRACT_ALL is enabled.
# The default value is: NO.
HIDE_UNDOC_MEMBERS = NO
# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
# undocumented classes that are normally visible in the class hierarchy. If set
# to NO, these classes will be included in the various overviews. This option
# has no effect if EXTRACT_ALL is enabled.
# The default value is: NO.
HIDE_UNDOC_CLASSES = NO
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
# declarations. If set to NO, these declarations will be included in the
# documentation.
# The default value is: NO.
HIDE_FRIEND_COMPOUNDS = NO
# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
# documentation blocks found inside the body of a function. If set to NO, these
# blocks will be appended to the function's detailed documentation block.
# The default value is: NO.
HIDE_IN_BODY_DOCS = NO
# The INTERNAL_DOCS tag determines if documentation that is typed after a
# \internal command is included. If the tag is set to NO then the documentation
# will be excluded. Set it to YES to include the internal documentation.
# The default value is: NO.
INTERNAL_DOCS = NO
# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
# names in lower-case letters. If set to YES, upper-case letters are also
# allowed. This is useful if you have classes or files whose names only differ
# in case and if your file system supports case sensitive file names. Windows
# (including Cygwin) ands Mac users are advised to set this option to NO.
# The default value is: system dependent.
CASE_SENSE_NAMES = YES
# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
# their full class and namespace scopes in the documentation. If set to YES, the
# scope will be hidden.
# The default value is: NO.
HIDE_SCOPE_NAMES = NO
# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
# append additional text to a page's title, such as Class Reference. If set to
# YES the compound reference will be hidden.
# The default value is: NO.
HIDE_COMPOUND_REFERENCE= NO
# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
# the files that are included by a file in the documentation of that file.
# The default value is: YES.
SHOW_INCLUDE_FILES = YES
# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
# grouped member an include statement to the documentation, telling the reader
# which file to include in order to use the member.
# The default value is: NO.
SHOW_GROUPED_MEMB_INC = NO
# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
# files with double quotes in the documentation rather than with sharp brackets.
# The default value is: NO.
FORCE_LOCAL_INCLUDES = NO
# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
# documentation for inline members.
# The default value is: YES.
INLINE_INFO = YES
# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
# (detailed) documentation of file and class members alphabetically by member
# name. If set to NO, the members will appear in declaration order.
# The default value is: YES.
SORT_MEMBER_DOCS = YES
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
# descriptions of file, namespace and class members alphabetically by member
# name. If set to NO, the members will appear in declaration order. Note that
# this will also influence the order of the classes in the class list.
# The default value is: NO.
SORT_BRIEF_DOCS = NO
# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
# (brief and detailed) documentation of class members so that constructors and
# destructors are listed first. If set to NO the constructors will appear in the
# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
# member documentation.
# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
# detailed member documentation.
# The default value is: NO.
SORT_MEMBERS_CTORS_1ST = NO
# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
# of group names into alphabetical order. If set to NO the group names will
# appear in their defined order.
# The default value is: NO.
SORT_GROUP_NAMES = NO
# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
# fully-qualified names, including namespaces. If set to NO, the class list will
# be sorted only by class name, not including the namespace part.
# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
# Note: This option applies only to the class list, not to the alphabetical
# list.
# The default value is: NO.
SORT_BY_SCOPE_NAME = NO
# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
# type resolution of all parameters of a function it will reject a match between
# the prototype and the implementation of a member function even if there is
# only one candidate or it is obvious which candidate to choose by doing a
# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
# accept a match between prototype and implementation in such cases.
# The default value is: NO.
STRICT_PROTO_MATCHING = NO
# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
# list. This list is created by putting \todo commands in the documentation.
# The default value is: YES.
GENERATE_TODOLIST = YES
# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
# list. This list is created by putting \test commands in the documentation.
# The default value is: YES.
GENERATE_TESTLIST = YES
# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
# list. This list is created by putting \bug commands in the documentation.
# The default value is: YES.
GENERATE_BUGLIST = YES
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
# the deprecated list. This list is created by putting \deprecated commands in
# the documentation.
# The default value is: YES.
GENERATE_DEPRECATEDLIST= YES
# The ENABLED_SECTIONS tag can be used to enable conditional documentation
# sections, marked by \if <section_label> ... \endif and \cond <section_label>
# ... \endcond blocks.
ENABLED_SECTIONS =
# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
# initial value of a variable or macro / define can have for it to appear in the
# documentation. If the initializer consists of more lines than specified here
# it will be hidden. Use a value of 0 to hide initializers completely. The
# appearance of the value of individual variables and macros / defines can be
# controlled using \showinitializer or \hideinitializer command in the
# documentation regardless of this setting.
# Minimum value: 0, maximum value: 10000, default value: 30.
MAX_INITIALIZER_LINES = 30
# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
# the bottom of the documentation of classes and structs. If set to YES, the
# list will mention the files that were used to generate the documentation.
# The default value is: YES.
SHOW_USED_FILES = YES
# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
# will remove the Files entry from the Quick Index and from the Folder Tree View
# (if specified).
# The default value is: YES.
SHOW_FILES = YES
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
# page. This will remove the Namespaces entry from the Quick Index and from the
# Folder Tree View (if specified).
# The default value is: YES.
SHOW_NAMESPACES = YES
# The FILE_VERSION_FILTER tag can be used to specify a program or script that
# doxygen should invoke to get the current version for each file (typically from
# the version control system). Doxygen will invoke the program by executing (via
# popen()) the command command input-file, where command is the value of the
# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
# by doxygen. Whatever the program writes to standard output is used as the file
# version. For an example see the documentation.
FILE_VERSION_FILTER =
# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
# by doxygen. The layout file controls the global structure of the generated
# output files in an output format independent way. To create the layout file
# that represents doxygen's defaults, run doxygen with the -l option. You can
# optionally specify a file name after the option, if omitted DoxygenLayout.xml
# will be used as the name of the layout file.
#
# Note that if you run doxygen from a directory containing a file called
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
# tag is left empty.
LAYOUT_FILE =
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
# the reference definitions. This must be a list of .bib files. The .bib
# extension is automatically appended if omitted. This requires the bibtex tool
# to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info.
# For LaTeX the style of the bibliography can be controlled using
# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
# search path. See also \cite for info how to create references.
CITE_BIB_FILES =
#---------------------------------------------------------------------------
# Configuration options related to warning and progress messages
#---------------------------------------------------------------------------
# The QUIET tag can be used to turn on/off the messages that are generated to
# standard output by doxygen. If QUIET is set to YES this implies that the
# messages are off.
# The default value is: NO.
QUIET = NO
# The WARNINGS tag can be used to turn on/off the warning messages that are
# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
# this implies that the warnings are on.
#
# Tip: Turn warnings on while writing the documentation.
# The default value is: YES.
WARNINGS = YES
# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
# will automatically be disabled.
# The default value is: YES.
WARN_IF_UNDOCUMENTED = YES
# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
# potential errors in the documentation, such as not documenting some parameters
# in a documented function, or documenting parameters that don't exist or using
# markup commands wrongly.
# The default value is: YES.
WARN_IF_DOC_ERROR = YES
# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
# are documented, but have no documentation for their parameters or return
# value. If set to NO, doxygen will only warn about wrong or incomplete
# parameter documentation, but not about the absence of documentation. If
# EXTRACT_ALL is set to YES then this flag will automatically be disabled.
# The default value is: NO.
WARN_NO_PARAMDOC = NO
# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
# a warning is encountered.
# The default value is: NO.
WARN_AS_ERROR = NO
# The WARN_FORMAT tag determines the format of the warning messages that doxygen
# can produce. The string should contain the $file, $line, and $text tags, which
# will be replaced by the file and line number from which the warning originated
# and the warning text. Optionally the format may contain $version, which will
# be replaced by the version of the file (if it could be obtained via
# FILE_VERSION_FILTER)
# The default value is: $file:$line: $text.
WARN_FORMAT = "$file:$line: $text"
# The WARN_LOGFILE tag can be used to specify a file to which warning and error
# messages should be written. If left blank the output is written to standard
# error (stderr).
WARN_LOGFILE =
#---------------------------------------------------------------------------
# Configuration options related to the input files
#---------------------------------------------------------------------------
# The INPUT tag is used to specify the files and/or directories that contain
# documented source files. You may enter file names like myfile.cpp or
# directories like /usr/src/myproject. Separate the files or directories with
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = src
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
# documentation (see: https://www.gnu.org/software/libiconv/) for the list of
# possible encodings.
# The default value is: UTF-8.
INPUT_ENCODING = UTF-8
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
# *.h) to filter out the source-files in the directories.
#
# Note that for custom extensions or not directly supported extensions you also
# need to set EXTENSION_MAPPING for the extension otherwise the files are not
# read by doxygen.
#
# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
# *.m, *.markdown, *.md, *.mm, *.dox (to be provided as doxygen C comment),
# *.doc (to be provided as doxygen C comment), *.txt (to be provided as doxygen
# C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f, *.for, *.tcl, *.vhd,
# *.vhdl, *.ucf, *.qsf and *.ice.
FILE_PATTERNS = *.c \
*.cc \
*.cxx \
*.cpp \
*.c++ \
*.java \
*.ii \
*.ixx \
*.ipp \
*.i++ \
*.inl \
*.idl \
*.ddl \
*.odl \
*.h \
*.hh \
*.hxx \
*.hpp \
*.h++ \
*.cs \
*.d \
*.php \
*.php4 \
*.php5 \
*.phtml \
*.inc \
*.m \
*.markdown \
*.md \
*.mm \
*.dox \
*.doc \
*.txt \
*.py \
*.pyw \
*.f90 \
*.f95 \
*.f03 \
*.f08 \
*.f \
*.for \
*.tcl \
*.vhd \
*.vhdl \
*.ucf \
*.qsf \
*.ice
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.
# The default value is: NO.
RECURSIVE = YES
# The EXCLUDE tag can be used to specify files and/or directories that should be
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
#
# Note that relative paths are relative to the directory from which doxygen is
# run.
EXCLUDE =
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
# from the input.
# The default value is: NO.
EXCLUDE_SYMLINKS = NO
# If the value of the INPUT tag contains directories, you can use the
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
# certain files from those directories.
#
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories for example use the pattern */test/*
EXCLUDE_PATTERNS =
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
# output. The symbol name can be a fully qualified name, a word, or if the
# wildcard * is used, a substring. Examples: ANamespace, AClass,
# AClass::ANamespace, ANamespace::*Test
#
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories use the pattern */test/*
EXCLUDE_SYMBOLS =
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
# that contain example code fragments that are included (see the \include
# command).
EXAMPLE_PATH =
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
# *.h) to filter out the source-files in the directories. If left blank all
# files are included.
EXAMPLE_PATTERNS = *
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
# searched for input files to be used with the \include or \dontinclude commands
# irrespective of the value of the RECURSIVE tag.
# The default value is: NO.
EXAMPLE_RECURSIVE = NO
# The IMAGE_PATH tag can be used to specify one or more files or directories
# that contain images that are to be included in the documentation (see the
# \image command).
IMAGE_PATH =
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
# by executing (via popen()) the command:
#
# <filter> <input-file>
#
# where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
# name of an input file. Doxygen will then use the output that the filter
# program writes to standard output. If FILTER_PATTERNS is specified, this tag
# will be ignored.
#
# Note that the filter must not add or remove lines; it is applied before the
# code is scanned, but not when the output code is generated. If lines are added
# or removed, the anchors will not be placed correctly.
#
# Note that for custom extensions or not directly supported extensions you also
# need to set EXTENSION_MAPPING for the extension otherwise the files are not
# properly processed by doxygen.
INPUT_FILTER =
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
# basis. Doxygen will compare the file name with each pattern and apply the
# filter if there is a match. The filters are a list of the form: pattern=filter
# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
# filters are used. If the FILTER_PATTERNS tag is empty or if none of the
# patterns match the file name, INPUT_FILTER is applied.
#
# Note that for custom extensions or not directly supported extensions you also
# need to set EXTENSION_MAPPING for the extension otherwise the files are not
# properly processed by doxygen.
FILTER_PATTERNS =
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
# INPUT_FILTER) will also be used to filter the input files that are used for
# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
# The default value is: NO.
FILTER_SOURCE_FILES = NO
# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
# it is also possible to disable source filtering for a specific pattern using
# *.ext= (so without naming a filter).
# This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
FILTER_SOURCE_PATTERNS =
# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
# is part of the input, its contents will be placed on the main page
# (index.html). This can be useful if you have a project on for instance GitHub
# and want to reuse the introduction page also for the doxygen output.
USE_MDFILE_AS_MAINPAGE =
#---------------------------------------------------------------------------
# Configuration options related to source browsing
#---------------------------------------------------------------------------
# If the SOURCE_BROWSER tag is set to YES then a list of source files will be
# generated. Documented entities will be cross-referenced with these sources.
#
# Note: To get rid of all source code in the generated output, make sure that
# also VERBATIM_HEADERS is set to NO.
# The default value is: NO.
SOURCE_BROWSER = NO
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
# classes and enums directly into the documentation.
# The default value is: NO.
INLINE_SOURCES = NO
# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
# special comment blocks from generated source code fragments. Normal C, C++ and
# Fortran comments will always remain visible.
# The default value is: YES.
STRIP_CODE_COMMENTS = YES
# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
# entity all documented functions referencing it will be listed.
# The default value is: NO.
REFERENCED_BY_RELATION = NO
# If the REFERENCES_RELATION tag is set to YES then for each documented function
# all documented entities called/used by that function will be listed.
# The default value is: NO.
REFERENCES_RELATION = NO
# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
# to YES then the hyperlinks from functions in REFERENCES_RELATION and
# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
# link to the documentation.
# The default value is: YES.
REFERENCES_LINK_SOURCE = YES
# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
# source code will show a tooltip with additional information such as prototype,
# brief description and links to the definition and documentation. Since this
# will make the HTML file larger and loading of large files a bit slower, you
# can opt to disable this feature.
# The default value is: YES.
# This tag requires that the tag SOURCE_BROWSER is set to YES.
SOURCE_TOOLTIPS = YES
# If the USE_HTAGS tag is set to YES then the references to source code will
# point to the HTML generated by the htags(1) tool instead of doxygen built-in
# source browser. The htags tool is part of GNU's global source tagging system
# (see https://www.gnu.org/software/global/global.html). You will need version
# 4.8.6 or higher.
#
# To use it do the following:
# - Install the latest version of global
# - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file
# - Make sure the INPUT points to the root of the source tree
# - Run doxygen as normal
#
# Doxygen will invoke htags (and that will in turn invoke gtags), so these
# tools must be available from the command line (i.e. in the search path).
#
# The result: instead of the source browser generated by doxygen, the links to
# source code will now point to the output of htags.
# The default value is: NO.
# This tag requires that the tag SOURCE_BROWSER is set to YES.
USE_HTAGS = NO
# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
# verbatim copy of the header file for each class for which an include is
# specified. Set to NO to disable this.
# See also: Section \class.
# The default value is: YES.
VERBATIM_HEADERS = YES
# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the
# cost of reduced performance. This can be particularly helpful with template
# rich C++ code for which doxygen's built-in parser lacks the necessary type
# information.
# Note: The availability of this option depends on whether or not doxygen was
# generated with the -Duse_libclang=ON option for CMake.
# The default value is: NO.
CLANG_ASSISTED_PARSING = NO
# If clang assisted parsing is enabled you can provide the compiler with command
# line options that you would normally use when invoking the compiler. Note that
# the include paths will already be set by doxygen for the files and directories
# specified with INPUT and INCLUDE_PATH.
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
CLANG_OPTIONS =
# If clang assisted parsing is enabled you can provide the clang parser with the
# path to the compilation database (see:
# http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) used when the files
# were built. This is equivalent to specifying the "-p" option to a clang tool,
# such as clang-check. These options will then be passed to the parser.
# Note: The availability of this option depends on whether or not doxygen was
# generated with the -Duse_libclang=ON option for CMake.
CLANG_DATABASE_PATH =
#---------------------------------------------------------------------------
# Configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
# compounds will be generated. Enable this if the project contains a lot of
# classes, structs, unions or interfaces.
# The default value is: YES.
ALPHABETICAL_INDEX = YES
# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
# which the alphabetical index list will be split.
# Minimum value: 1, maximum value: 20, default value: 5.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
COLS_IN_ALPHA_INDEX = 5
# In case all classes in a project start with a common prefix, all classes will
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
# can be used to specify a prefix (or a list of prefixes) that should be ignored
# while generating the index headers.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
IGNORE_PREFIX =
#---------------------------------------------------------------------------
# Configuration options related to the HTML output
#---------------------------------------------------------------------------
# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
# The default value is: YES.
GENERATE_HTML = YES
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_OUTPUT = html
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp).
# The default value is: .html.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_FILE_EXTENSION = .html
# The HTML_HEADER tag can be used to specify a user-defined HTML header file for
# each generated HTML page. If the tag is left blank doxygen will generate a
# standard header.
#
# To get valid HTML the header file that includes any scripts and style sheets
# that doxygen needs, which is dependent on the configuration options used (e.g.
# the setting GENERATE_TREEVIEW). It is highly recommended to start with a
# default header using
# doxygen -w html new_header.html new_footer.html new_stylesheet.css
# YourConfigFile
# and then modify the file new_header.html. See also section "Doxygen usage"
# for information on how to generate the default header that doxygen normally
# uses.
# Note: The header is subject to change so you typically have to regenerate the
# default header when upgrading to a newer version of doxygen. For a description
# of the possible markers and block names see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_HEADER =
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
# generated HTML page. If the tag is left blank doxygen will generate a standard
# footer. See HTML_HEADER for more information on how to generate a default
# footer and what special commands can be used inside the footer. See also
# section "Doxygen usage" for information on how to generate the default footer
# that doxygen normally uses.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_FOOTER =
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
# sheet that is used by each HTML page. It can be used to fine-tune the look of
# the HTML output. If left blank doxygen will generate a default style sheet.
# See also section "Doxygen usage" for information on how to generate the style
# sheet that doxygen normally uses.
# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
# it is more robust and this tag (HTML_STYLESHEET) will in the future become
# obsolete.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_STYLESHEET =
# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
# cascading style sheets that are included after the standard style sheets
# created by doxygen. Using this option one can overrule certain style aspects.
# This is preferred over using HTML_STYLESHEET since it does not replace the
# standard style sheet and is therefore more robust against future updates.
# Doxygen will copy the style sheet files to the output directory.
# Note: The order of the extra style sheet files is of importance (e.g. the last
# style sheet in the list overrules the setting of the previous ones in the
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_STYLESHEET =
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note
# that these files will be copied to the base HTML output directory. Use the
# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
# files. In the HTML_STYLESHEET file, use the file name only. Also note that the
# files will be copied as-is; there are no commands or markers available.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_FILES =
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to
# this color. Hue is specified as an angle on a colorwheel, see
# https://en.wikipedia.org/wiki/Hue for more information. For instance the value
# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
# purple, and 360 is red again.
# Minimum value: 0, maximum value: 359, default value: 220.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_COLORSTYLE_HUE = 220
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
# in the HTML output. For a value of 0 the output will use grayscales only. A
# value of 255 will produce the most vivid colors.
# Minimum value: 0, maximum value: 255, default value: 100.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_COLORSTYLE_SAT = 100
# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
# luminance component of the colors in the HTML output. Values below 100
# gradually make the output lighter, whereas values above 100 make the output
# darker. The value divided by 100 is the actual gamma applied, so 80 represents
# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
# change the gamma.
# Minimum value: 40, maximum value: 240, default value: 80.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_COLORSTYLE_GAMMA = 80
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
# page will contain the date and time when the page was generated. Setting this
# to YES can help to show when doxygen was last run and thus if the
# documentation is up to date.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_TIMESTAMP = NO
# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
# documentation will contain a main index with vertical navigation menus that
# are dynamically created via JavaScript. If disabled, the navigation index will
# consists of multiple levels of tabs that are statically embedded in every HTML
# page. Disable this option to support browsers that do not have JavaScript,
# like the Qt help browser.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_DYNAMIC_MENUS = YES
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
# page has loaded.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_DYNAMIC_SECTIONS = NO
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
# shown in the various tree structured indices initially; the user can expand
# and collapse entries dynamically later on. Doxygen will expand the tree to
# such a level that at most the specified number of entries are visible (unless
# a fully collapsed tree already exceeds this amount). So setting the number of
# entries 1 will produce a full collapsed tree by default. 0 is a special value
# representing an infinite number of entries and will result in a full expanded
# tree by default.
# Minimum value: 0, maximum value: 9999, default value: 100.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_INDEX_NUM_ENTRIES = 100
# If the GENERATE_DOCSET tag is set to YES, additional index files will be
# generated that can be used as input for Apple's Xcode 3 integrated development
# environment (see: https://developer.apple.com/xcode/), introduced with OSX
# 10.5 (Leopard). To create a documentation set, doxygen will generate a
# Makefile in the HTML output directory. Running make will produce the docset in
# that directory and running make install will install the docset in
# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
# startup. See https://developer.apple.com/library/archive/featuredarticles/Doxy
# genXcode/_index.html for more information.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_DOCSET = NO
# This tag determines the name of the docset feed. A documentation feed provides
# an umbrella under which multiple documentation sets from a single provider
# (such as a company or product suite) can be grouped.
# The default value is: Doxygen generated docs.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
DOCSET_FEEDNAME = "Doxygen generated docs"
# This tag specifies a string that should uniquely identify the documentation
# set bundle. This should be a reverse domain-name style string, e.g.
# com.mycompany.MyDocSet. Doxygen will append .docset to the name.
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
DOCSET_BUNDLE_ID = org.doxygen.Project
# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
# the documentation publisher. This should be a reverse domain-name style
# string, e.g. com.mycompany.MyDocSet.documentation.
# The default value is: org.doxygen.Publisher.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
DOCSET_PUBLISHER_ID = org.doxygen.Publisher
# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
# The default value is: Publisher.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
DOCSET_PUBLISHER_NAME = Publisher
# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
# (see: https://www.microsoft.com/en-us/download/details.aspx?id=21138) on
# Windows.
#
# The HTML Help Workshop contains a compiler that can convert all HTML output
# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
# files are now used as the Windows 98 help format, and will replace the old
# Windows help format (.hlp) on all Windows platforms in the future. Compressed
# HTML files also contain an index, a table of contents, and you can search for
# words in the documentation. The HTML workshop also contains a viewer for
# compressed HTML files.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_HTMLHELP = NO
# The CHM_FILE tag can be used to specify the file name of the resulting .chm
# file. You can add a path in front of the file if the result should not be
# written to the html output directory.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
CHM_FILE =
# The HHC_LOCATION tag can be used to specify the location (absolute path
# including file name) of the HTML help compiler (hhc.exe). If non-empty,
# doxygen will try to run the HTML help compiler on the generated index.hhp.
# The file has to be specified with full path.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
HHC_LOCATION =
# The GENERATE_CHI flag controls if a separate .chi index file is generated
# (YES) or that it should be included in the master .chm file (NO).
# The default value is: NO.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
GENERATE_CHI = NO
# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
# and project file content.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
CHM_INDEX_ENCODING =
# The BINARY_TOC flag controls whether a binary table of contents is generated
# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
# enables the Previous and Next buttons.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
BINARY_TOC = NO
# The TOC_EXPAND flag can be set to YES to add extra items for group members to
# the table of contents of the HTML help documentation and to the tree view.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
TOC_EXPAND = NO
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
# (.qch) of the generated HTML documentation.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_QHP = NO
# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
# the file name of the resulting .qch file. The path specified is relative to
# the HTML output folder.
# This tag requires that the tag GENERATE_QHP is set to YES.
QCH_FILE =
# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
# Project output. For more information please see Qt Help Project / Namespace
# (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace).
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_NAMESPACE = org.doxygen.Project
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
# Help Project output. For more information please see Qt Help Project / Virtual
# Folders (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-
# folders).
# The default value is: doc.
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_VIRTUAL_FOLDER = doc
# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
# filter to add. For more information please see Qt Help Project / Custom
# Filters (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-
# filters).
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_CUST_FILTER_NAME =
# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
# custom filter to add. For more information please see Qt Help Project / Custom
# Filters (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-
# filters).
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_CUST_FILTER_ATTRS =
# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
# project's filter section matches. Qt Help Project / Filter Attributes (see:
# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes).
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_SECT_FILTER_ATTRS =
# The QHG_LOCATION tag can be used to specify the location of Qt's
# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
# generated .qhp file.
# This tag requires that the tag GENERATE_QHP is set to YES.
QHG_LOCATION =
# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
# generated, together with the HTML files, they form an Eclipse help plugin. To
# install this plugin and make it available under the help contents menu in
# Eclipse, the contents of the directory containing the HTML and XML files needs
# to be copied into the plugins directory of eclipse. The name of the directory
# within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
# After copying Eclipse needs to be restarted before the help appears.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_ECLIPSEHELP = NO
# A unique identifier for the Eclipse help plugin. When installing the plugin
# the directory name containing the HTML and XML files should also have this
# name. Each documentation set should have its own identifier.
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
ECLIPSE_DOC_ID = org.doxygen.Project
# If you want full control over the layout of the generated HTML pages it might
# be necessary to disable the index and replace it with your own. The
# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
# of each HTML page. A value of NO enables the index and the value YES disables
# it. Since the tabs in the index contain the same information as the navigation
# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
DISABLE_INDEX = NO
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
# structure should be generated to display hierarchical information. If the tag
# value is set to YES, a side panel will be generated containing a tree-like
# index structure (just like the one that is generated for HTML Help). For this
# to work a browser that supports JavaScript, DHTML, CSS and frames is required
# (i.e. any modern browser). Windows users are probably better off using the
# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
# further fine-tune the look of the index. As an example, the default style
# sheet generated by doxygen has an example that shows how to put an image at
# the root of the tree instead of the PROJECT_NAME. Since the tree basically has
# the same information as the tab index, you could consider setting
# DISABLE_INDEX to YES when enabling this option.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_TREEVIEW = NO
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
# doxygen will group on one line in the generated HTML documentation.
#
# Note that a value of 0 will completely suppress the enum values from appearing
# in the overview section.
# Minimum value: 0, maximum value: 20, default value: 4.
# This tag requires that the tag GENERATE_HTML is set to YES.
ENUM_VALUES_PER_LINE = 4
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
# to set the initial width (in pixels) of the frame in which the tree is shown.
# Minimum value: 0, maximum value: 1500, default value: 250.
# This tag requires that the tag GENERATE_HTML is set to YES.
TREEVIEW_WIDTH = 250
# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
# external symbols imported via tag files in a separate window.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
EXT_LINKS_IN_WINDOW = NO
# Use this tag to change the font size of LaTeX formulas included as images in
# the HTML documentation. When you change the font size after a successful
# doxygen run you need to manually remove any form_*.png images from the HTML
# output directory to force them to be regenerated.
# Minimum value: 8, maximum value: 50, default value: 10.
# This tag requires that the tag GENERATE_HTML is set to YES.
FORMULA_FONTSIZE = 10
# Use the FORMULA_TRANSPARENT tag to determine whether or not the images
# generated for formulas are transparent PNGs. Transparent PNGs are not
# supported properly for IE 6.0, but are supported on all modern browsers.
#
# Note that when changing this option you need to delete any form_*.png files in
# the HTML output directory before the changes have effect.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
FORMULA_TRANSPARENT = YES
# The FORMULA_MACROFILE can contain LaTeX \newcommand and \renewcommand commands
# to create new LaTeX commands to be used in formulas as building blocks. See
# the section "Including formulas" for details.
FORMULA_MACROFILE =
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
# https://www.mathjax.org) which uses client side JavaScript for the rendering
# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
# installed or if you want to formulas look prettier in the HTML output. When
# enabled you may also need to install MathJax separately and configure the path
# to it using the MATHJAX_RELPATH option.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
USE_MATHJAX = NO
# When MathJax is enabled you can set the default output format to be used for
# the MathJax output. See the MathJax site (see:
# http://docs.mathjax.org/en/latest/output.html) for more details.
# Possible values are: HTML-CSS (which is slower, but has the best
# compatibility), NativeMML (i.e. MathML) and SVG.
# The default value is: HTML-CSS.
# This tag requires that the tag USE_MATHJAX is set to YES.
MATHJAX_FORMAT = HTML-CSS
# When MathJax is enabled you need to specify the location relative to the HTML
# output directory using the MATHJAX_RELPATH option. The destination directory
# should contain the MathJax.js script. For instance, if the mathjax directory
# is located at the same level as the HTML output directory, then
# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
# Content Delivery Network so you can quickly see the result without installing
# MathJax. However, it is strongly recommended to install a local copy of
# MathJax from https://www.mathjax.org before deployment.
# The default value is: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/.
# This tag requires that the tag USE_MATHJAX is set to YES.
MATHJAX_RELPATH = https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example
# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
# This tag requires that the tag USE_MATHJAX is set to YES.
MATHJAX_EXTENSIONS =
# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
# of code that will be used on startup of the MathJax code. See the MathJax site
# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
# example see the documentation.
# This tag requires that the tag USE_MATHJAX is set to YES.
MATHJAX_CODEFILE =
# When the SEARCHENGINE tag is enabled doxygen will generate a search box for
# the HTML output. The underlying search engine uses javascript and DHTML and
# should work on any modern browser. Note that when using HTML help
# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)
# there is already a search function so this one should typically be disabled.
# For large projects the javascript based search engine can be slow, then
# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
# search using the keyboard; to jump to the search box use <access key> + S
# (what the <access key> is depends on the OS and browser, but it is typically
# <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
# key> to jump into the search results window, the results can be navigated
# using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
# the search. The filter options can be selected when the cursor is inside the
# search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
# to select a filter and <Enter> or <escape> to activate or cancel the filter
# option.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
SEARCHENGINE = YES
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
# implemented using a web server instead of a web client using JavaScript. There
# are two flavors of web server based searching depending on the EXTERNAL_SEARCH
# setting. When disabled, doxygen will generate a PHP script for searching and
# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
# and searching needs to be provided by external tools. See the section
# "External Indexing and Searching" for details.
# The default value is: NO.
# This tag requires that the tag SEARCHENGINE is set to YES.
SERVER_BASED_SEARCH = NO
# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
# script for searching. Instead the search results are written to an XML file
# which needs to be processed by an external indexer. Doxygen will invoke an
# external search engine pointed to by the SEARCHENGINE_URL option to obtain the
# search results.
#
# Doxygen ships with an example indexer (doxyindexer) and search engine
# (doxysearch.cgi) which are based on the open source search engine library
# Xapian (see: https://xapian.org/).
#
# See the section "External Indexing and Searching" for details.
# The default value is: NO.
# This tag requires that the tag SEARCHENGINE is set to YES.
EXTERNAL_SEARCH = NO
# The SEARCHENGINE_URL should point to a search engine hosted by a web server
# which will return the search results when EXTERNAL_SEARCH is enabled.
#
# Doxygen ships with an example indexer (doxyindexer) and search engine
# (doxysearch.cgi) which are based on the open source search engine library
# Xapian (see: https://xapian.org/). See the section "External Indexing and
# Searching" for details.
# This tag requires that the tag SEARCHENGINE is set to YES.
SEARCHENGINE_URL =
# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
# search data is written to a file for indexing by an external tool. With the
# SEARCHDATA_FILE tag the name of this file can be specified.
# The default file is: searchdata.xml.
# This tag requires that the tag SEARCHENGINE is set to YES.
SEARCHDATA_FILE = searchdata.xml
# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
# projects and redirect the results back to the right project.
# This tag requires that the tag SEARCHENGINE is set to YES.
EXTERNAL_SEARCH_ID =
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
# projects other than the one defined by this configuration file, but that are
# all added to the same external search index. Each project needs to have a
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
# to a relative location where the documentation can be found. The format is:
# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
# This tag requires that the tag SEARCHENGINE is set to YES.
EXTRA_SEARCH_MAPPINGS =
#---------------------------------------------------------------------------
# Configuration options related to the LaTeX output
#---------------------------------------------------------------------------
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
# The default value is: YES.
GENERATE_LATEX = NO
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: latex.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_OUTPUT = latex
# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
# invoked.
#
# Note that when not enabling USE_PDFLATEX the default is latex when enabling
# USE_PDFLATEX the default is pdflatex and when in the later case latex is
# chosen this is overwritten by pdflatex. For specific output languages the
# default can have been set differently, this depends on the implementation of
# the output language.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_CMD_NAME =
# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
# index for LaTeX.
# Note: This tag is used in the Makefile / make.bat.
# See also: LATEX_MAKEINDEX_CMD for the part in the generated output file
# (.tex).
# The default file is: makeindex.
# This tag requires that the tag GENERATE_LATEX is set to YES.
MAKEINDEX_CMD_NAME = makeindex
# The LATEX_MAKEINDEX_CMD tag can be used to specify the command name to
# generate index for LaTeX. In case there is no backslash (\) as first character
# it will be automatically added in the LaTeX code.
# Note: This tag is used in the generated output file (.tex).
# See also: MAKEINDEX_CMD_NAME for the part in the Makefile / make.bat.
# The default value is: makeindex.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_MAKEINDEX_CMD = makeindex
# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
# documents. This may be useful for small projects and may help to save some
# trees in general.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
COMPACT_LATEX = NO
# The PAPER_TYPE tag can be used to set the paper type that is used by the
# printer.
# Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
# 14 inches) and executive (7.25 x 10.5 inches).
# The default value is: a4.
# This tag requires that the tag GENERATE_LATEX is set to YES.
PAPER_TYPE = a4
# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
# that should be included in the LaTeX output. The package can be specified just
# by its name or with the correct syntax as to be used with the LaTeX
# \usepackage command. To get the times font for instance you can specify :
# EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}
# To use the option intlimits with the amsmath package you can specify:
# EXTRA_PACKAGES=[intlimits]{amsmath}
# If left blank no extra packages will be included.
# This tag requires that the tag GENERATE_LATEX is set to YES.
EXTRA_PACKAGES =
# The LATEX_HEADER tag can be used to specify a personal LaTeX header for the
# generated LaTeX document. The header should contain everything until the first
# chapter. If it is left blank doxygen will generate a standard header. See
# section "Doxygen usage" for information on how to let doxygen write the
# default header to a separate file.
#
# Note: Only use a user-defined header if you know what you are doing! The
# following commands have a special meaning inside the header: $title,
# $datetime, $date, $doxygenversion, $projectname, $projectnumber,
# $projectbrief, $projectlogo. Doxygen will replace $title with the empty
# string, for the replacement values of the other commands the user is referred
# to HTML_HEADER.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_HEADER =
# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
# generated LaTeX document. The footer should contain everything after the last
# chapter. If it is left blank doxygen will generate a standard footer. See
# LATEX_HEADER for more information on how to generate a default footer and what
# special commands can be used inside the footer.
#
# Note: Only use a user-defined footer if you know what you are doing!
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_FOOTER =
# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
# LaTeX style sheets that are included after the standard style sheets created
# by doxygen. Using this option one can overrule certain style aspects. Doxygen
# will copy the style sheet files to the output directory.
# Note: The order of the extra style sheet files is of importance (e.g. the last
# style sheet in the list overrules the setting of the previous ones in the
# list).
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_EXTRA_STYLESHEET =
# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the LATEX_OUTPUT output
# directory. Note that the files will be copied as-is; there are no commands or
# markers available.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_EXTRA_FILES =
# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
# contain links (just like the HTML output) instead of page references. This
# makes the output suitable for online browsing using a PDF viewer.
# The default value is: YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
PDF_HYPERLINKS = YES
# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
# the PDF file directly from the LaTeX files. Set this option to YES, to get a
# higher quality PDF documentation.
# The default value is: YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
USE_PDFLATEX = YES
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
# command to the generated LaTeX files. This will instruct LaTeX to keep running
# if errors occur, instead of asking the user for help. This option is also used
# when generating formulas in HTML.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_BATCHMODE = NO
# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
# index chapters (such as File Index, Compound Index, etc.) in the output.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_HIDE_INDICES = NO
# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
# code with syntax highlighting in the LaTeX output.
#
# Note that which sources are shown also depends on other settings such as
# SOURCE_BROWSER.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_SOURCE_CODE = NO
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
# bibliography, e.g. plainnat, or ieeetr. See
# https://en.wikipedia.org/wiki/BibTeX and \cite for more info.
# The default value is: plain.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_BIB_STYLE = plain
# If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
# page will contain the date and time when the page was generated. Setting this
# to NO can help when comparing the output of multiple runs.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_TIMESTAMP = NO
# The LATEX_EMOJI_DIRECTORY tag is used to specify the (relative or absolute)
# path from which the emoji images will be read. If a relative path is entered,
# it will be relative to the LATEX_OUTPUT directory. If left blank the
# LATEX_OUTPUT directory will be used.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_EMOJI_DIRECTORY =
#---------------------------------------------------------------------------
# Configuration options related to the RTF output
#---------------------------------------------------------------------------
# If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
# RTF output is optimized for Word 97 and may not look too pretty with other RTF
# readers/editors.
# The default value is: NO.
GENERATE_RTF = NO
# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: rtf.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_OUTPUT = rtf
# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
# documents. This may be useful for small projects and may help to save some
# trees in general.
# The default value is: NO.
# This tag requires that the tag GENERATE_RTF is set to YES.
COMPACT_RTF = NO
# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
# contain hyperlink fields. The RTF file will contain links (just like the HTML
# output) instead of page references. This makes the output suitable for online
# browsing using Word or some other Word compatible readers that support those
# fields.
#
# Note: WordPad (write) and others do not support links.
# The default value is: NO.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_HYPERLINKS = NO
# Load stylesheet definitions from file. Syntax is similar to doxygen's
# configuration file, i.e. a series of assignments. You only have to provide
# replacements, missing definitions are set to their default value.
#
# See also section "Doxygen usage" for information on how to generate the
# default style sheet that doxygen normally uses.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_STYLESHEET_FILE =
# Set optional variables used in the generation of an RTF document. Syntax is
# similar to doxygen's configuration file. A template extensions file can be
# generated using doxygen -e rtf extensionFile.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_EXTENSIONS_FILE =
# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
# with syntax highlighting in the RTF output.
#
# Note that which sources are shown also depends on other settings such as
# SOURCE_BROWSER.
# The default value is: NO.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_SOURCE_CODE = NO
#---------------------------------------------------------------------------
# Configuration options related to the man page output
#---------------------------------------------------------------------------
# If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
# classes and files.
# The default value is: NO.
GENERATE_MAN = NO
# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it. A directory man3 will be created inside the directory specified by
# MAN_OUTPUT.
# The default directory is: man.
# This tag requires that the tag GENERATE_MAN is set to YES.
MAN_OUTPUT = man
# The MAN_EXTENSION tag determines the extension that is added to the generated
# man pages. In case the manual section does not start with a number, the number
# 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
# optional.
# The default value is: .3.
# This tag requires that the tag GENERATE_MAN is set to YES.
MAN_EXTENSION = .3
# The MAN_SUBDIR tag determines the name of the directory created within
# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
# MAN_EXTENSION with the initial . removed.
# This tag requires that the tag GENERATE_MAN is set to YES.
MAN_SUBDIR =
# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
# will generate one additional man file for each entity documented in the real
# man page(s). These additional files only source the real man page, but without
# them the man command would be unable to find the correct page.
# The default value is: NO.
# This tag requires that the tag GENERATE_MAN is set to YES.
MAN_LINKS = NO
#---------------------------------------------------------------------------
# Configuration options related to the XML output
#---------------------------------------------------------------------------
# If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
# captures the structure of the code including all documentation.
# The default value is: NO.
GENERATE_XML = NO
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: xml.
# This tag requires that the tag GENERATE_XML is set to YES.
XML_OUTPUT = xml
# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
# listings (including syntax highlighting and cross-referencing information) to
# the XML output. Note that enabling this will significantly increase the size
# of the XML output.
# The default value is: YES.
# This tag requires that the tag GENERATE_XML is set to YES.
XML_PROGRAMLISTING = YES
# If the XML_NS_MEMB_FILE_SCOPE tag is set to YES, doxygen will include
# namespace members in file scope as well, matching the HTML output.
# The default value is: NO.
# This tag requires that the tag GENERATE_XML is set to YES.
XML_NS_MEMB_FILE_SCOPE = NO
#---------------------------------------------------------------------------
# Configuration options related to the DOCBOOK output
#---------------------------------------------------------------------------
# If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
# that can be used to generate PDF.
# The default value is: NO.
GENERATE_DOCBOOK = NO
# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
# front of it.
# The default directory is: docbook.
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
DOCBOOK_OUTPUT = docbook
# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
# program listings (including syntax highlighting and cross-referencing
# information) to the DOCBOOK output. Note that enabling this will significantly
# increase the size of the DOCBOOK output.
# The default value is: NO.
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
DOCBOOK_PROGRAMLISTING = NO
#---------------------------------------------------------------------------
# Configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------
# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
# AutoGen Definitions (see http://autogen.sourceforge.net/) file that captures
# the structure of the code including all documentation. Note that this feature
# is still experimental and incomplete at the moment.
# The default value is: NO.
GENERATE_AUTOGEN_DEF = NO
#---------------------------------------------------------------------------
# Configuration options related to the Perl module output
#---------------------------------------------------------------------------
# If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
# file that captures the structure of the code including all documentation.
#
# Note that this feature is still experimental and incomplete at the moment.
# The default value is: NO.
GENERATE_PERLMOD = NO
# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
# output from the Perl module output.
# The default value is: NO.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.
PERLMOD_LATEX = NO
# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
# formatted so it can be parsed by a human reader. This is useful if you want to
# understand what is going on. On the other hand, if this tag is set to NO, the
# size of the Perl module output will be much smaller and Perl will parse it
# just the same.
# The default value is: YES.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.
PERLMOD_PRETTY = YES
# The names of the make variables in the generated doxyrules.make file are
# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
# so different doxyrules.make files included by the same Makefile don't
# overwrite each other's variables.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.
PERLMOD_MAKEVAR_PREFIX =
#---------------------------------------------------------------------------
# Configuration options related to the preprocessor
#---------------------------------------------------------------------------
# If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
# C-preprocessor directives found in the sources and include files.
# The default value is: YES.
ENABLE_PREPROCESSING = YES
# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
# in the source code. If set to NO, only conditional compilation will be
# performed. Macro expansion can be done in a controlled way by setting
# EXPAND_ONLY_PREDEF to YES.
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
MACRO_EXPANSION = NO
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
# the macro expansion is limited to the macros specified with the PREDEFINED and
# EXPAND_AS_DEFINED tags.
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
EXPAND_ONLY_PREDEF = NO
# If the SEARCH_INCLUDES tag is set to YES, the include files in the
# INCLUDE_PATH will be searched if a #include is found.
# The default value is: YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
SEARCH_INCLUDES = YES
# The INCLUDE_PATH tag can be used to specify one or more directories that
# contain include files that are not input files but should be processed by the
# preprocessor.
# This tag requires that the tag SEARCH_INCLUDES is set to YES.
INCLUDE_PATH =
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
# patterns (like *.h and *.hpp) to filter out the header-files in the
# directories. If left blank, the patterns specified with FILE_PATTERNS will be
# used.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
INCLUDE_FILE_PATTERNS =
# The PREDEFINED tag can be used to specify one or more macro names that are
# defined before the preprocessor is started (similar to the -D option of e.g.
# gcc). The argument of the tag is a list of macros of the form: name or
# name=definition (no spaces). If the definition and the "=" are omitted, "=1"
# is assumed. To prevent a macro definition from being undefined via #undef or
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
PREDEFINED =
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
# macro definition that is found in the sources will be used. Use the PREDEFINED
# tag if you want to use a different macro definition that overrules the
# definition found in the source code.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
EXPAND_AS_DEFINED =
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
# remove all references to function-like macros that are alone on a line, have
# an all uppercase name, and do not end with a semicolon. Such function macros
# are typically used for boiler-plate code, and will confuse the parser if not
# removed.
# The default value is: YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------
# Configuration options related to external references
#---------------------------------------------------------------------------
# The TAGFILES tag can be used to specify one or more tag files. For each tag
# file the location of the external documentation should be added. The format of
# a tag file without this location is as follows:
# TAGFILES = file1 file2 ...
# Adding location for the tag files is done as follows:
# TAGFILES = file1=loc1 "file2 = loc2" ...
# where loc1 and loc2 can be relative or absolute paths or URLs. See the
# section "Linking to external documentation" for more information about the use
# of tag files.
# Note: Each tag file must have a unique name (where the name does NOT include
# the path). If a tag file is not located in the directory in which doxygen is
# run, you must also specify the path to the tagfile here.
TAGFILES =
# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
# tag file that is based on the input files it reads. See section "Linking to
# external documentation" for more information about the usage of tag files.
GENERATE_TAGFILE =
# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
# the class index. If set to NO, only the inherited external classes will be
# listed.
# The default value is: NO.
ALLEXTERNALS = NO
# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
# in the modules index. If set to NO, only the current project's groups will be
# listed.
# The default value is: YES.
EXTERNAL_GROUPS = YES
# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
# the related pages index. If set to NO, only the current project's pages will
# be listed.
# The default value is: YES.
EXTERNAL_PAGES = YES
#---------------------------------------------------------------------------
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
# NO turns the diagrams off. Note that this option also works with HAVE_DOT
# disabled, but it is recommended to install and use dot, since it yields more
# powerful graphs.
# The default value is: YES.
CLASS_DIAGRAMS = YES
# You can include diagrams made with dia in doxygen documentation. Doxygen will
# then run dia to produce the diagram and insert it in the documentation. The
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
# If left empty dia is assumed to be found in the default search path.
DIA_PATH =
# If set to YES the inheritance and collaboration graphs will hide inheritance
# and usage relations if the target is undocumented or is not a class.
# The default value is: YES.
HIDE_UNDOC_RELATIONS = YES
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
# available from the path. This tool is part of Graphviz (see:
# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
# Bell Labs. The other options in this section have no effect if this option is
# set to NO
# The default value is: YES.
HAVE_DOT = YES
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
# to run in parallel. When set to 0 doxygen will base this on the number of
# processors available in the system. You can set it explicitly to a value
# larger than 0 to get control over the balance between CPU load and processing
# speed.
# Minimum value: 0, maximum value: 32, default value: 0.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_NUM_THREADS = 0
# When you want a differently looking font in the dot files that doxygen
# generates you can specify the font name using DOT_FONTNAME. You need to make
# sure dot is able to find the font, which can be done by putting it in a
# standard location or by setting the DOTFONTPATH environment variable or by
# setting DOT_FONTPATH to the directory containing the font.
# The default value is: Helvetica.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_FONTNAME = Helvetica
# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
# dot graphs.
# Minimum value: 4, maximum value: 24, default value: 10.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_FONTSIZE = 10
# By default doxygen will tell dot to use the default font as specified with
# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
# the path where dot can find it using this tag.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_FONTPATH =
# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
# each documented class showing the direct and indirect inheritance relations.
# Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
CLASS_GRAPH = YES
# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
# graph for each documented class showing the direct and indirect implementation
# dependencies (inheritance, containment, and class references variables) of the
# class with other documented classes.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
COLLABORATION_GRAPH = YES
# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
# groups, showing the direct groups dependencies.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
GROUP_GRAPHS = YES
# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
# collaboration diagrams in a style similar to the OMG's Unified Modeling
# Language.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
UML_LOOK = NO
# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
# class node. If there are many fields or methods and many nodes the graph may
# become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
# number of items for each type to make the size more manageable. Set this to 0
# for no limit. Note that the threshold may be exceeded by 50% before the limit
# is enforced. So when you set the threshold to 10, up to 15 fields may appear,
# but if the number exceeds 15, the total amount of fields shown is limited to
# 10.
# Minimum value: 0, maximum value: 100, default value: 10.
# This tag requires that the tag HAVE_DOT is set to YES.
UML_LIMIT_NUM_FIELDS = 10
# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
# collaboration graphs will show the relations between templates and their
# instances.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
TEMPLATE_RELATIONS = NO
# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
# YES then doxygen will generate a graph for each documented file showing the
# direct and indirect include dependencies of the file with other documented
# files.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
INCLUDE_GRAPH = YES
# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
# set to YES then doxygen will generate a graph for each documented file showing
# the direct and indirect include dependencies of the file with other documented
# files.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
INCLUDED_BY_GRAPH = YES
# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
# dependency graph for every global function or class method.
#
# Note that enabling this option will significantly increase the time of a run.
# So in most cases it will be better to enable call graphs for selected
# functions only using the \callgraph command. Disabling a call graph can be
# accomplished by means of the command \hidecallgraph.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
CALL_GRAPH = YES
# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
# dependency graph for every global function or class method.
#
# Note that enabling this option will significantly increase the time of a run.
# So in most cases it will be better to enable caller graphs for selected
# functions only using the \callergraph command. Disabling a caller graph can be
# accomplished by means of the command \hidecallergraph.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
CALLER_GRAPH = YES
# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
# hierarchy of all classes instead of a textual one.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
GRAPHICAL_HIERARCHY = YES
# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
# dependencies a directory has on other directories in a graphical way. The
# dependency relations are determined by the #include relations between the
# files in the directories.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DIRECTORY_GRAPH = YES
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
# generated by dot. For an explanation of the image formats see the section
# output formats in the documentation of the dot tool (Graphviz (see:
# http://www.graphviz.org/)).
# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
# to make the SVG files visible in IE 9+ (other browsers do not have this
# requirement).
# Possible values are: png, png:cairo, png:cairo:cairo, png:cairo:gd, png:gd,
# png:gd:gd, jpg, jpg:cairo, jpg:cairo:gd, jpg:gd, jpg:gd:gd, gif, gif:cairo,
# gif:cairo:gd, gif:gd, gif:gd:gd, svg, png:gd, png:gd:gd, png:cairo,
# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and
# png:gdiplus:gdiplus.
# The default value is: png.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_IMAGE_FORMAT = png
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
# enable generation of interactive SVG images that allow zooming and panning.
#
# Note that this requires a modern browser other than Internet Explorer. Tested
# and working are Firefox, Chrome, Safari, and Opera.
# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
# the SVG files visible. Older versions of IE do not have SVG support.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
INTERACTIVE_SVG = NO
# The DOT_PATH tag can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found in the path.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_PATH =
# The DOTFILE_DIRS tag can be used to specify one or more directories that
# contain dot files that are included in the documentation (see the \dotfile
# command).
# This tag requires that the tag HAVE_DOT is set to YES.
DOTFILE_DIRS =
# The MSCFILE_DIRS tag can be used to specify one or more directories that
# contain msc files that are included in the documentation (see the \mscfile
# command).
MSCFILE_DIRS =
# The DIAFILE_DIRS tag can be used to specify one or more directories that
# contain dia files that are included in the documentation (see the \diafile
# command).
DIAFILE_DIRS =
# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
# path where java can find the plantuml.jar file. If left blank, it is assumed
# PlantUML is not used or called during a preprocessing step. Doxygen will
# generate a warning when it encounters a \startuml command in this case and
# will not generate output for the diagram.
PLANTUML_JAR_PATH =
# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
# configuration file for plantuml.
PLANTUML_CFG_FILE =
# When using plantuml, the specified paths are searched for files specified by
# the !include statement in a plantuml block.
PLANTUML_INCLUDE_PATH =
# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
# that will be shown in the graph. If the number of nodes in a graph becomes
# larger than this value, doxygen will truncate the graph, which is visualized
# by representing a node as a red box. Note that doxygen if the number of direct
# children of the root node in a graph is already larger than
# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
# the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
# Minimum value: 0, maximum value: 10000, default value: 50.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_GRAPH_MAX_NODES = 50
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
# generated by dot. A depth value of 3 means that only nodes reachable from the
# root by following a path via at most 3 edges will be shown. Nodes that lay
# further from the root node will be omitted. Note that setting this option to 1
# or 2 may greatly reduce the computation time needed for large code bases. Also
# note that the size of a graph can be further restricted by
# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
# Minimum value: 0, maximum value: 1000, default value: 0.
# This tag requires that the tag HAVE_DOT is set to YES.
MAX_DOT_GRAPH_DEPTH = 0
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
# background. This is disabled by default, because dot on Windows does not seem
# to support this out of the box.
#
# Warning: Depending on the platform used, enabling this option may lead to
# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
# read).
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_TRANSPARENT = NO
# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
# files in one run (i.e. multiple -o and -T options on the command line). This
# makes dot run faster, but since only newer versions of dot (>1.8.10) support
# this, this feature is disabled by default.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_MULTI_TARGETS = NO
# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
# explaining the meaning of the various boxes and arrows in the dot generated
# graphs.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
GENERATE_LEGEND = YES
# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
# files that are used to generate the various graphs.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_CLEANUP = YES
================================================
FILE: README.md
================================================
[](https://gitter.im/Wargus?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://discord.gg/dQGxaw3QfB)
### Nightly builds are available:
- Windows Installer: https://github.com/Wargus/stargus/releases/tag/master-builds
- Ubuntu/Debian Packages: https://code.launchpad.net/~timfelgentreff/+archive/ubuntu/stratagus
- OS X App Bundle: https://github.com/Wargus/stratagus/wiki/osx/Stargus.app.tar.gz
## Installation Instructions
Download the installer for your platform. Upon first launch of Stargus, it will ask you for
your Starcraft installation to extract the data to work with Stargus.
## Build Instructions
NOTE: stratagus ( https://github.com/Wargus/stratagus ) is required.
stargus and stratagus version must match
```
meson build
ninja -C build
./stargus
```
Please take a look into meson_options.txt for possible build options. Special -DSTRATAGUS_INCLUDE_DIR and -DSTRATAGUS_BIN.



================================================
FILE: cmake/modules/FindCascLib.cmake
================================================
# - Try to find the CascLib library
# Once done this will define
#
# CASCLIB_FOUND - system has CascLib
# CASCLIB_INCLUDE_DIR - the CASCLIB include directory
# CASCLIB_LIBRARY - The CASCLIB library
# Copyright (c) 2015, cybermind <cybermindid@gmail.com>
#
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
if(CASCLIB_INCLUDE_DIR AND CASCLIB_LIBRARY AND (NOT UNIX OR BZIP2_FOUND))
set(CASCLIB_FOUND true)
else()
find_path(CASCLIB_INCLUDE_DIR CascLib.h)
find_library(CASCLIB_LIBRARY NAMES casc)
if (UNIX)
find_package(BZip2)
endif()
if(CASCLIB_INCLUDE_DIR AND CASCLIB_LIBRARY AND (NOT UNIX OR BZIP2_FOUND))
set(CASCLIB_FOUND true)
message(STATUS "Found CascLib: ${CASCLIB_LIBRARY}")
elseif(UNIX AND NOT BZIP2_FOUND)
set(CASCLIB_FOUND false)
message(STATUS "Could not find BZip2 required for CascLib")
else()
set(CASCLIB_FOUND false)
message(STATUS "Could not find CascLib")
endif()
mark_as_advanced(CASCLIB_INCLUDE_DIR CASCLIB_LIBRARY)
endif()
================================================
FILE: cmake/modules/FindGTK2.cmake
================================================
# - FindGTK2.cmake
# This module can find the GTK2 widget libraries and several of its other
# optional components like gtkmm, glade, and glademm.
#
# NOTE: If you intend to use version checking, CMake 2.6.2 or later is
# required.
#
# Specify one or more of the following components
# as you call this find module. See example below.
#
# gtk
# gtkmm
# glade
# glademm
#
# The following variables will be defined for your use
#
# GTK2_FOUND - Were all of your specified components found?
# GTK2_INCLUDE_DIRS - All include directories
# GTK2_LIBRARIES - All libraries
#
# GTK2_VERSION - The version of GTK2 found (x.y.z)
# GTK2_MAJOR_VERSION - The major version of GTK2
# GTK2_MINOR_VERSION - The minor version of GTK2
# GTK2_PATCH_VERSION - The patch version of GTK2
#
# Optional variables you can define prior to calling this module:
#
# GTK2_DEBUG - Enables verbose debugging of the module
# GTK2_SKIP_MARK_AS_ADVANCED - Disable marking cache variables as advanced
# GTK2_ADDITIONAL_SUFFIXES - Allows defining additional directories to
# search for include files
#
#=================
# Example Usage:
#
# Call find_package() once, here are some examples to pick from:
#
# Require GTK 2.6 or later
# find_package(GTK2 2.6 REQUIRED gtk)
#
# Require GTK 2.10 or later and Glade
# find_package(GTK2 2.10 REQUIRED gtk glade)
#
# Search for GTK/GTKMM 2.8 or later
# find_package(GTK2 2.8 COMPONENTS gtk gtkmm)
#
# if(GTK2_FOUND)
# include_directories(${GTK2_INCLUDE_DIRS})
# add_executable(mygui mygui.cc)
# target_link_libraries(mygui ${GTK2_LIBRARIES})
# endif()
#
#=============================================================================
# Copyright 2009 Kitware, Inc.
# Copyright 2008-2009 Philip Lowman <philip@yhbt.com>
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================
# (To distribute this file outside of CMake, substitute the full
# License text for the above reference.)
# Version 1.3 (11/9/2010) (CMake 2.8.4)
# * 11429: Add support for detecting GTK2 built with Visual Studio 10.
# Thanks to Vincent Levesque for the patch.
# Version 1.2 (8/30/2010) (CMake 2.8.3)
# * Merge patch for detecting gdk-pixbuf library (split off
# from core GTK in 2.21). Thanks to Vincent Untz for the patch
# and Ricardo Cruz for the heads up.
# Version 1.1 (8/19/2010) (CMake 2.8.3)
# * Add support for detecting GTK2 under macports (thanks to Gary Kramlich)
# Version 1.0 (8/12/2010) (CMake 2.8.3)
# * Add support for detecting new pangommconfig.h header file
# (Thanks to Sune Vuorela & the Debian Project for the patch)
# * Add support for detecting fontconfig.h header
# * Call find_package(Freetype) since it's required
# * Add support for allowing users to add additional library directories
# via the GTK2_ADDITIONAL_SUFFIXES variable (kind of a future-kludge in
# case the GTK developers change versions on any of the directories in the
# future).
# Version 0.8 (1/4/2010)
# * Get module working under MacOSX fink by adding /sw/include, /sw/lib
# to PATHS and the gobject library
# Version 0.7 (3/22/09)
# * Checked into CMake CVS
# * Added versioning support
# * Module now defaults to searching for GTK if COMPONENTS not specified.
# * Added HKCU prior to HKLM registry key and GTKMM specific environment
# variable as per mailing list discussion.
# * Added lib64 to include search path and a few other search paths where GTK
# may be installed on Unix systems.
# * Switched to lowercase CMake commands
# * Prefaced internal variables with _GTK2 to prevent collision
# * Changed internal macros to functions
# * Enhanced documentation
# Version 0.6 (1/8/08)
# Added GTK2_SKIP_MARK_AS_ADVANCED option
# Version 0.5 (12/19/08)
# Second release to cmake mailing list
#=============================================================
# _GTK2_GET_VERSION
# Internal function to parse the version number in gtkversion.h
# _OUT_major = Major version number
# _OUT_minor = Minor version number
# _OUT_micro = Micro version number
# _gtkversion_hdr = Header file to parse
#=============================================================
function(_GTK2_GET_VERSION _OUT_major _OUT_minor _OUT_micro _gtkversion_hdr)
file(READ ${_gtkversion_hdr} _contents)
if(_contents)
string(REGEX REPLACE ".*#define GTK_MAJOR_VERSION[ \t]+\\(([0-9]+)\\).*" "\\1" ${_OUT_major} "${_contents}")
string(REGEX REPLACE ".*#define GTK_MINOR_VERSION[ \t]+\\(([0-9]+)\\).*" "\\1" ${_OUT_minor} "${_contents}")
string(REGEX REPLACE ".*#define GTK_MICRO_VERSION[ \t]+\\(([0-9]+)\\).*" "\\1" ${_OUT_micro} "${_contents}")
if(NOT ${_OUT_major} MATCHES "[0-9]+")
message(FATAL_ERROR "Version parsing failed for GTK2_MAJOR_VERSION!")
endif()
if(NOT ${_OUT_minor} MATCHES "[0-9]+")
message(FATAL_ERROR "Version parsing failed for GTK2_MINOR_VERSION!")
endif()
if(NOT ${_OUT_micro} MATCHES "[0-9]+")
message(FATAL_ERROR "Version parsing failed for GTK2_MICRO_VERSION!")
endif()
set(${_OUT_major} ${${_OUT_major}} PARENT_SCOPE)
set(${_OUT_minor} ${${_OUT_minor}} PARENT_SCOPE)
set(${_OUT_micro} ${${_OUT_micro}} PARENT_SCOPE)
else()
message(FATAL_ERROR "Include file ${_gtkversion_hdr} does not exist")
endif()
endfunction()
#=============================================================
# _GTK2_FIND_INCLUDE_DIR
# Internal function to find the GTK include directories
# _var = variable to set
# _hdr = header file to look for
#=============================================================
function(_GTK2_FIND_INCLUDE_DIR _var _hdr)
if(GTK2_DEBUG)
message(STATUS "[FindGTK2.cmake:${CMAKE_CURRENT_LIST_LINE}] "
"_GTK2_FIND_INCLUDE_DIR( ${_var} ${_hdr} )")
endif()
set(_relatives
# If these ever change, things will break.
${GTK2_ADDITIONAL_SUFFIXES}
glibmm-2.4
glib-2.0
atk-1.0
atkmm-1.6
cairo
cairomm-1.0
gdk-pixbuf-2.0
gdkmm-2.4
giomm-2.4
gtk-2.0
gtkmm-2.4
libglade-2.0
libglademm-2.4
pango-1.0
pangomm-1.4
sigc++-2.0
)
set(_suffixes)
foreach(_d ${_relatives})
list(APPEND _suffixes ${_d})
list(APPEND _suffixes ${_d}/include) # for /usr/lib/gtk-2.0/include
endforeach()
if(GTK2_DEBUG)
message(STATUS "[FindGTK2.cmake:${CMAKE_CURRENT_LIST_LINE}] "
"include suffixes = ${_suffixes}")
endif()
find_path(${_var} ${_hdr}
PATHS
/usr/local/lib64
/usr/local/lib
/usr/lib/${CMAKE_LIBRARY_ARCHITECTURE}
/usr/lib64
/usr/lib
/opt/gnome/include
/opt/gnome/lib
/opt/openwin/include
/usr/openwin/lib
/sw/include
/sw/lib
/opt/local/include
/opt/local/lib
$ENV{GTKMM_BASEPATH}/include
$ENV{GTKMM_BASEPATH}/lib
[HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4;Path]/include
[HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4;Path]/lib
[HKEY_LOCAL_MACHINE\\SOFTWARE\\gtkmm\\2.4;Path]/include
[HKEY_LOCAL_MACHINE\\SOFTWARE\\gtkmm\\2.4;Path]/lib
PATH_SUFFIXES
${_suffixes}
)
if(${_var})
set(GTK2_INCLUDE_DIRS ${GTK2_INCLUDE_DIRS} ${${_var}} PARENT_SCOPE)
if(NOT GTK2_SKIP_MARK_AS_ADVANCED)
mark_as_advanced(${_var})
endif()
endif()
endfunction(_GTK2_FIND_INCLUDE_DIR)
#=============================================================
# _GTK2_FIND_LIBRARY
# Internal function to find libraries packaged with GTK2
# _var = library variable to create
#=============================================================
function(_GTK2_FIND_LIBRARY _var _lib _expand_vc _append_version)
if(GTK2_DEBUG)
message(STATUS "[FindGTK2.cmake:${CMAKE_CURRENT_LIST_LINE}] "
"_GTK2_FIND_LIBRARY( ${_var} ${_lib} ${_expand_vc} ${_append_version} )")
endif()
# Not GTK versions per se but the versions encoded into Windows
# import libraries (GtkMM 2.14.1 has a gtkmm-vc80-2_4.lib for example)
# Also the MSVC libraries use _ for . (this is handled below)
set(_versions 2.20 2.18 2.16 2.14 2.12
2.10 2.8 2.6 2.4 2.2 2.0
1.20 1.18 1.16 1.14 1.12
1.10 1.8 1.6 1.4 1.2 1.0)
set(_library)
set(_library_d)
set(_library ${_lib})
if(_expand_vc AND MSVC)
# Add vc80/vc90/vc100 midfixes
if(MSVC80)
set(_library ${_library}-vc80)
elseif(MSVC90)
set(_library ${_library}-vc90)
elseif(MSVC10)
set(_library ${_library}-vc100)
endif()
set(_library_d ${_library}-d)
endif()
if(GTK2_DEBUG)
message(STATUS "[FindGTK2.cmake:${CMAKE_CURRENT_LIST_LINE}] "
"After midfix addition = ${_library} and ${_library_d}")
endif()
set(_lib_list)
set(_libd_list)
if(_append_version)
foreach(_ver ${_versions})
list(APPEND _lib_list "${_library}-${_ver}")
list(APPEND _libd_list "${_library_d}-${_ver}")
endforeach()
else()
set(_lib_list ${_library})
set(_libd_list ${_library_d})
endif()
if(GTK2_DEBUG)
message(STATUS "[FindGTK2.cmake:${CMAKE_CURRENT_LIST_LINE}] "
"library list = ${_lib_list} and library debug list = ${_libd_list}")
endif()
# For some silly reason the MSVC libraries use _ instead of .
# in the version fields
if(_expand_vc AND MSVC)
set(_no_dots_lib_list)
set(_no_dots_libd_list)
foreach(_l ${_lib_list})
string(REPLACE "." "_" _no_dots_library ${_l})
list(APPEND _no_dots_lib_list ${_no_dots_library})
endforeach()
# And for debug
set(_no_dots_libsd_list)
foreach(_l ${_libd_list})
string(REPLACE "." "_" _no_dots_libraryd ${_l})
list(APPEND _no_dots_libd_list ${_no_dots_libraryd})
endforeach()
# Copy list back to original names
set(_lib_list ${_no_dots_lib_list})
set(_libd_list ${_no_dots_libd_list})
endif()
if(GTK2_DEBUG)
message(STATUS "[FindGTK2.cmake:${CMAKE_CURRENT_LIST_LINE}] "
"While searching for ${_var}, our proposed library list is ${_lib_list}")
endif()
find_library(${_var}
NAMES ${_lib_list}
PATHS
/opt/gnome/lib
/opt/gnome/lib64
/usr/openwin/lib
/usr/openwin/lib64
/sw/lib
$ENV{GTKMM_BASEPATH}/lib
[HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4;Path]/lib
[HKEY_LOCAL_MACHINE\\SOFTWARE\\gtkmm\\2.4;Path]/lib
)
if(_expand_vc AND MSVC)
if(GTK2_DEBUG)
message(STATUS "[FindGTK2.cmake:${CMAKE_CURRENT_LIST_LINE}] "
"While searching for ${_var}_DEBUG our proposed library list is ${_libd_list}")
endif()
find_library(${_var}_DEBUG
NAMES ${_libd_list}
PATHS
$ENV{GTKMM_BASEPATH}/lib
[HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4;Path]/lib
[HKEY_LOCAL_MACHINE\\SOFTWARE\\gtkmm\\2.4;Path]/lib
)
if(${_var} AND ${_var}_DEBUG)
if(NOT GTK2_SKIP_MARK_AS_ADVANCED)
mark_as_advanced(${_var}_DEBUG)
endif()
set(GTK2_LIBRARIES ${GTK2_LIBRARIES} optimized ${${_var}} debug ${${_var}_DEBUG})
set(GTK2_LIBRARIES ${GTK2_LIBRARIES} PARENT_SCOPE)
endif()
else()
if(NOT GTK2_SKIP_MARK_AS_ADVANCED)
mark_as_advanced(${_var})
endif()
set(GTK2_LIBRARIES ${GTK2_LIBRARIES} ${${_var}})
set(GTK2_LIBRARIES ${GTK2_LIBRARIES} PARENT_SCOPE)
# Set debug to release
set(${_var}_DEBUG ${${_var}})
set(${_var}_DEBUG ${${_var}} PARENT_SCOPE)
endif()
endfunction(_GTK2_FIND_LIBRARY)
#=============================================================
#
# main()
#
set(GTK2_FOUND)
set(GTK2_INCLUDE_DIRS)
set(GTK2_LIBRARIES)
if(NOT GTK2_FIND_COMPONENTS)
# Assume they only want GTK
set(GTK2_FIND_COMPONENTS gtk)
endif()
#
# If specified, enforce version number
#
if(GTK2_FIND_VERSION)
cmake_minimum_required(VERSION 2.6.2)
set(GTK2_FAILED_VERSION_CHECK true)
if(GTK2_DEBUG)
message(STATUS "[FindGTK2.cmake:${CMAKE_CURRENT_LIST_LINE}] "
"Searching for version ${GTK2_FIND_VERSION}")
endif()
_GTK2_FIND_INCLUDE_DIR(GTK2_GTK_INCLUDE_DIR gtk/gtk.h)
if(GTK2_GTK_INCLUDE_DIR)
_GTK2_GET_VERSION(GTK2_MAJOR_VERSION
GTK2_MINOR_VERSION
GTK2_PATCH_VERSION
${GTK2_GTK_INCLUDE_DIR}/gtk/gtkversion.h)
set(GTK2_VERSION
${GTK2_MAJOR_VERSION}.${GTK2_MINOR_VERSION}.${GTK2_PATCH_VERSION})
if(GTK2_FIND_VERSION_EXACT)
if(GTK2_VERSION VERSION_EQUAL GTK2_FIND_VERSION)
set(GTK2_FAILED_VERSION_CHECK false)
endif()
else()
if(GTK2_VERSION VERSION_EQUAL GTK2_FIND_VERSION OR
GTK2_VERSION VERSION_GREATER GTK2_FIND_VERSION)
set(GTK2_FAILED_VERSION_CHECK false)
endif()
endif()
else()
# If we can't find the GTK include dir, we can't do version checking
if(GTK2_FIND_REQUIRED AND NOT GTK2_FIND_QUIETLY)
message(FATAL_ERROR "Could not find GTK2 include directory")
endif()
return()
endif()
if(GTK2_FAILED_VERSION_CHECK)
if(GTK2_FIND_REQUIRED AND NOT GTK2_FIND_QUIETLY)
if(GTK2_FIND_VERSION_EXACT)
message(FATAL_ERROR "GTK2 version check failed. Version ${GTK2_VERSION} was found, version ${GTK2_FIND_VERSION} is needed exactly.")
else()
message(FATAL_ERROR "GTK2 version check failed. Version ${GTK2_VERSION} was found, at least version ${GTK2_FIND_VERSION} is required")
endif()
endif()
# If the version check fails, exit out of the module here
return()
endif()
endif()
#
# Find all components
#
find_package(Freetype)
list(APPEND GTK2_INCLUDE_DIRS ${FREETYPE_INCLUDE_DIRS})
list(APPEND GTK2_LIBRARIES ${FREETYPE_LIBRARIES})
foreach(_GTK2_component ${GTK2_FIND_COMPONENTS})
if(_GTK2_component STREQUAL "gtk")
_GTK2_FIND_INCLUDE_DIR(GTK2_GLIB_INCLUDE_DIR glib.h)
_GTK2_FIND_INCLUDE_DIR(GTK2_GLIBCONFIG_INCLUDE_DIR glibconfig.h)
_GTK2_FIND_LIBRARY (GTK2_GLIB_LIBRARY glib false true)
_GTK2_FIND_INCLUDE_DIR(GTK2_GOBJECT_INCLUDE_DIR gobject/gobject.h)
_GTK2_FIND_LIBRARY (GTK2_GOBJECT_LIBRARY gobject false true)
_GTK2_FIND_INCLUDE_DIR(GTK2_GDK_PIXBUF_INCLUDE_DIR gdk-pixbuf/gdk-pixbuf.h)
_GTK2_FIND_LIBRARY (GTK2_GDK_PIXBUF_LIBRARY gdk_pixbuf false true)
_GTK2_FIND_INCLUDE_DIR(GTK2_GDK_INCLUDE_DIR gdk/gdk.h)
_GTK2_FIND_INCLUDE_DIR(GTK2_GDKCONFIG_INCLUDE_DIR gdkconfig.h)
_GTK2_FIND_INCLUDE_DIR(GTK2_GTK_INCLUDE_DIR gtk/gtk.h)
if(UNIX)
_GTK2_FIND_LIBRARY (GTK2_GDK_LIBRARY gdk-x11 false true)
_GTK2_FIND_LIBRARY (GTK2_GTK_LIBRARY gtk-x11 false true)
else()
_GTK2_FIND_LIBRARY (GTK2_GDK_LIBRARY gdk-win32 false true)
_GTK2_FIND_LIBRARY (GTK2_GTK_LIBRARY gtk-win32 false true)
endif()
_GTK2_FIND_INCLUDE_DIR(GTK2_CAIRO_INCLUDE_DIR cairo.h)
_GTK2_FIND_LIBRARY (GTK2_CAIRO_LIBRARY cairo false false)
_GTK2_FIND_INCLUDE_DIR(GTK2_FONTCONFIG_INCLUDE_DIR fontconfig/fontconfig.h)
_GTK2_FIND_INCLUDE_DIR(GTK2_PANGO_INCLUDE_DIR pango/pango.h)
_GTK2_FIND_LIBRARY (GTK2_PANGO_LIBRARY pango false true)
_GTK2_FIND_INCLUDE_DIR(GTK2_ATK_INCLUDE_DIR atk/atk.h)
_GTK2_FIND_LIBRARY (GTK2_ATK_LIBRARY atk false true)
elseif(_GTK2_component STREQUAL "gtkmm")
_GTK2_FIND_INCLUDE_DIR(GTK2_GLIBMM_INCLUDE_DIR glibmm.h)
_GTK2_FIND_INCLUDE_DIR(GTK2_GLIBMMCONFIG_INCLUDE_DIR glibmmconfig.h)
_GTK2_FIND_LIBRARY (GTK2_GLIBMM_LIBRARY glibmm true true)
_GTK2_FIND_INCLUDE_DIR(GTK2_GDKMM_INCLUDE_DIR gdkmm.h)
_GTK2_FIND_INCLUDE_DIR(GTK2_GDKMMCONFIG_INCLUDE_DIR gdkmmconfig.h)
_GTK2_FIND_LIBRARY (GTK2_GDKMM_LIBRARY gdkmm true true)
_GTK2_FIND_INCLUDE_DIR(GTK2_GTKMM_INCLUDE_DIR gtkmm.h)
_GTK2_FIND_INCLUDE_DIR(GTK2_GTKMMCONFIG_INCLUDE_DIR gtkmmconfig.h)
_GTK2_FIND_LIBRARY (GTK2_GTKMM_LIBRARY gtkmm true true)
_GTK2_FIND_INCLUDE_DIR(GTK2_CAIROMM_INCLUDE_DIR cairomm/cairomm.h)
_GTK2_FIND_LIBRARY (GTK2_CAIROMM_LIBRARY cairomm true true)
_GTK2_FIND_INCLUDE_DIR(GTK2_PANGOMM_INCLUDE_DIR pangomm.h)
_GTK2_FIND_INCLUDE_DIR(GTK2_PANGOMMCONFIG_INCLUDE_DIR pangommconfig.h)
_GTK2_FIND_LIBRARY (GTK2_PANGOMM_LIBRARY pangomm true true)
_GTK2_FIND_INCLUDE_DIR(GTK2_SIGC++_INCLUDE_DIR sigc++/sigc++.h)
_GTK2_FIND_INCLUDE_DIR(GTK2_SIGC++CONFIG_INCLUDE_DIR sigc++config.h)
_GTK2_FIND_LIBRARY (GTK2_SIGC++_LIBRARY sigc true true)
_GTK2_FIND_INCLUDE_DIR(GTK2_GIOMM_INCLUDE_DIR giomm.h)
_GTK2_FIND_INCLUDE_DIR(GTK2_GIOMMCONFIG_INCLUDE_DIR giommconfig.h)
_GTK2_FIND_LIBRARY (GTK2_GIOMM_LIBRARY giomm true true)
_GTK2_FIND_INCLUDE_DIR(GTK2_ATKMM_INCLUDE_DIR atkmm.h)
_GTK2_FIND_LIBRARY (GTK2_ATKMM_LIBRARY atkmm true true)
elseif(_GTK2_component STREQUAL "glade")
_GTK2_FIND_INCLUDE_DIR(GTK2_GLADE_INCLUDE_DIR glade/glade.h)
_GTK2_FIND_LIBRARY (GTK2_GLADE_LIBRARY glade false true)
elseif(_GTK2_component STREQUAL "glademm")
_GTK2_FIND_INCLUDE_DIR(GTK2_GLADEMM_INCLUDE_DIR libglademm.h)
_GTK2_FIND_INCLUDE_DIR(GTK2_GLADEMMCONFIG_INCLUDE_DIR libglademmconfig.h)
_GTK2_FIND_LIBRARY (GTK2_GLADEMM_LIBRARY glademm true true)
else()
message(FATAL_ERROR "Unknown GTK2 component ${_component}")
endif()
endforeach()
#
# Solve for the GTK2 version if we haven't already
#
if(NOT GTK2_FIND_VERSION AND GTK2_GTK_INCLUDE_DIR)
_GTK2_GET_VERSION(GTK2_MAJOR_VERSION
GTK2_MINOR_VERSION
GTK2_PATCH_VERSION
${GTK2_GTK_INCLUDE_DIR}/gtk/gtkversion.h)
set(GTK2_VERSION ${GTK2_MAJOR_VERSION}.${GTK2_MINOR_VERSION}.${GTK2_PATCH_VERSION})
endif()
#
# Try to enforce components
#
set(_GTK2_did_we_find_everything true) # This gets set to GTK2_FOUND
#include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
find_package(PackageHandleStandardArgs)
foreach(_GTK2_component ${GTK2_FIND_COMPONENTS})
string(TOUPPER ${_GTK2_component} _COMPONENT_UPPER)
if(_GTK2_component STREQUAL "gtk")
FIND_PACKAGE_HANDLE_STANDARD_ARGS(GTK2_${_COMPONENT_UPPER} "Some or all of the gtk libraries were not found."
GTK2_GTK_LIBRARY
GTK2_GTK_INCLUDE_DIR
GTK2_GLIB_INCLUDE_DIR
GTK2_GLIBCONFIG_INCLUDE_DIR
GTK2_GLIB_LIBRARY
GTK2_GDK_INCLUDE_DIR
GTK2_GDKCONFIG_INCLUDE_DIR
GTK2_GDK_LIBRARY
)
elseif(_GTK2_component STREQUAL "gtkmm")
FIND_PACKAGE_HANDLE_STANDARD_ARGS(GTK2_${_COMPONENT_UPPER} "Some or all of the gtkmm libraries were not found."
GTK2_GTKMM_LIBRARY
GTK2_GTKMM_INCLUDE_DIR
GTK2_GTKMMCONFIG_INCLUDE_DIR
GTK2_GLIBMM_INCLUDE_DIR
GTK2_GLIBMMCONFIG_INCLUDE_DIR
GTK2_GLIBMM_LIBRARY
GTK2_GDKMM_INCLUDE_DIR
GTK2_GDKMMCONFIG_INCLUDE_DIR
GTK2_GDKMM_LIBRARY
)
elseif(_GTK2_component STREQUAL "glade")
FIND_PACKAGE_HANDLE_STANDARD_ARGS(GTK2_${_COMPONENT_UPPER} "The glade library was not found."
GTK2_GLADE_LIBRARY
GTK2_GLADE_INCLUDE_DIR
)
elseif(_GTK2_component STREQUAL "glademm")
FIND_PACKAGE_HANDLE_STANDARD_ARGS(GTK2_${_COMPONENT_UPPER} "The glademm library was not found."
GTK2_GLADEMM_LIBRARY
GTK2_GLADEMM_INCLUDE_DIR
GTK2_GLADEMMCONFIG_INCLUDE_DIR
)
endif()
if(NOT GTK2_${_COMPONENT_UPPER}_FOUND)
set(_GTK2_did_we_find_everything false)
endif()
endforeach()
if(_GTK2_did_we_find_everything AND NOT GTK2_VERSION_CHECK_FAILED)
set(GTK2_FOUND true)
else()
# Unset our variables.
set(GTK2_FOUND false)
set(GTK2_VERSION)
set(GTK2_VERSION_MAJOR)
set(GTK2_VERSION_MINOR)
set(GTK2_VERSION_PATCH)
set(GTK2_INCLUDE_DIRS)
set(GTK2_LIBRARIES)
endif()
if(GTK2_INCLUDE_DIRS)
list(REMOVE_DUPLICATES GTK2_INCLUDE_DIRS)
endif()
================================================
FILE: cmake/modules/FindMakeNSIS.cmake
================================================
# - Try to find the MakeNSIS
# Once done this will define
#
# MAKENSIS_FOUND - system has MakeNSIS
# MAKENSIS - the MakeNSIS program
# MAKENSIS_FLAGS - the MakeNSIS flags
# MAKENSIS_SUFFIX - the MakeNSIS output file suffix
# Copyright (c) 2011, Pali Rohár <pali.rohar@gmail.com>
#
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
if(MAKENSIS)
set(MAKENSIS_FOUND true)
else()
find_program(MAKENSIS NAMES makensis HINTS "C:/Program Files/NSIS" "C:/Program Files (x86)/NSIS" "C:/Program Files/NSIS/Unicode" "C:/Program Files (x86)/NSIS/Unicode")
find_package(SelfPackers)
set(MAKENSIS_ADDITIONAL_FLAGS "" CACHE STRING "Additional flags for makensis")
if(MAKENSIS)
set(MAKENSIS_FOUND true)
message(STATUS "Found MakeNSIS: ${MAKENSIS}")
else()
set(MAKENSIS_FOUND false)
# message(FATAL_ERROR "Could not find program MakeNSIS") # TODO: This fail if REQUIRED is not used too!
message(STATUS "Could not find program MakeNSIS")
endif()
if(NOT CMAKE_VERBOSE_MAKEFILE)
set(MAKENSIS_FLAGS ${MAKENSIS_FLAGS} -V2 -DQUIET)
endif()
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
set(MAKENSIS_FLAGS ${MAKENSIS_FLAGS} -DDBG)
set(MAKENSIS_SUFFIX ${MAKENSIS_SUFFIX}-debug)
endif()
if(CMAKE_SIZEOF_VOID_P STREQUAL 8)
set(MAKENSIS_FLAGS ${MAKENSIS_FLAGS} -DX86_64)
set(MAKENSIS_SUFFIX ${MAKENSIS_SUFFIX}-x86_64)
endif()
if(ENABLE_UPX AND SELF_PACKER_FOR_EXECUTABLE)
set(MAKENSIS_FLAGS ${MAKENSIS_FLAGS} -DUPX=${SELF_PACKER_FOR_EXECUTABLE} -DUPX_FLAGS=${SELF_PACKER_FOR_EXECUTABLE_FLAGS})
endif()
set(MAKENSIS_FLAGS ${MAKENSIS_ADDITIONAL_FLAGS} ${MAKENSIS_FLAGS} -NOCD CACHE STRING "")
set(MAKENSIS_SUFFIX ${MAKENSIS_SUFFIX}${CMAKE_EXECUTABLE_SUFFIX} CACHE STRING "")
mark_as_advanced(MAKENSIS MAKENSIS_FLAGS MAKENSIS_SUFFIX)
endif()
================================================
FILE: cmake/modules/FindStormLib.cmake
================================================
# - Try to find the StormLib library
# Once done this will define
#
# STORMLIB_FOUND - system has StormLib
# STORMLIB_INCLUDE_DIR - the STORMLIB include directory
# STORMLIB_LIBRARY - The STORMLIB library
# Copyright (c) 2015, cybermind <cybermindid@gmail.com>
#
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
if(STORMLIB_INCLUDE_DIR AND STORMLIB_LIBRARY AND (NOT UNIX OR BZIP2_FOUND))
set(STORMLIB_FOUND true)
else()
find_path(STORMLIB_INCLUDE_DIR StormLib.h)
find_library(STORMLIB_LIBRARY NAMES storm)
if (UNIX)
find_package(BZip2)
endif()
if(STORMLIB_INCLUDE_DIR AND STORMLIB_LIBRARY AND (NOT UNIX OR BZIP2_FOUND))
set(STORMLIB_FOUND true)
message(STATUS "Found StormLib: ${STORMLIB_LIBRARY}")
elseif(UNIX AND NOT BZIP2_FOUND)
set(STORMLIB_FOUND false)
message(STATUS "Could not find BZip2 required for StormLib")
else()
set(STORMLIB_FOUND false)
message(STATUS "Could not find StormLib")
endif()
mark_as_advanced(STORMLIB_INCLUDE_DIR STORMLIB_LIBRARY)
endif()
================================================
FILE: cmake/modules/FindStratagus.cmake
================================================
# - Try to find the stratagus executable and game headers
# Once done this will define
#
# STRATAGUS_FOUND - system has stratagus
# STRATAGUS - the stratagus executable
# STRATAGUS_INCLUDE_DIR - the stratagus include directory
# Copyright (c) 2011, Pali Rohár <pali.rohar@gmail.com>
#
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
if(STRATAGUS AND STRATAGUS_INCLUDE_DIR)
set(STRATAGUS_FOUND true)
else()
find_program(STRATAGUS NAMES stratagus PATH_SUFFIXES games)
find_path(STRATAGUS_INCLUDE_DIR stratagus-game-launcher.h)
if(STRATAGUS AND STRATAGUS_INCLUDE_DIR)
set(STRATAGUS_FOUND true)
message(STATUS "Found stratagus: ${STRATAGUS}:${STRATAGUS_INCLUDE_DIR}")
else()
set(STRATAGUS_FOUND false)
message(WARNING "Could not find stratagus, not building launcher")
endif()
mark_as_advanced(STRATAGUS STRATAGUS_INCLUDE_DIR)
endif()
================================================
FILE: cmake_uninstall.cmake.in
================================================
if(NOT EXISTS "@CMAKE_BINARY_DIR@/install_manifest.txt")
message(FATAL_ERROR "Cannot find install manifest: @CMAKE_BINARY_DIR@/install_manifest.txt")
endif(NOT EXISTS "@CMAKE_BINARY_DIR@/install_manifest.txt")
file(READ "@CMAKE_BINARY_DIR@/install_manifest.txt" files)
string(REGEX REPLACE "\n" ";" files "${files}")
foreach(file ${files})
message(STATUS "Uninstalling $ENV{DESTDIR}${file}")
if(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}")
exec_program(
"@CMAKE_COMMAND@" ARGS "-E remove \"$ENV{DESTDIR}${file}\""
OUTPUT_VARIABLE rm_out
RETURN_VALUE rm_retval
)
if(NOT "${rm_retval}" STREQUAL 0)
message(FATAL_ERROR "Problem when removing $ENV{DESTDIR}${file}")
endif(NOT "${rm_retval}" STREQUAL 0)
else(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}")
message(STATUS "File $ENV{DESTDIR}${file} does not exist.")
endif(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}")
endforeach(file)
================================================
FILE: dataset/dlgs_race.json
================================================
[
{
"frame": [0],
"name": "menu.png"
},
{
"frame": [1],
"name": "menu_pressed.png"
},
{
"frame": [2],
"name": "minimap_disabled.png"
},
{
"frame": [3],
"name": "minimap.png"
},
{
"frame": [4],
"name": "minimap_pressed.png"
},
{
"frame": [5],
"name": "radiobutton_disabled.png"
},
{
"frame": [6],
"name": "radiobutton_off_selected.png"
},
{
"frame": [7],
"name": "radiobutton_off.png"
},
{
"frame": [8],
"name": "radiobutton_on_selected.png"
},
{
"frame": [9],
"name": "radiobutton_on.png"
},
{
"frame": [10],
"name": "checkbutton_disabled.png"
},
{
"frame": [11],
"name": "checkbutton_off.png"
},
{
"frame": [12],
"name": "checkbutton_off_selected.png"
},
{
"frame": [13],
"name": "checkbutton_on.png"
},
{
"frame": [14],
"name": "checkbutton_on_selcted.png"
},
{
"frame": [15],
"name": "scroll_up_disabled.png"
},
{
"frame": [16],
"name": "scroll_up.png"
},
{
"frame": [17],
"name": "scroll_up_pressed.png"
},
{
"frame": [18],
"name": "scroll_down_disabled.png"
},
{
"frame": [19],
"name": "scroll_down.png"
},
{
"frame": [20],
"name": "scroll_down_pressed.png"
},
{
"frame": [21],
"name": "scroll_left_disabled.png"
},
{
"frame": [22],
"name": "scoll_left.png"
},
{
"frame": [23],
"name": "scroll_left_pressed.png"
},
{
"frame": [24],
"name": "scroll_right_disabled.png"
},
{
"frame": [25],
"name": "scroll_right.png"
},
{
"frame": [26],
"name": "scroll_right_pressed.png"
},
{
"frame": [27],
"name": "radiobutton_on_off_transition.png"
},
{
"frame": [28],
"name": "scrollborder_horiz_top.png"
},
{
"frame": [29],
"name": "scrollborder_horiz_middle.png"
},
{
"frame": [30],
"name": "scrollborder_horiz_bottom.png"
},
{
"frame": [31],
"name": "scrollborder_vert_left.png"
},
{
"frame": [32],
"name": "scrollborder_vert_middle.png"
},
{
"frame": [33],
"name": "scrollborder_vert_right.png"
},
{
"frame": [34],
"name": "panel01.png"
},
{
"frame": [35],
"name": "panel02.png"
},
{
"frame": [36],
"name": "panel03.png"
},
{
"frame": [37],
"name": "panel04.png"
},
{
"frame": [38],
"name": "panel05.png"
},
{
"frame": [39],
"name": "panel06.png"
},
{
"frame": [40],
"name": "panel07.png"
},
{
"frame": [41],
"name": "panel08.png"
},
{
"frame": [42],
"name": "panel09.png"
},
{
"frame": [43],
"name": "panel10.png"
},
{
"frame": [44],
"name": "panel11.png"
},
{
"frame": [45],
"name": "panel12.png"
},
{
"frame": [46],
"name": "panel13.png"
},
{
"frame": [47],
"name": "panel14.png"
},
{
"frame": [48],
"name": "panel15.png"
},
{
"frame": [49],
"name": "trangle1.png"
},
{
"frame": [50],
"name": "trangle2.png"
},
{
"frame": [51],
"name": "trangle3.png"
},
{
"frame": [52],
"name": "input_left.png"
},
{
"frame": [53],
"name": "input_middle.png"
},
{
"frame": [54],
"name": "input_right.png"
},
{
"frame": [55],
"name": "input2_left"
},
{
"frame": [56],
"name": "input2_middle"
},
{
"frame": [57],
"name": "input2_right"
},
{
"frame": [58],
"name": "diplomacy_disabled.png"
},
{
"frame": [59],
"name": "displomacy.png"
},
{
"frame": [60],
"name": "diplomacy_pressed.png"
},
{
"frame": [61],
"name": "skull_disabled.png"
},
{
"frame": [62],
"name": "skill.png"
},
{
"frame": [63],
"name": "skull_selected.png"
},
{
"frame": [64],
"name": "bird.png"
},
{
"frame": [65],
"name": "bird_selected.png"
},
{
"frame": [66],
"name": "dline_left_disabled.png"
},
{
"frame": [67],
"name": "dline_middle_disabled.png"
},
{
"frame": [68],
"name": "dline_right_disabled.png"
},
{
"frame": [69],
"name": "dline_left.png"
},
{
"frame": [70],
"name": "dline_middle.png"
},
{
"frame": [71],
"name": "dline_right.png"
},
{
"frame": [72],
"name": "dline_cross_disabled.png"
},
{
"frame": [73],
"name": "dline_cross.png"
},
{
"frame": [74],
"name": "statuslight_grey.png"
},
{
"frame": [75],
"name": "statuslight_yellow.png"
},
{
"frame": [76],
"name": "statuslight_green.png"
},
{
"frame": [77],
"name": "statuslight_red.png"
},
{
"frame": [78],
"name": "left_button_left_disabled.png"
},
{
"frame": [79],
"name": "button_middle_disabled.png"
},
{
"frame": [80],
"name": "left_button_right_disabled.png"
},
{
"frame": [81],
"name": "left_button_left.png"
},
{
"frame": [82],
"name": "button_middle.png"
},
{
"frame": [83],
"name": "left_button_right.png"
},
{
"frame": [84],
"name": "left_button_left_pressed.png"
},
{
"frame": [85],
"name": "button_middle_pressed.png"
},
{
"frame": [86],
"name": "left_button_right_pressed.png"
},
{
"frame": [87],
"name": "right_button_left_disabled.png"
},
{
"frame": [88],
"name": "right_button_left.png"
},
{
"frame": [89],
"name": "right_button_left_pressed.png"
},
{
"frame": [90],
"name": "right_button_right_disabled.png"
},
{
"frame": [91],
"name": "right_button_right.png"
},
{
"frame": [92],
"name": "right_button_right_pressed.png"
},
{
"frame": [93],
"name": "radar_deactivated.png"
},
{
"frame": [94],
"name": "radar.png"
},
{
"frame": [95],
"name": "radar_pressed.png"
},
{
"frame": [96],
"name": "input2_left.png"
},
{
"frame": [97],
"name": "input2_middle.png"
},
{
"frame": [98],
"name": "input2_right.png"
},
{
"frame": [99],
"name": "empty1.png"
},
{
"frame": [100],
"name": "empty2.png"
},
{
"frame": [101],
"name": "empty3.png"
},
{
"frame": [88,82,82,82,82,82,82,82,82,82,82,82,83],
"name": "agg/button_small.png"
},
{
"frame": [87,79,79,79,79,79,79,79,79,79,79,79,80],
"name": "agg/button_small_disabled.png"
},
{
"frame": [89,85,85,85,85,85,85,85,85,85,85,85,86],
"name": "agg/button_small_pressed.png"
},
{
"frame": [81,82,82,82,82,82,82,82,82,82,82,82,83],
"name": "agg/button_left_small.png"
},
{
"frame": [78,79,79,79,79,79,79,79,79,79,79,79,80],
"name": "agg/button_left_small_disabled.png"
},
{
"frame": [84,85,85,85,85,85,85,85,85,85,85,85,86],
"name": "agg/button_left_small_pressed.png"
},
{
"frame": [88,82,82,82,82,82,82,82,82,82,82,82,91],
"name": "agg/button_right_small.png"
},
{
"frame": [87,79,79,79,79,79,79,79,79,79,79,79,90],
"name": "agg/button_right_small_disabled.png"
},
{
"frame": [89,85,85,85,85,85,85,85,85,85,85,85,92],
"name": "agg/button_right_small_pressed.png"
},
{
"frame": [88,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,83],
"name": "agg/button_large.png"
},
{
"frame": [87,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,80],
"name": "agg/button_large_disabled.png"
},
{
"frame": [89,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,86],
"name": "agg/button_large_pressed.png"
},
{
"frame": [81,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,83],
"name": "agg/button_left_large.png"
},
{
"frame": [78,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,80],
"name": "agg/button_left_large_disabled.png"
},
{
"frame": [84,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,86],
"name": "agg/button_left_large_pressed.png"
},
{
"frame": [88,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,91],
"name": "agg/button_right_large.png"
},
{
"frame": [87,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,90],
"name": "agg/button_right_large_disabled.png"
},
{
"frame": [89,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,92],
"name": "agg/button_right_large_pressed.png"
}
]
================================================
FILE: dataset/palettes.json
================================================
{
"PCX":
[
{
"name": "tunit",
"arcfile": "game\\tunit.pcx",
"palette": "tunit.pal"
},
{
"name": "twire",
"arcfile": "game\\twire.pcx",
"palette": "twire.pal"
},
{
"name": "tfontgam",
"arcfile": "game\\tfontgam.pcx",
"palette": "fontgam.pal",
"mapping": {
"length": 8,
"start": 1,
"index": 0
}
},
{
"name": "ticon-0",
"arcfile": "unit\\cmdbtns\\ticon.pcx",
"palette": "ticon-0.pal",
"mapping": {
"length": 16,
"start": 0,
"index": 0
}
},
{
"name": "tselect-0",
"arcfile": "game\\tselect.pcx",
"palette": "tselect.pal",
"mapping": {
"length": 8,
"start": 1,
"index": 0
}
}
],
"PCX2D":
[
{
"name": "ofire",
"arcfile": "tileset\\<?>\\ofire.pcx",
"palette": "ofire.pal2d"
},
{
"name": "gfire",
"arcfile": "tileset\\<?>\\gfire.pcx",
"palette": "gfire.pal2d"
},
{
"name": "bfire",
"arcfile": "tileset\\<?>\\bfire.pcx",
"palette": "bfire.pal2d"
},
{
"name": "bexpl",
"arcfile": "tileset\\<?>\\bexpl.pcx",
"palette": "bexpl.pal2d"
}
],
"WPE":
[
{
"name": "ashworld",
"arcfile": "tileset\\ashworld.wpe",
"palette": "ashworld.pal"
},
{
"name": "badlands",
"arcfile": "tileset\\badlands.wpe",
"palette": "badlands.pal"
},
{
"name": "install",
"arcfile": "tileset\\install.wpe",
"palette": "install.pal"
},
{
"name": "jungle",
"arcfile": "tileset\\jungle.wpe",
"palette": "jungle.pal"
},
{
"name": "platform",
"arcfile": "tileset\\platform.wpe",
"palette": "platform.pal"
},
{
"name": "desert",
"arcfile": "tileset\\desert.wpe",
"palette": "desert.pal"
},
{
"name": "ice",
"arcfile": "tileset\\ice.wpe",
"palette": "ice.pal"
},
{
"name": "twilight",
"arcfile": "tileset\\twilight.wpe",
"palette": "twilight.pal"
}
]
}
================================================
FILE: dataset/units.json
================================================
[
{
"id": 0,
"name": "unit-terran-marine"
},
{
"id": 1,
"name": "unit-terran-ghost"
},
{
"id": 2,
"name": "unit-terran-vulture"
},
{
"id": 3,
"name": "unit-terran-goliath"
},
{
"id": 4,
"name": "unit-terran-goliath-turret"
},
{
"id": 5,
"name": "unit-terran-siege-tank-tank-mode"
},
{
"id": 6,
"name": "unit-terran-siege-tank-tank-mode-turret"
},
{
"id": 7,
"name": "unit-terran-scv"
},
{
"id": 8,
"name": "unit-terran-wraith"
},
{
"id": 9,
"name": "unit-terran-science-vessel"
},
{
"id": 10,
"name": "unit-hero-gui-montag"
},
{
"id": 11,
"name": "unit-terran-dropship"
},
{
"id": 12,
"name": "unit-terran-battlecruiser"
},
{
"id": 13,
"name": "unit-terran-vulture-spider-mine"
},
{
"id": 14,
"name": "unit-terran-nuclear-missile"
},
{
"id": 15,
"name": "unit-terran-civilian"
},
{
"id": 16,
"name": "unit-hero-sarah-kerrigan"
},
{
"id": 17,
"name": "unit-hero-alan-schezar"
},
{
"id": 18,
"name": "unit-hero-alan-schezar-turret"
},
{
"id": 19,
"name": "unit-hero-jim-raynor-vulture"
},
{
"id": 20,
"name": "unit-hero-jim-raynor-marine"
},
{
"id": 21,
"name": "unit-hero-tom-kazansky"
},
{
"id": 22,
"name": "unit-hero-magellan"
},
{
"id": 23,
"name": "unit-hero-edmund-duke-tank-mode"
},
{
"id": 24,
"name": "unit-hero-edmund-duke-tank-mode-turret"
},
{
"id": 25,
"name": "unit-hero-edmund-duke-siege-mode"
},
{
"id": 26,
"name": "unit-hero-edmund-duke-siege-mode-turret"
},
{
"id": 27,
"name": "unit-hero-arcturus-mengsk"
},
{
"id": 28,
"name": "unit-hero-hyperion"
},
{
"id": 29,
"name": "unit-hero-norad-ii"
},
{
"id": 30,
"name": "unit-terran-siege-tank-siege-mode"
},
{
"id": 31,
"name": "unit-terran-siege-tank-siege-mode-turret"
},
{
"id": 32,
"name": "unit-terran-firebat"
},
{
"id": 33,
"name": "unit-spell-scanner-sweep"
},
{
"id": 34,
"name": "unit-terran-medic"
},
{
"id": 35,
"name": "unit-zerg-larva"
},
{
"id": 36,
"name": "unit-zerg-egg"
},
{
"id": 37,
"name": "unit-zerg-zergling"
},
{
"id": 38,
"name": "unit-zerg-hydralisk"
},
{
"id": 39,
"name": "unit-zerg-ultralisk"
},
{
"id": 40,
"name": "unit-zerg-broodling"
},
{
"id": 41,
"name": "unit-zerg-drone"
},
{
"id": 42,
"name": "unit-zerg-overlord"
},
{
"id": 43,
"name": "unit-zerg-mutalisk"
},
{
"id": 44,
"name": "unit-zerg-guardian"
},
{
"id": 45,
"name": "unit-zerg-queen"
},
{
"id": 46,
"name": "unit-zerg-defiler"
},
{
"id": 47,
"name": "unit-zerg-scourge"
},
{
"id": 48,
"name": "unit-hero-torrasque"
},
{
"id": 49,
"name": "unit-hero-matriarch"
},
{
"id": 50,
"name": "unit-zerg-infested-terran"
},
{
"id": 51,
"name": "unit-hero-infested-kerrigan"
},
{
"id": 52,
"name": "unit-hero-unclean-one"
},
{
"id": 53,
"name": "unit-hero-hunter-killer"
},
{
"id": 54,
"name": "unit-hero-devouring-one"
},
{
"id": 55,
"name": "unit-hero-kukulza-mutalisk"
},
{
"id": 56,
"name": "unit-hero-kukulza-guardian"
},
{
"id": 57,
"name": "unit-hero-yggdrasill"
},
{
"id": 58,
"name": "unit-terran-valkyrie"
},
{
"id": 59,
"name": "unit-zerg-cocoon"
},
{
"id": 60,
"name": "unit-protoss-corsair"
},
{
"id": 61,
"name": "unit-protoss-dark-templar"
},
{
"id": 62,
"name": "unit-zerg-devourer"
},
{
"id": 63,
"name": "unit-protoss-dark-archon"
},
{
"id": 64,
"name": "unit-protoss-probe"
},
{
"id": 65,
"name": "unit-protoss-zealot"
},
{
"id": 66,
"name": "unit-protoss-dragoon"
},
{
"id": 67,
"name": "unit-protoss-high-templar"
},
{
"id": 68,
"name": "unit-protoss-archon"
},
{
"id": 69,
"name": "unit-protoss-shuttle"
},
{
"id": 70,
"name": "unit-protoss-scout"
},
{
"id": 71,
"name": "unit-protoss-arbiter"
},
{
"id": 72,
"name": "unit-protoss-carrier"
},
{
"id": 73,
"name": "unit-protoss-interceptor"
},
{
"id": 74,
"name": "unit-hero-dark-templar"
},
{
"id": 75,
"name": "unit-hero-zeratul"
},
{
"id": 76,
"name": "unit-hero-tassadar-zeratul-archon"
},
{
"id": 77,
"name": "unit-hero-fenix-zealot"
},
{
"id": 78,
"name": "unit-hero-fenix-dragoon"
},
{
"id": 79,
"name": "unit-hero-tassadar"
},
{
"id": 80,
"name": "unit-hero-mojo"
},
{
"id": 81,
"name": "unit-hero-warbringer"
},
{
"id": 82,
"name": "unit-hero-gantrithor"
},
{
"id": 83,
"name": "unit-protoss-reaver"
},
{
"id": 84,
"name": "unit-protoss-observer"
},
{
"id": 85,
"name": "unit-protoss-scarab"
},
{
"id": 86,
"name": "unit-hero-danimoth"
},
{
"id": 87,
"name": "unit-hero-aldaris"
},
{
"id": 88,
"name": "unit-hero-artanis"
},
{
"id": 89,
"name": "unit-critter-rhynadon"
},
{
"id": 90,
"name": "unit-critter-bengalaas"
},
{
"id": 91,
"name": "unit-special-cargo-ship"
},
{
"id": 92,
"name": "unit-special-mercenary-gunship"
},
{
"id": 93,
"name": "unit-critter-scantid"
},
{
"id": 94,
"name": "unit-critter-kakaru"
},
{
"id": 95,
"name": "unit-critter-ragnasaur"
},
{
"id": 96,
"name": "unit-critter-ursadon"
},
{
"id": 97,
"name": "unit-zerg-lurker-egg"
},
{
"id": 98,
"name": "unit-hero-raszagal"
},
{
"id": 99,
"name": "unit-hero-samir-duran"
},
{
"id": 100,
"name": "unit-hero-alexei-stukov"
},
{
"id": 101,
"name": "unit-special-map-revealer"
},
{
"id": 102,
"name": "unit-hero-gerard-dugalle"
},
{
"id": 103,
"name": "unit-zerg-lurker"
},
{
"id": 104,
"name": "unit-her
gitextract_79l93ovf/
├── .bzrignore
├── .github/
│ ├── dependabot.yml
│ └── workflows/
│ ├── cmake.yml
│ └── macos.yml
├── .gitignore
├── .travis.yml
├── CMakeLists.txt
├── COPYING
├── Doxyfile
├── README.md
├── cmake/
│ └── modules/
│ ├── FindCascLib.cmake
│ ├── FindGTK2.cmake
│ ├── FindMakeNSIS.cmake
│ ├── FindStormLib.cmake
│ └── FindStratagus.cmake
├── cmake_uninstall.cmake.in
├── dataset/
│ ├── dlgs_race.json
│ ├── palettes.json
│ └── units.json
├── debian/
│ ├── changelog
│ ├── compat
│ ├── control
│ ├── copyright
│ ├── docs
│ ├── manpages
│ ├── menu
│ ├── po/
│ │ ├── POTFILES.in
│ │ └── templates.pot
│ ├── postrm
│ ├── rules
│ └── source/
│ └── format
├── doc/
│ ├── changelog
│ ├── iscript.txt
│ ├── sc_dat_architecture
│ ├── scmconvert.6
│ ├── stargus.6
│ ├── startool.6
│ └── todo
├── logging.prop
├── mac/
│ ├── Info.plist
│ └── bundle.sh
├── meson.build
├── meson_options.txt
├── mpqlist.txt
├── release.py
├── scripts/
│ ├── RapidStratagusIDE/
│ │ └── RSI_Functions.lua
│ ├── ai/
│ │ ├── terran.lua
│ │ └── zerg.lua
│ ├── ai.lua
│ ├── anim.lua
│ ├── buttons.lua
│ ├── campaigns.lua
│ ├── cheats.lua
│ ├── commands.lua
│ ├── editor.lua
│ ├── fonts.lua
│ ├── gameui.lua
│ ├── guichan.lua
│ ├── icons.lua
│ ├── maps.lua
│ ├── menus/
│ │ ├── campaign.lua
│ │ ├── credits.lua
│ │ ├── diplomacy.lua
│ │ ├── endscenario.lua
│ │ ├── game.lua
│ │ ├── help.lua
│ │ ├── load.lua
│ │ ├── network.lua
│ │ ├── objectives.lua
│ │ ├── options.lua
│ │ ├── replay.lua
│ │ ├── results.lua
│ │ └── save.lua
│ ├── missiles.lua
│ ├── mobdebug.lua
│ ├── neutral/
│ │ ├── unit-bengalaas-jungle-critter.lua
│ │ ├── unit-minerals.lua
│ │ ├── unit-ragnasaur-ashworld-critter.lua
│ │ ├── unit-rhynadon-badlands-critter.lua
│ │ ├── unit-vespene-geyser.lua
│ │ └── units.lua
│ ├── protoss/
│ │ ├── campaign1.lua
│ │ ├── icons.lua
│ │ ├── missiles.lua
│ │ ├── nuetral.lua
│ │ ├── sound.lua
│ │ ├── unit-protoss-arbiter-tribunal.lua
│ │ ├── unit-protoss-assimulator.lua
│ │ ├── unit-protoss-citadel-of-adun.lua
│ │ ├── unit-protoss-cybernetics-core.lua
│ │ ├── unit-protoss-dark-templar.lua
│ │ ├── unit-protoss-dragoon.lua
│ │ ├── unit-protoss-fleet-beacon.lua
│ │ ├── unit-protoss-forge.lua
│ │ ├── unit-protoss-gateway.lua
│ │ ├── unit-protoss-high-templar.lua
│ │ ├── unit-protoss-nexus.lua
│ │ ├── unit-protoss-observatory.lua
│ │ ├── unit-protoss-observer.lua
│ │ ├── unit-protoss-photon-cannon.lua
│ │ ├── unit-protoss-probe.lua
│ │ ├── unit-protoss-pylon.lua
│ │ ├── unit-protoss-reaver.lua
│ │ ├── unit-protoss-robotics-facility.lua
│ │ ├── unit-protoss-robotics-support-bay.lua
│ │ ├── unit-protoss-scout.lua
│ │ ├── unit-protoss-shield-battery.lua
│ │ ├── unit-protoss-shuttle.lua
│ │ ├── unit-protoss-stargate.lua
│ │ ├── unit-protoss-templar-archives.lua
│ │ ├── unit-protoss-zealot.lua
│ │ ├── units.lua
│ │ └── upgrade.lua
│ ├── sc.lua
│ ├── sound.lua
│ ├── spells.lua
│ ├── stratagus.lua
│ ├── terran/
│ │ ├── campaign1.lua
│ │ ├── icons.lua
│ │ ├── missiles.lua
│ │ ├── sound.lua
│ │ ├── unit-terran-academy.lua
│ │ ├── unit-terran-armory.lua
│ │ ├── unit-terran-barracks.lua
│ │ ├── unit-terran-battlecruiser.lua
│ │ ├── unit-terran-bunker.lua
│ │ ├── unit-terran-command-center.lua
│ │ ├── unit-terran-comsat-station.lua
│ │ ├── unit-terran-dropship.lua
│ │ ├── unit-terran-engineering-bay.lua
│ │ ├── unit-terran-factory.lua
│ │ ├── unit-terran-firebat.lua
│ │ ├── unit-terran-ghost.lua
│ │ ├── unit-terran-goliath.lua
│ │ ├── unit-terran-marine.lua
│ │ ├── unit-terran-missile-turret.lua
│ │ ├── unit-terran-refinery.lua
│ │ ├── unit-terran-science-facility.lua
│ │ ├── unit-terran-science-vessel.lua
│ │ ├── unit-terran-scv.lua
│ │ ├── unit-terran-siege-tank.lua
│ │ ├── unit-terran-starport.lua
│ │ ├── unit-terran-supply-depot.lua
│ │ ├── unit-terran-vulture.lua
│ │ ├── unit-terran-wraith.lua
│ │ ├── units.lua
│ │ └── upgrade.lua
│ ├── tilesets.lua
│ ├── ui.lua
│ ├── units.lua
│ ├── upgrade.lua
│ ├── widgets.lua
│ └── zerg/
│ ├── campaign1.lua
│ ├── construction.lua
│ ├── icons.lua
│ ├── missiles.lua
│ ├── sound.lua
│ ├── unit-zerg-creep-colony.lua
│ ├── unit-zerg-defiler-mound.lua
│ ├── unit-zerg-defiler.lua
│ ├── unit-zerg-drone.lua
│ ├── unit-zerg-egg.lua
│ ├── unit-zerg-evolution-chamber.lua
│ ├── unit-zerg-extractor.lua
│ ├── unit-zerg-greater-spire.lua
│ ├── unit-zerg-guardian.lua
│ ├── unit-zerg-hatchery.lua
│ ├── unit-zerg-hive.lua
│ ├── unit-zerg-hydralisk-den.lua
│ ├── unit-zerg-hydralisk.lua
│ ├── unit-zerg-lair.lua
│ ├── unit-zerg-larva.lua
│ ├── unit-zerg-mutalisk.lua
│ ├── unit-zerg-nydus-canal.lua
│ ├── unit-zerg-overlord.lua
│ ├── unit-zerg-queen.lua
│ ├── unit-zerg-queens-nest.lua
│ ├── unit-zerg-scourge.lua
│ ├── unit-zerg-spawning-pool.lua
│ ├── unit-zerg-spire.lua
│ ├── unit-zerg-spore-colony.lua
│ ├── unit-zerg-sunken-colony.lua
│ ├── unit-zerg-ultralisk-cavern.lua
│ ├── unit-zerg-ultralisk.lua
│ ├── unit-zerg-zergling.lua
│ ├── units.lua
│ └── upgrade.lua
├── src/
│ ├── AbstractPalette.cpp
│ ├── AbstractPalette.h
│ ├── Breeze.cpp
│ ├── Breeze.h
│ ├── Casc.cpp
│ ├── Casc.h
│ ├── Chk.cpp
│ ├── Chk.h
│ ├── Color.cpp
│ ├── Color.h
│ ├── Converter.cpp
│ ├── Converter.h
│ ├── DataChunk.cpp
│ ├── DataChunk.h
│ ├── Dds.cpp
│ ├── Dds.h
│ ├── FileNotFoundException.cpp
│ ├── FileNotFoundException.h
│ ├── FileUtil.cpp
│ ├── FileUtil.h
│ ├── Font.cpp
│ ├── Font.h
│ ├── Grp.cpp
│ ├── Grp.h
│ ├── Hurricane.cpp
│ ├── Hurricane.h
│ ├── ImagesConverter.cpp
│ ├── ImagesConverter.h
│ ├── KaitaiConverter.cpp
│ ├── KaitaiConverter.h
│ ├── Logger.h
│ ├── NoValidPaletteException.cpp
│ ├── NoValidPaletteException.h
│ ├── Palette.cpp
│ ├── Palette.h
│ ├── Palette2D.cpp
│ ├── Palette2D.h
│ ├── PaletteImage.cpp
│ ├── PaletteImage.h
│ ├── Panel.cpp
│ ├── Panel.h
│ ├── Pcx.cpp
│ ├── Pcx.h
│ ├── PngExporter.cpp
│ ├── PngExporter.h
│ ├── PortraitsConverter.cpp
│ ├── PortraitsConverter.h
│ ├── Pos.h
│ ├── Preferences.cpp
│ ├── Preferences.h
│ ├── Scm.cpp
│ ├── Scm.h
│ ├── SfxConverter.cpp
│ ├── SfxConverter.h
│ ├── Size.h
│ ├── Smacker.cpp
│ ├── Smacker.h
│ ├── Storage.cpp
│ ├── Storage.h
│ ├── Storm.cpp
│ ├── Storm.h
│ ├── StringUtil.cpp
│ ├── StringUtil.h
│ ├── UIConsole.cpp
│ ├── UIConsole.h
│ ├── UnitsConverter.cpp
│ ├── UnitsConverter.h
│ ├── Wav.cpp
│ ├── Wav.h
│ ├── Widgets.cpp
│ ├── Widgets.h
│ ├── WorldMap.cpp
│ ├── WorldMap.h
│ ├── dat/
│ │ ├── DataHub.cpp
│ │ ├── DataHub.h
│ │ ├── Flingy.cpp
│ │ ├── Flingy.h
│ │ ├── IScript.cpp
│ │ ├── IScript.h
│ │ ├── Image.cpp
│ │ ├── Image.h
│ │ ├── ObjectAccess.h
│ │ ├── Order.cpp
│ │ ├── Order.h
│ │ ├── Portrait.cpp
│ │ ├── Portrait.h
│ │ ├── PropertyNotAvailableException.cpp
│ │ ├── PropertyNotAvailableException.h
│ │ ├── Sfx.cpp
│ │ ├── Sfx.h
│ │ ├── Sprite.cpp
│ │ ├── Sprite.h
│ │ ├── Tbl.cpp
│ │ ├── Tbl.h
│ │ ├── TblEntry.cpp
│ │ ├── TblEntry.h
│ │ ├── Techdata.cpp
│ │ ├── Techdata.h
│ │ ├── Unit.cpp
│ │ ├── Unit.h
│ │ ├── Upgrade.cpp
│ │ ├── Upgrade.h
│ │ ├── Weapon.cpp
│ │ ├── Weapon.h
│ │ └── meson.build
│ ├── endian.h
│ ├── kaitai/
│ │ ├── custom_decoder.h
│ │ ├── exceptions.h
│ │ ├── file_tbl.cpp
│ │ ├── file_tbl.h
│ │ ├── file_tbl.ksy
│ │ ├── flingy_dat.cpp
│ │ ├── flingy_dat.h
│ │ ├── flingy_dat.ksy
│ │ ├── images_dat.cpp
│ │ ├── images_dat.h
│ │ ├── images_dat.ksy
│ │ ├── iscript_bin.cpp
│ │ ├── iscript_bin.h
│ │ ├── iscript_bin.ksy
│ │ ├── kaitai_generate.sh
│ │ ├── kaitaistream.cpp
│ │ ├── kaitaistream.h
│ │ ├── kaitaistruct.h
│ │ ├── mapdata_dat.cpp
│ │ ├── mapdata_dat.h
│ │ ├── mapdata_dat.ksy
│ │ ├── meson.build
│ │ ├── opcode_list_type.cpp
│ │ ├── opcode_list_type.h
│ │ ├── orders_dat.cpp
│ │ ├── orders_dat.h
│ │ ├── orders_dat.ksy
│ │ ├── portdata_dat.cpp
│ │ ├── portdata_dat.h
│ │ ├── portdata_dat.ksy
│ │ ├── sfxdata_dat.cpp
│ │ ├── sfxdata_dat.h
│ │ ├── sfxdata_dat.ksy
│ │ ├── sprites_dat.cpp
│ │ ├── sprites_dat.h
│ │ ├── sprites_dat.ksy
│ │ ├── techdata_dat.cpp
│ │ ├── techdata_dat.h
│ │ ├── techdata_dat.ksy
│ │ ├── tileset_cv5.cpp
│ │ ├── tileset_cv5.h
│ │ ├── tileset_cv5.ksy
│ │ ├── tileset_dddata_bin.cpp
│ │ ├── tileset_dddata_bin.h
│ │ ├── tileset_dddata_bin.ksy
│ │ ├── tileset_vf4.cpp
│ │ ├── tileset_vf4.h
│ │ ├── tileset_vf4.ksy
│ │ ├── tileset_vr4.cpp
│ │ ├── tileset_vr4.h
│ │ ├── tileset_vr4.ksy
│ │ ├── tileset_vx4.cpp
│ │ ├── tileset_vx4.h
│ │ ├── tileset_vx4.ksy
│ │ ├── units_dat.cpp
│ │ ├── units_dat.h
│ │ ├── units_dat.ksy
│ │ ├── upgrades_dat.cpp
│ │ ├── upgrades_dat.h
│ │ ├── upgrades_dat.ksy
│ │ ├── weapons_dat.cpp
│ │ ├── weapons_dat.h
│ │ └── weapons_dat.ksy
│ ├── libgrp/
│ │ ├── Exceptions/
│ │ │ ├── GRPException.cpp
│ │ │ ├── GRPException.hpp
│ │ │ ├── GRPFrame/
│ │ │ │ ├── GRPFrameException.cpp
│ │ │ │ └── GRPFrameException.hpp
│ │ │ └── GRPImage/
│ │ │ ├── GRPImageException.cpp
│ │ │ └── GRPImageException.hpp
│ │ ├── GRPFrame/
│ │ │ ├── GRPFrame.cpp
│ │ │ └── GRPFrame.hpp
│ │ ├── GRPImage/
│ │ │ ├── GRPImage.cpp
│ │ │ └── GRPImage.hpp
│ │ ├── libgrp.cpp
│ │ ├── libgrp.hpp
│ │ └── meson.build
│ ├── luagen.cpp
│ ├── luagen.h
│ ├── meson.build
│ ├── optionparser.h
│ ├── optparser.h
│ ├── pacman.cpp
│ ├── pacman.h
│ ├── platform.cpp
│ ├── platform.h
│ ├── stargus.cpp
│ ├── startool.cpp
│ ├── startool.h
│ ├── startool_cd.h
│ ├── startool_mpq.h
│ ├── startool_rm.h
│ └── tileset/
│ ├── MegaTile.cpp
│ ├── MegaTile.h
│ ├── TiledPaletteImage.cpp
│ ├── TiledPaletteImage.h
│ ├── TilesetHub.cpp
│ ├── TilesetHub.h
│ └── meson.build
├── stargus.desktop.in
├── stargus.nsi
├── stargus.rc
├── subprojects/
│ ├── StormLib.wrap
│ ├── bzip2.wrap
│ ├── libpng.wrap
│ ├── nlohmann_json/
│ │ ├── .clang-format
│ │ ├── .clang-tidy
│ │ ├── .drone.yml
│ │ ├── .gitignore
│ │ ├── CITATION.cff
│ │ ├── CMakeLists.txt
│ │ ├── CODE_OF_CONDUCT.md
│ │ ├── ChangeLog.md
│ │ ├── LICENSE.MIT
│ │ ├── Makefile
│ │ ├── README.md
│ │ ├── appveyor.yml
│ │ ├── benchmarks/
│ │ │ ├── CMakeLists.txt
│ │ │ └── src/
│ │ │ └── benchmarks.cpp
│ │ ├── cmake/
│ │ │ ├── ci.cmake
│ │ │ ├── config.cmake.in
│ │ │ ├── download_test_data.cmake
│ │ │ ├── nlohmann_jsonConfigVersion.cmake.in
│ │ │ └── pkg-config.pc.in
│ │ ├── doc/
│ │ │ ├── Makefile
│ │ │ ├── README.md
│ │ │ ├── docset/
│ │ │ │ ├── Info.plist
│ │ │ │ ├── Makefile
│ │ │ │ ├── README.md
│ │ │ │ ├── docSet.sql
│ │ │ │ └── docset.json
│ │ │ ├── examples/
│ │ │ │ ├── README.cpp
│ │ │ │ ├── README.output
│ │ │ │ ├── accept__string.cpp
│ │ │ │ ├── accept__string.output
│ │ │ │ ├── array.cpp
│ │ │ │ ├── array.output
│ │ │ │ ├── array_t.cpp
│ │ │ │ ├── array_t.output
│ │ │ │ ├── at__object_t_key_type.cpp
│ │ │ │ ├── at__object_t_key_type.output
│ │ │ │ ├── at__object_t_key_type_const.cpp
│ │ │ │ ├── at__object_t_key_type_const.output
│ │ │ │ ├── at__size_type.cpp
│ │ │ │ ├── at__size_type.output
│ │ │ │ ├── at__size_type_const.cpp
│ │ │ │ ├── at__size_type_const.output
│ │ │ │ ├── at_json_pointer.cpp
│ │ │ │ ├── at_json_pointer.output
│ │ │ │ ├── at_json_pointer_const.cpp
│ │ │ │ ├── at_json_pointer_const.output
│ │ │ │ ├── back.cpp
│ │ │ │ ├── back.output
│ │ │ │ ├── basic_json__CompatibleType.cpp
│ │ │ │ ├── basic_json__CompatibleType.output
│ │ │ │ ├── basic_json__InputIt_InputIt.cpp
│ │ │ │ ├── basic_json__InputIt_InputIt.output
│ │ │ │ ├── basic_json__basic_json.cpp
│ │ │ │ ├── basic_json__basic_json.output
│ │ │ │ ├── basic_json__copyassignment.cpp
│ │ │ │ ├── basic_json__copyassignment.output
│ │ │ │ ├── basic_json__list_init_t.cpp
│ │ │ │ ├── basic_json__list_init_t.output
│ │ │ │ ├── basic_json__moveconstructor.cpp
│ │ │ │ ├── basic_json__moveconstructor.output
│ │ │ │ ├── basic_json__nullptr_t.cpp
│ │ │ │ ├── basic_json__nullptr_t.output
│ │ │ │ ├── basic_json__size_type_basic_json.cpp
│ │ │ │ ├── basic_json__size_type_basic_json.output
│ │ │ │ ├── basic_json__value.cpp
│ │ │ │ ├── basic_json__value.output
│ │ │ │ ├── basic_json__value_ptr.cpp
│ │ │ │ ├── basic_json__value_ptr.output
│ │ │ │ ├── basic_json__value_t.cpp
│ │ │ │ ├── basic_json__value_t.output
│ │ │ │ ├── begin.cpp
│ │ │ │ ├── begin.output
│ │ │ │ ├── binary.cpp
│ │ │ │ ├── binary.output
│ │ │ │ ├── binary_t.cpp
│ │ │ │ ├── binary_t.output
│ │ │ │ ├── boolean_t.cpp
│ │ │ │ ├── boolean_t.output
│ │ │ │ ├── cbegin.cpp
│ │ │ │ ├── cbegin.output
│ │ │ │ ├── cend.cpp
│ │ │ │ ├── cend.output
│ │ │ │ ├── clear.cpp
│ │ │ │ ├── clear.output
│ │ │ │ ├── contains.cpp
│ │ │ │ ├── contains.output
│ │ │ │ ├── contains_json_pointer.cpp
│ │ │ │ ├── contains_json_pointer.output
│ │ │ │ ├── count.cpp
│ │ │ │ ├── count.output
│ │ │ │ ├── crbegin.cpp
│ │ │ │ ├── crbegin.output
│ │ │ │ ├── crend.cpp
│ │ │ │ ├── crend.output
│ │ │ │ ├── diagnostics_extended.cpp
│ │ │ │ ├── diagnostics_extended.output
│ │ │ │ ├── diagnostics_standard.cpp
│ │ │ │ ├── diagnostics_standard.output
│ │ │ │ ├── diff.cpp
│ │ │ │ ├── diff.output
│ │ │ │ ├── dump.cpp
│ │ │ │ ├── dump.output
│ │ │ │ ├── emplace.cpp
│ │ │ │ ├── emplace.output
│ │ │ │ ├── emplace_back.cpp
│ │ │ │ ├── emplace_back.output
│ │ │ │ ├── empty.cpp
│ │ │ │ ├── empty.output
│ │ │ │ ├── end.cpp
│ │ │ │ ├── end.output
│ │ │ │ ├── erase__IteratorType.cpp
│ │ │ │ ├── erase__IteratorType.output
│ │ │ │ ├── erase__IteratorType_IteratorType.cpp
│ │ │ │ ├── erase__IteratorType_IteratorType.output
│ │ │ │ ├── erase__key_type.cpp
│ │ │ │ ├── erase__key_type.output
│ │ │ │ ├── erase__size_type.cpp
│ │ │ │ ├── erase__size_type.output
│ │ │ │ ├── exception.cpp
│ │ │ │ ├── exception.output
│ │ │ │ ├── find__key_type.cpp
│ │ │ │ ├── find__key_type.output
│ │ │ │ ├── flatten.cpp
│ │ │ │ ├── flatten.output
│ │ │ │ ├── from_bson.cpp
│ │ │ │ ├── from_bson.output
│ │ │ │ ├── from_cbor.cpp
│ │ │ │ ├── from_cbor.output
│ │ │ │ ├── from_msgpack.cpp
│ │ │ │ ├── from_msgpack.output
│ │ │ │ ├── from_ubjson.cpp
│ │ │ │ ├── from_ubjson.output
│ │ │ │ ├── front.cpp
│ │ │ │ ├── front.output
│ │ │ │ ├── get__PointerType.cpp
│ │ │ │ ├── get__PointerType.output
│ │ │ │ ├── get__ValueType_const.cpp
│ │ │ │ ├── get__ValueType_const.output
│ │ │ │ ├── get_binary.cpp
│ │ │ │ ├── get_binary.output
│ │ │ │ ├── get_ptr.cpp
│ │ │ │ ├── get_ptr.output
│ │ │ │ ├── get_ref.cpp
│ │ │ │ ├── get_ref.output
│ │ │ │ ├── get_to.cpp
│ │ │ │ ├── get_to.output
│ │ │ │ ├── insert.cpp
│ │ │ │ ├── insert.output
│ │ │ │ ├── insert__count.cpp
│ │ │ │ ├── insert__count.output
│ │ │ │ ├── insert__ilist.cpp
│ │ │ │ ├── insert__ilist.output
│ │ │ │ ├── insert__range.cpp
│ │ │ │ ├── insert__range.output
│ │ │ │ ├── insert__range_object.cpp
│ │ │ │ ├── insert__range_object.output
│ │ │ │ ├── invalid_iterator.cpp
│ │ │ │ ├── invalid_iterator.output
│ │ │ │ ├── is_array.cpp
│ │ │ │ ├── is_array.output
│ │ │ │ ├── is_binary.cpp
│ │ │ │ ├── is_binary.output
│ │ │ │ ├── is_boolean.cpp
│ │ │ │ ├── is_boolean.output
│ │ │ │ ├── is_discarded.cpp
│ │ │ │ ├── is_discarded.output
│ │ │ │ ├── is_null.cpp
│ │ │ │ ├── is_null.output
│ │ │ │ ├── is_number.cpp
│ │ │ │ ├── is_number.output
│ │ │ │ ├── is_number_float.cpp
│ │ │ │ ├── is_number_float.output
│ │ │ │ ├── is_number_integer.cpp
│ │ │ │ ├── is_number_integer.output
│ │ │ │ ├── is_number_unsigned.cpp
│ │ │ │ ├── is_number_unsigned.output
│ │ │ │ ├── is_object.cpp
│ │ │ │ ├── is_object.output
│ │ │ │ ├── is_primitive.cpp
│ │ │ │ ├── is_primitive.output
│ │ │ │ ├── is_string.cpp
│ │ │ │ ├── is_string.output
│ │ │ │ ├── is_structured.cpp
│ │ │ │ ├── is_structured.output
│ │ │ │ ├── items.cpp
│ │ │ │ ├── items.output
│ │ │ │ ├── iterator_wrapper.cpp
│ │ │ │ ├── iterator_wrapper.output
│ │ │ │ ├── json_pointer.cpp
│ │ │ │ ├── json_pointer.output
│ │ │ │ ├── json_pointer__back.cpp
│ │ │ │ ├── json_pointer__back.output
│ │ │ │ ├── json_pointer__empty.cpp
│ │ │ │ ├── json_pointer__empty.output
│ │ │ │ ├── json_pointer__operator_add.cpp
│ │ │ │ ├── json_pointer__operator_add.output
│ │ │ │ ├── json_pointer__operator_add_binary.cpp
│ │ │ │ ├── json_pointer__operator_add_binary.output
│ │ │ │ ├── json_pointer__parent_pointer.cpp
│ │ │ │ ├── json_pointer__parent_pointer.output
│ │ │ │ ├── json_pointer__pop_back.cpp
│ │ │ │ ├── json_pointer__pop_back.output
│ │ │ │ ├── json_pointer__push_back.cpp
│ │ │ │ ├── json_pointer__push_back.output
│ │ │ │ ├── json_pointer__to_string.cpp
│ │ │ │ ├── json_pointer__to_string.output
│ │ │ │ ├── max_size.cpp
│ │ │ │ ├── max_size.output
│ │ │ │ ├── merge_patch.cpp
│ │ │ │ ├── merge_patch.output
│ │ │ │ ├── meta.cpp
│ │ │ │ ├── meta.output
│ │ │ │ ├── number_float_t.cpp
│ │ │ │ ├── number_float_t.output
│ │ │ │ ├── number_integer_t.cpp
│ │ │ │ ├── number_integer_t.output
│ │ │ │ ├── number_unsigned_t.cpp
│ │ │ │ ├── number_unsigned_t.output
│ │ │ │ ├── object.cpp
│ │ │ │ ├── object.output
│ │ │ │ ├── object_t.cpp
│ │ │ │ ├── object_t.output
│ │ │ │ ├── operator__ValueType.cpp
│ │ │ │ ├── operator__ValueType.output
│ │ │ │ ├── operator__equal.cpp
│ │ │ │ ├── operator__equal.output
│ │ │ │ ├── operator__equal__nullptr_t.cpp
│ │ │ │ ├── operator__equal__nullptr_t.output
│ │ │ │ ├── operator__greater.cpp
│ │ │ │ ├── operator__greater.output
│ │ │ │ ├── operator__greaterequal.cpp
│ │ │ │ ├── operator__greaterequal.output
│ │ │ │ ├── operator__less.cpp
│ │ │ │ ├── operator__less.output
│ │ │ │ ├── operator__lessequal.cpp
│ │ │ │ ├── operator__lessequal.output
│ │ │ │ ├── operator__notequal.cpp
│ │ │ │ ├── operator__notequal.output
│ │ │ │ ├── operator__notequal__nullptr_t.cpp
│ │ │ │ ├── operator__notequal__nullptr_t.output
│ │ │ │ ├── operator__value_t.cpp
│ │ │ │ ├── operator__value_t.output
│ │ │ │ ├── operator_deserialize.cpp
│ │ │ │ ├── operator_deserialize.output
│ │ │ │ ├── operator_literal_json.cpp
│ │ │ │ ├── operator_literal_json.output
│ │ │ │ ├── operator_literal_json_pointer.cpp
│ │ │ │ ├── operator_literal_json_pointer.output
│ │ │ │ ├── operator_serialize.cpp
│ │ │ │ ├── operator_serialize.output
│ │ │ │ ├── operatorarray__key_type.cpp
│ │ │ │ ├── operatorarray__key_type.output
│ │ │ │ ├── operatorarray__key_type_const.cpp
│ │ │ │ ├── operatorarray__key_type_const.output
│ │ │ │ ├── operatorarray__size_type.cpp
│ │ │ │ ├── operatorarray__size_type.output
│ │ │ │ ├── operatorarray__size_type_const.cpp
│ │ │ │ ├── operatorarray__size_type_const.output
│ │ │ │ ├── operatorjson_pointer.cpp
│ │ │ │ ├── operatorjson_pointer.output
│ │ │ │ ├── operatorjson_pointer_const.cpp
│ │ │ │ ├── operatorjson_pointer_const.output
│ │ │ │ ├── ordered_map.cpp
│ │ │ │ ├── ordered_map.output
│ │ │ │ ├── other_error.cpp
│ │ │ │ ├── other_error.output
│ │ │ │ ├── out_of_range.cpp
│ │ │ │ ├── out_of_range.output
│ │ │ │ ├── parse__allow_exceptions.cpp
│ │ │ │ ├── parse__allow_exceptions.output
│ │ │ │ ├── parse__array__parser_callback_t.cpp
│ │ │ │ ├── parse__array__parser_callback_t.output
│ │ │ │ ├── parse__contiguouscontainer__parser_callback_t.cpp
│ │ │ │ ├── parse__contiguouscontainer__parser_callback_t.output
│ │ │ │ ├── parse__istream__parser_callback_t.cpp
│ │ │ │ ├── parse__istream__parser_callback_t.output
│ │ │ │ ├── parse__iterator_pair.cpp
│ │ │ │ ├── parse__iterator_pair.link
│ │ │ │ ├── parse__iterator_pair.output
│ │ │ │ ├── parse__pointers.cpp
│ │ │ │ ├── parse__pointers.link
│ │ │ │ ├── parse__pointers.output
│ │ │ │ ├── parse__string__parser_callback_t.cpp
│ │ │ │ ├── parse__string__parser_callback_t.output
│ │ │ │ ├── parse_error.cpp
│ │ │ │ ├── parse_error.output
│ │ │ │ ├── patch.cpp
│ │ │ │ ├── patch.output
│ │ │ │ ├── push_back.cpp
│ │ │ │ ├── push_back.output
│ │ │ │ ├── push_back__initializer_list.cpp
│ │ │ │ ├── push_back__initializer_list.output
│ │ │ │ ├── push_back__object_t__value.cpp
│ │ │ │ ├── push_back__object_t__value.output
│ │ │ │ ├── rbegin.cpp
│ │ │ │ ├── rbegin.output
│ │ │ │ ├── rend.cpp
│ │ │ │ ├── rend.output
│ │ │ │ ├── sax_parse.cpp
│ │ │ │ ├── sax_parse.output
│ │ │ │ ├── size.cpp
│ │ │ │ ├── size.output
│ │ │ │ ├── std_hash.cpp
│ │ │ │ ├── std_hash.output
│ │ │ │ ├── std_swap.cpp
│ │ │ │ ├── std_swap.output
│ │ │ │ ├── string_t.cpp
│ │ │ │ ├── string_t.output
│ │ │ │ ├── swap__array_t.cpp
│ │ │ │ ├── swap__array_t.output
│ │ │ │ ├── swap__binary_t.cpp
│ │ │ │ ├── swap__binary_t.output
│ │ │ │ ├── swap__object_t.cpp
│ │ │ │ ├── swap__object_t.output
│ │ │ │ ├── swap__reference.cpp
│ │ │ │ ├── swap__reference.output
│ │ │ │ ├── swap__string_t.cpp
│ │ │ │ ├── swap__string_t.output
│ │ │ │ ├── to_bson.cpp
│ │ │ │ ├── to_bson.output
│ │ │ │ ├── to_cbor.cpp
│ │ │ │ ├── to_cbor.output
│ │ │ │ ├── to_msgpack.cpp
│ │ │ │ ├── to_msgpack.output
│ │ │ │ ├── to_string.cpp
│ │ │ │ ├── to_string.output
│ │ │ │ ├── to_ubjson.cpp
│ │ │ │ ├── to_ubjson.output
│ │ │ │ ├── type.cpp
│ │ │ │ ├── type.output
│ │ │ │ ├── type_error.cpp
│ │ │ │ ├── type_error.output
│ │ │ │ ├── type_name.cpp
│ │ │ │ ├── type_name.output
│ │ │ │ ├── unflatten.cpp
│ │ │ │ ├── unflatten.output
│ │ │ │ ├── update.cpp
│ │ │ │ ├── update.output
│ │ │ │ ├── update__range.cpp
│ │ │ │ └── update__range.output
│ │ │ ├── index.md
│ │ │ └── mkdocs/
│ │ │ ├── Makefile
│ │ │ ├── docs/
│ │ │ │ ├── api/
│ │ │ │ │ ├── adl_serializer/
│ │ │ │ │ │ ├── from_json.md
│ │ │ │ │ │ ├── index.md
│ │ │ │ │ │ └── to_json.md
│ │ │ │ │ ├── basic_json/
│ │ │ │ │ │ ├── accept.md
│ │ │ │ │ │ ├── array.md
│ │ │ │ │ │ ├── array_t.md
│ │ │ │ │ │ ├── at.md
│ │ │ │ │ │ ├── back.md
│ │ │ │ │ │ ├── basic_json.md
│ │ │ │ │ │ ├── begin.md
│ │ │ │ │ │ ├── binary.md
│ │ │ │ │ │ ├── binary_t.md
│ │ │ │ │ │ ├── boolean_t.md
│ │ │ │ │ │ ├── cbegin.md
│ │ │ │ │ │ ├── cbor_tag_handler_t.md
│ │ │ │ │ │ ├── cend.md
│ │ │ │ │ │ ├── clear.md
│ │ │ │ │ │ ├── contains.md
│ │ │ │ │ │ ├── count.md
│ │ │ │ │ │ ├── crbegin.md
│ │ │ │ │ │ ├── crend.md
│ │ │ │ │ │ ├── diff.md
│ │ │ │ │ │ ├── dump.md
│ │ │ │ │ │ ├── emplace.md
│ │ │ │ │ │ ├── emplace_back.md
│ │ │ │ │ │ ├── empty.md
│ │ │ │ │ │ ├── end.md
│ │ │ │ │ │ ├── erase.md
│ │ │ │ │ │ ├── error_handler_t.md
│ │ │ │ │ │ ├── exception.md
│ │ │ │ │ │ ├── find.md
│ │ │ │ │ │ ├── flatten.md
│ │ │ │ │ │ ├── from_bson.md
│ │ │ │ │ │ ├── from_cbor.md
│ │ │ │ │ │ ├── from_msgpack.md
│ │ │ │ │ │ ├── from_ubjson.md
│ │ │ │ │ │ ├── front.md
│ │ │ │ │ │ ├── get.md
│ │ │ │ │ │ ├── get_allocator.md
│ │ │ │ │ │ ├── get_binary.md
│ │ │ │ │ │ ├── get_ptr.md
│ │ │ │ │ │ ├── get_ref.md
│ │ │ │ │ │ ├── get_to.md
│ │ │ │ │ │ ├── index.md
│ │ │ │ │ │ ├── input_format_t.md
│ │ │ │ │ │ ├── insert.md
│ │ │ │ │ │ ├── invalid_iterator.md
│ │ │ │ │ │ ├── is_array.md
│ │ │ │ │ │ ├── is_binary.md
│ │ │ │ │ │ ├── is_boolean.md
│ │ │ │ │ │ ├── is_discarded.md
│ │ │ │ │ │ ├── is_null.md
│ │ │ │ │ │ ├── is_number.md
│ │ │ │ │ │ ├── is_number_float.md
│ │ │ │ │ │ ├── is_number_integer.md
│ │ │ │ │ │ ├── is_number_unsigned.md
│ │ │ │ │ │ ├── is_object.md
│ │ │ │ │ │ ├── is_primitive.md
│ │ │ │ │ │ ├── is_string.md
│ │ │ │ │ │ ├── is_structured.md
│ │ │ │ │ │ ├── items.md
│ │ │ │ │ │ ├── json_serializer.md
│ │ │ │ │ │ ├── max_size.md
│ │ │ │ │ │ ├── merge_patch.md
│ │ │ │ │ │ ├── meta.md
│ │ │ │ │ │ ├── number_float_t.md
│ │ │ │ │ │ ├── number_integer_t.md
│ │ │ │ │ │ ├── number_unsigned_t.md
│ │ │ │ │ │ ├── object.md
│ │ │ │ │ │ ├── object_comparator_t.md
│ │ │ │ │ │ ├── object_t.md
│ │ │ │ │ │ ├── operator+=.md
│ │ │ │ │ │ ├── operator=.md
│ │ │ │ │ │ ├── operator[].md
│ │ │ │ │ │ ├── operator_ValueType.md
│ │ │ │ │ │ ├── operator_eq.md
│ │ │ │ │ │ ├── operator_ge.md
│ │ │ │ │ │ ├── operator_gt.md
│ │ │ │ │ │ ├── operator_gtgt.md
│ │ │ │ │ │ ├── operator_le.md
│ │ │ │ │ │ ├── operator_literal_json.md
│ │ │ │ │ │ ├── operator_literal_json_pointer.md
│ │ │ │ │ │ ├── operator_lt.md
│ │ │ │ │ │ ├── operator_ltlt.md
│ │ │ │ │ │ ├── operator_ne.md
│ │ │ │ │ │ ├── operator_value_t.md
│ │ │ │ │ │ ├── other_error.md
│ │ │ │ │ │ ├── out_of_range.md
│ │ │ │ │ │ ├── parse.md
│ │ │ │ │ │ ├── parse_error.md
│ │ │ │ │ │ ├── parse_event_t.md
│ │ │ │ │ │ ├── parser_callback_t.md
│ │ │ │ │ │ ├── patch.md
│ │ │ │ │ │ ├── push_back.md
│ │ │ │ │ │ ├── rbegin.md
│ │ │ │ │ │ ├── rend.md
│ │ │ │ │ │ ├── sax_parse.md
│ │ │ │ │ │ ├── size.md
│ │ │ │ │ │ ├── std_hash.md
│ │ │ │ │ │ ├── std_swap.md
│ │ │ │ │ │ ├── string_t.md
│ │ │ │ │ │ ├── swap.md
│ │ │ │ │ │ ├── to_bson.md
│ │ │ │ │ │ ├── to_cbor.md
│ │ │ │ │ │ ├── to_msgpack.md
│ │ │ │ │ │ ├── to_string.md
│ │ │ │ │ │ ├── to_ubjson.md
│ │ │ │ │ │ ├── type.md
│ │ │ │ │ │ ├── type_error.md
│ │ │ │ │ │ ├── type_name.md
│ │ │ │ │ │ ├── unflatten.md
│ │ │ │ │ │ ├── update.md
│ │ │ │ │ │ ├── value.md
│ │ │ │ │ │ ├── value_t.md
│ │ │ │ │ │ └── ~basic_json.md
│ │ │ │ │ ├── byte_container_with_subtype/
│ │ │ │ │ │ ├── byte_container_with_subtype.md
│ │ │ │ │ │ ├── clear_subtype.md
│ │ │ │ │ │ ├── has_subtype.md
│ │ │ │ │ │ ├── index.md
│ │ │ │ │ │ ├── set_subtype.md
│ │ │ │ │ │ └── subtype.md
│ │ │ │ │ ├── json.md
│ │ │ │ │ ├── json_pointer/
│ │ │ │ │ │ ├── back.md
│ │ │ │ │ │ ├── empty.md
│ │ │ │ │ │ ├── index.md
│ │ │ │ │ │ ├── json_pointer.md
│ │ │ │ │ │ ├── operator_slash.md
│ │ │ │ │ │ ├── operator_slasheq.md
│ │ │ │ │ │ ├── operator_string.md
│ │ │ │ │ │ ├── parent_pointer.md
│ │ │ │ │ │ ├── pop_back.md
│ │ │ │ │ │ ├── push_back.md
│ │ │ │ │ │ └── to_string.md
│ │ │ │ │ ├── json_sax/
│ │ │ │ │ │ ├── binary.md
│ │ │ │ │ │ ├── boolean.md
│ │ │ │ │ │ ├── end_array.md
│ │ │ │ │ │ ├── end_object.md
│ │ │ │ │ │ ├── index.md
│ │ │ │ │ │ ├── key.md
│ │ │ │ │ │ ├── null.md
│ │ │ │ │ │ ├── number_float.md
│ │ │ │ │ │ ├── number_integer.md
│ │ │ │ │ │ ├── number_unsigned.md
│ │ │ │ │ │ ├── parse_error.md
│ │ │ │ │ │ ├── start_array.md
│ │ │ │ │ │ ├── start_object.md
│ │ │ │ │ │ └── string.md
│ │ │ │ │ ├── macros/
│ │ │ │ │ │ ├── index.md
│ │ │ │ │ │ └── json_assert.md
│ │ │ │ │ ├── ordered_json.md
│ │ │ │ │ └── ordered_map.md
│ │ │ │ ├── features/
│ │ │ │ │ ├── arbitrary_types.md
│ │ │ │ │ ├── binary_formats/
│ │ │ │ │ │ ├── bson.md
│ │ │ │ │ │ ├── cbor.md
│ │ │ │ │ │ ├── index.md
│ │ │ │ │ │ ├── messagepack.md
│ │ │ │ │ │ └── ubjson.md
│ │ │ │ │ ├── binary_values.md
│ │ │ │ │ ├── comments.md
│ │ │ │ │ ├── element_access/
│ │ │ │ │ │ ├── checked_access.md
│ │ │ │ │ │ ├── default_value.md
│ │ │ │ │ │ ├── index.md
│ │ │ │ │ │ └── unchecked_access.md
│ │ │ │ │ ├── enum_conversion.md
│ │ │ │ │ ├── iterators.md
│ │ │ │ │ ├── json_patch.md
│ │ │ │ │ ├── json_pointer.md
│ │ │ │ │ ├── macros.md
│ │ │ │ │ ├── merge_patch.md
│ │ │ │ │ ├── object_order.md
│ │ │ │ │ ├── parsing/
│ │ │ │ │ │ ├── index.md
│ │ │ │ │ │ ├── parse_exceptions.md
│ │ │ │ │ │ ├── parser_callbacks.md
│ │ │ │ │ │ └── sax_interface.md
│ │ │ │ │ └── types/
│ │ │ │ │ ├── index.md
│ │ │ │ │ └── number_handling.md
│ │ │ │ ├── home/
│ │ │ │ │ ├── code_of_conduct.md
│ │ │ │ │ ├── design_goals.md
│ │ │ │ │ ├── exceptions.md
│ │ │ │ │ ├── faq.md
│ │ │ │ │ ├── license.md
│ │ │ │ │ ├── releases.md
│ │ │ │ │ └── sponsors.md
│ │ │ │ ├── index.md
│ │ │ │ └── integration/
│ │ │ │ ├── cmake.md
│ │ │ │ ├── conan/
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── Conanfile.txt
│ │ │ │ │ └── example.cpp
│ │ │ │ ├── example.cpp
│ │ │ │ ├── index.md
│ │ │ │ ├── package_managers.md
│ │ │ │ ├── pkg-config.md
│ │ │ │ └── vcpkg/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── example.cpp
│ │ │ ├── mkdocs.yml
│ │ │ ├── requirements.txt
│ │ │ └── scripts/
│ │ │ └── check_structure.py
│ │ ├── include/
│ │ │ └── nlohmann/
│ │ │ ├── adl_serializer.hpp
│ │ │ ├── byte_container_with_subtype.hpp
│ │ │ ├── detail/
│ │ │ │ ├── conversions/
│ │ │ │ │ ├── from_json.hpp
│ │ │ │ │ ├── to_chars.hpp
│ │ │ │ │ └── to_json.hpp
│ │ │ │ ├── exceptions.hpp
│ │ │ │ ├── hash.hpp
│ │ │ │ ├── input/
│ │ │ │ │ ├── binary_reader.hpp
│ │ │ │ │ ├── input_adapters.hpp
│ │ │ │ │ ├── json_sax.hpp
│ │ │ │ │ ├── lexer.hpp
│ │ │ │ │ ├── parser.hpp
│ │ │ │ │ └── position_t.hpp
│ │ │ │ ├── iterators/
│ │ │ │ │ ├── internal_iterator.hpp
│ │ │ │ │ ├── iter_impl.hpp
│ │ │ │ │ ├── iteration_proxy.hpp
│ │ │ │ │ ├── iterator_traits.hpp
│ │ │ │ │ ├── json_reverse_iterator.hpp
│ │ │ │ │ └── primitive_iterator.hpp
│ │ │ │ ├── json_pointer.hpp
│ │ │ │ ├── json_ref.hpp
│ │ │ │ ├── macro_scope.hpp
│ │ │ │ ├── macro_unscope.hpp
│ │ │ │ ├── meta/
│ │ │ │ │ ├── call_std/
│ │ │ │ │ │ ├── begin.hpp
│ │ │ │ │ │ └── end.hpp
│ │ │ │ │ ├── cpp_future.hpp
│ │ │ │ │ ├── detected.hpp
│ │ │ │ │ ├── identity_tag.hpp
│ │ │ │ │ ├── is_sax.hpp
│ │ │ │ │ ├── type_traits.hpp
│ │ │ │ │ └── void_t.hpp
│ │ │ │ ├── output/
│ │ │ │ │ ├── binary_writer.hpp
│ │ │ │ │ ├── output_adapters.hpp
│ │ │ │ │ └── serializer.hpp
│ │ │ │ ├── string_escape.hpp
│ │ │ │ └── value_t.hpp
│ │ │ ├── json.hpp
│ │ │ ├── json_fwd.hpp
│ │ │ ├── ordered_map.hpp
│ │ │ └── thirdparty/
│ │ │ └── hedley/
│ │ │ ├── hedley.hpp
│ │ │ └── hedley_undef.hpp
│ │ ├── meson.build
│ │ ├── nlohmann_json.natvis
│ │ ├── single_include/
│ │ │ └── nlohmann/
│ │ │ └── json.hpp
│ │ ├── test/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Makefile
│ │ │ ├── cmake_add_subdirectory/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── project/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── main.cpp
│ │ │ ├── cmake_fetch_content/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── project/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── main.cpp
│ │ │ ├── cmake_import/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── project/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── main.cpp
│ │ │ ├── cmake_import_minver/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── project/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── main.cpp
│ │ │ ├── cmake_target_include_directories/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── project/
│ │ │ │ ├── Bar.cpp
│ │ │ │ ├── Bar.hpp
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Foo.cpp
│ │ │ │ ├── Foo.hpp
│ │ │ │ └── main.cpp
│ │ │ ├── cuda_example/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── json_cuda.cu
│ │ │ ├── reports/
│ │ │ │ ├── 2016-08-29-fuzz/
│ │ │ │ │ ├── fuzz.tiff
│ │ │ │ │ └── index.html
│ │ │ │ ├── 2016-09-09-nativejson_benchmark/
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── conformance_Nlohmann (C++11).md
│ │ │ │ └── 2016-10-02-fuzz/
│ │ │ │ ├── fuzz.tiff
│ │ │ │ └── index.html
│ │ │ ├── src/
│ │ │ │ ├── fuzzer-driver_afl.cpp
│ │ │ │ ├── fuzzer-parse_bson.cpp
│ │ │ │ ├── fuzzer-parse_cbor.cpp
│ │ │ │ ├── fuzzer-parse_json.cpp
│ │ │ │ ├── fuzzer-parse_msgpack.cpp
│ │ │ │ ├── fuzzer-parse_ubjson.cpp
│ │ │ │ ├── test_utils.hpp
│ │ │ │ ├── unit-algorithms.cpp
│ │ │ │ ├── unit-allocator.cpp
│ │ │ │ ├── unit-alt-string.cpp
│ │ │ │ ├── unit-assert_macro.cpp
│ │ │ │ ├── unit-bson.cpp
│ │ │ │ ├── unit-byte_container_with_subtype.cpp
│ │ │ │ ├── unit-capacity.cpp
│ │ │ │ ├── unit-cbor.cpp
│ │ │ │ ├── unit-class_const_iterator.cpp
│ │ │ │ ├── unit-class_iterator.cpp
│ │ │ │ ├── unit-class_lexer.cpp
│ │ │ │ ├── unit-class_parser.cpp
│ │ │ │ ├── unit-comparison.cpp
│ │ │ │ ├── unit-concepts.cpp
│ │ │ │ ├── unit-constructor1.cpp
│ │ │ │ ├── unit-constructor2.cpp
│ │ │ │ ├── unit-convenience.cpp
│ │ │ │ ├── unit-conversions.cpp
│ │ │ │ ├── unit-deserialization.cpp
│ │ │ │ ├── unit-diagnostics.cpp
│ │ │ │ ├── unit-disabled_exceptions.cpp
│ │ │ │ ├── unit-element_access1.cpp
│ │ │ │ ├── unit-element_access2.cpp
│ │ │ │ ├── unit-hash.cpp
│ │ │ │ ├── unit-inspection.cpp
│ │ │ │ ├── unit-items.cpp
│ │ │ │ ├── unit-iterators1.cpp
│ │ │ │ ├── unit-iterators2.cpp
│ │ │ │ ├── unit-json_patch.cpp
│ │ │ │ ├── unit-json_pointer.cpp
│ │ │ │ ├── unit-large_json.cpp
│ │ │ │ ├── unit-merge_patch.cpp
│ │ │ │ ├── unit-meta.cpp
│ │ │ │ ├── unit-modifiers.cpp
│ │ │ │ ├── unit-msgpack.cpp
│ │ │ │ ├── unit-noexcept.cpp
│ │ │ │ ├── unit-ordered_json.cpp
│ │ │ │ ├── unit-ordered_map.cpp
│ │ │ │ ├── unit-pointer_access.cpp
│ │ │ │ ├── unit-readme.cpp
│ │ │ │ ├── unit-reference_access.cpp
│ │ │ │ ├── unit-regression1.cpp
│ │ │ │ ├── unit-regression2.cpp
│ │ │ │ ├── unit-serialization.cpp
│ │ │ │ ├── unit-testsuites.cpp
│ │ │ │ ├── unit-to_chars.cpp
│ │ │ │ ├── unit-ubjson.cpp
│ │ │ │ ├── unit-udt.cpp
│ │ │ │ ├── unit-udt_macro.cpp
│ │ │ │ ├── unit-unicode1.cpp
│ │ │ │ ├── unit-unicode2.cpp
│ │ │ │ ├── unit-unicode3.cpp
│ │ │ │ ├── unit-unicode4.cpp
│ │ │ │ ├── unit-unicode5.cpp
│ │ │ │ ├── unit-user_defined_input.cpp
│ │ │ │ ├── unit-wstring.cpp
│ │ │ │ └── unit.cpp
│ │ │ └── thirdparty/
│ │ │ ├── Fuzzer/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── FuzzerCorpus.h
│ │ │ │ ├── FuzzerCrossOver.cpp
│ │ │ │ ├── FuzzerDefs.h
│ │ │ │ ├── FuzzerDictionary.h
│ │ │ │ ├── FuzzerDriver.cpp
│ │ │ │ ├── FuzzerExtFunctions.def
│ │ │ │ ├── FuzzerExtFunctions.h
│ │ │ │ ├── FuzzerExtFunctionsDlsym.cpp
│ │ │ │ ├── FuzzerExtFunctionsWeak.cpp
│ │ │ │ ├── FuzzerExtFunctionsWeakAlias.cpp
│ │ │ │ ├── FuzzerFlags.def
│ │ │ │ ├── FuzzerIO.cpp
│ │ │ │ ├── FuzzerIO.h
│ │ │ │ ├── FuzzerIOPosix.cpp
│ │ │ │ ├── FuzzerIOWindows.cpp
│ │ │ │ ├── FuzzerInterface.h
│ │ │ │ ├── FuzzerInternal.h
│ │ │ │ ├── FuzzerLoop.cpp
│ │ │ │ ├── FuzzerMain.cpp
│ │ │ │ ├── FuzzerMerge.cpp
│ │ │ │ ├── FuzzerMerge.h
│ │ │ │ ├── FuzzerMutate.cpp
│ │ │ │ ├── FuzzerMutate.h
│ │ │ │ ├── FuzzerOptions.h
│ │ │ │ ├── FuzzerRandom.h
│ │ │ │ ├── FuzzerSHA1.cpp
│ │ │ │ ├── FuzzerSHA1.h
│ │ │ │ ├── FuzzerTracePC.cpp
│ │ │ │ ├── FuzzerTracePC.h
│ │ │ │ ├── FuzzerTraceState.cpp
│ │ │ │ ├── FuzzerUtil.cpp
│ │ │ │ ├── FuzzerUtil.h
│ │ │ │ ├── FuzzerUtilDarwin.cpp
│ │ │ │ ├── FuzzerUtilLinux.cpp
│ │ │ │ ├── FuzzerUtilPosix.cpp
│ │ │ │ ├── FuzzerUtilWindows.cpp
│ │ │ │ ├── FuzzerValueBitMap.h
│ │ │ │ ├── README.txt
│ │ │ │ ├── afl/
│ │ │ │ │ └── afl_driver.cpp
│ │ │ │ ├── build.sh
│ │ │ │ ├── cxx.dict
│ │ │ │ ├── standalone/
│ │ │ │ │ └── StandaloneFuzzTargetMain.c
│ │ │ │ └── test/
│ │ │ │ ├── AFLDriverTest.cpp
│ │ │ │ ├── AbsNegAndConstant64Test.cpp
│ │ │ │ ├── AbsNegAndConstantTest.cpp
│ │ │ │ ├── AccumulateAllocationsTest.cpp
│ │ │ │ ├── BufferOverflowOnInput.cpp
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── CallerCalleeTest.cpp
│ │ │ │ ├── CounterTest.cpp
│ │ │ │ ├── CustomCrossOverTest.cpp
│ │ │ │ ├── CustomMutatorTest.cpp
│ │ │ │ ├── DSO1.cpp
│ │ │ │ ├── DSO2.cpp
│ │ │ │ ├── DSOTestExtra.cpp
│ │ │ │ ├── DSOTestMain.cpp
│ │ │ │ ├── DivTest.cpp
│ │ │ │ ├── EmptyTest.cpp
│ │ │ │ ├── FourIndependentBranchesTest.cpp
│ │ │ │ ├── FullCoverageSetTest.cpp
│ │ │ │ ├── FuzzerUnittest.cpp
│ │ │ │ ├── InitializeTest.cpp
│ │ │ │ ├── LeakTest.cpp
│ │ │ │ ├── LeakTimeoutTest.cpp
│ │ │ │ ├── LoadTest.cpp
│ │ │ │ ├── MemcmpTest.cpp
│ │ │ │ ├── NthRunCrashTest.cpp
│ │ │ │ ├── NullDerefOnEmptyTest.cpp
│ │ │ │ ├── NullDerefTest.cpp
│ │ │ │ ├── OneHugeAllocTest.cpp
│ │ │ │ ├── OutOfMemorySingleLargeMallocTest.cpp
│ │ │ │ ├── OutOfMemoryTest.cpp
│ │ │ │ ├── RepeatedBytesTest.cpp
│ │ │ │ ├── RepeatedMemcmp.cpp
│ │ │ │ ├── ShrinkControlFlowTest.cpp
│ │ │ │ ├── ShrinkValueProfileTest.cpp
│ │ │ │ ├── SignedIntOverflowTest.cpp
│ │ │ │ ├── SimpleCmpTest.cpp
│ │ │ │ ├── SimpleDictionaryTest.cpp
│ │ │ │ ├── SimpleHashTest.cpp
│ │ │ │ ├── SimpleTest.cpp
│ │ │ │ ├── SimpleThreadedTest.cpp
│ │ │ │ ├── SingleMemcmpTest.cpp
│ │ │ │ ├── SingleStrcmpTest.cpp
│ │ │ │ ├── SingleStrncmpTest.cpp
│ │ │ │ ├── SpamyTest.cpp
│ │ │ │ ├── StrcmpTest.cpp
│ │ │ │ ├── StrncmpOOBTest.cpp
│ │ │ │ ├── StrncmpTest.cpp
│ │ │ │ ├── StrstrTest.cpp
│ │ │ │ ├── SwapCmpTest.cpp
│ │ │ │ ├── Switch2Test.cpp
│ │ │ │ ├── SwitchTest.cpp
│ │ │ │ ├── ThreadedLeakTest.cpp
│ │ │ │ ├── ThreadedTest.cpp
│ │ │ │ ├── TimeoutEmptyTest.cpp
│ │ │ │ ├── TimeoutTest.cpp
│ │ │ │ ├── TraceMallocTest.cpp
│ │ │ │ ├── UninstrumentedTest.cpp
│ │ │ │ ├── afl-driver-extra-stats.test
│ │ │ │ ├── afl-driver-stderr.test
│ │ │ │ ├── caller-callee.test
│ │ │ │ ├── coverage.test
│ │ │ │ ├── dict1.txt
│ │ │ │ ├── dump_coverage.test
│ │ │ │ ├── fuzzer-customcrossover.test
│ │ │ │ ├── fuzzer-custommutator.test
│ │ │ │ ├── fuzzer-dict.test
│ │ │ │ ├── fuzzer-dirs.test
│ │ │ │ ├── fuzzer-fdmask.test
│ │ │ │ ├── fuzzer-finalstats.test
│ │ │ │ ├── fuzzer-flags.test
│ │ │ │ ├── fuzzer-jobs.test
│ │ │ │ ├── fuzzer-leak.test
│ │ │ │ ├── fuzzer-oom-with-profile.test
│ │ │ │ ├── fuzzer-oom.test
│ │ │ │ ├── fuzzer-printcovpcs.test
│ │ │ │ ├── fuzzer-runs.test
│ │ │ │ ├── fuzzer-seed.test
│ │ │ │ ├── fuzzer-segv.test
│ │ │ │ ├── fuzzer-singleinputs.test
│ │ │ │ ├── fuzzer-threaded.test
│ │ │ │ ├── fuzzer-timeout.test
│ │ │ │ ├── fuzzer-traces-hooks.test
│ │ │ │ ├── fuzzer-ubsan.test
│ │ │ │ ├── fuzzer.test
│ │ │ │ ├── hi.txt
│ │ │ │ ├── lit.cfg
│ │ │ │ ├── lit.site.cfg.in
│ │ │ │ ├── merge.test
│ │ │ │ ├── minimize_crash.test
│ │ │ │ ├── no-coverage/
│ │ │ │ │ └── CMakeLists.txt
│ │ │ │ ├── repeated-bytes.test
│ │ │ │ ├── shrink.test
│ │ │ │ ├── simple-cmp.test
│ │ │ │ ├── standalone.test
│ │ │ │ ├── swap-cmp.test
│ │ │ │ ├── trace-malloc.test
│ │ │ │ ├── ubsan/
│ │ │ │ │ └── CMakeLists.txt
│ │ │ │ ├── ulimit.test
│ │ │ │ ├── uninstrumented/
│ │ │ │ │ └── CMakeLists.txt
│ │ │ │ ├── unit/
│ │ │ │ │ ├── lit.cfg
│ │ │ │ │ └── lit.site.cfg.in
│ │ │ │ ├── value-profile-cmp.test
│ │ │ │ ├── value-profile-cmp2.test
│ │ │ │ ├── value-profile-cmp3.test
│ │ │ │ ├── value-profile-cmp4.test
│ │ │ │ ├── value-profile-div.test
│ │ │ │ ├── value-profile-load.test
│ │ │ │ ├── value-profile-mem.test
│ │ │ │ ├── value-profile-set.test
│ │ │ │ ├── value-profile-strcmp.test
│ │ │ │ ├── value-profile-strncmp.test
│ │ │ │ └── value-profile-switch.test
│ │ │ ├── doctest/
│ │ │ │ ├── LICENSE.txt
│ │ │ │ ├── doctest.h
│ │ │ │ └── doctest_compatibility.h
│ │ │ ├── fifo_map/
│ │ │ │ ├── LICENSE.MIT
│ │ │ │ └── fifo_map.hpp
│ │ │ └── imapdl/
│ │ │ ├── filterbr.py
│ │ │ └── gpl-3.0.txt
│ │ ├── third_party/
│ │ │ ├── amalgamate/
│ │ │ │ ├── CHANGES.md
│ │ │ │ ├── LICENSE.md
│ │ │ │ ├── README.md
│ │ │ │ ├── amalgamate.py
│ │ │ │ └── config.json
│ │ │ ├── cpplint/
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.rst
│ │ │ │ ├── cpplint.py
│ │ │ │ └── update.sh
│ │ │ ├── gdb_pretty_printer/
│ │ │ │ ├── README.md
│ │ │ │ └── nlohmann-json.py
│ │ │ └── macro_builder/
│ │ │ └── main.cpp
│ │ └── wsjcpp.yml
│ ├── nlohmann_json.wrap
│ ├── packagefiles/
│ │ └── bzip2.patch
│ ├── win-iconv/
│ │ ├── CMakeLists.txt
│ │ ├── ChangeLog
│ │ ├── FindWcecompat.cmake
│ │ ├── Makefile
│ │ ├── iconv.def
│ │ ├── iconv.h
│ │ ├── mlang.def
│ │ ├── mlang.h
│ │ ├── readme.txt
│ │ ├── win_iconv.c
│ │ └── win_iconv_test.c
│ └── zlib.wrap
├── test/
│ ├── gamedata/
│ │ └── dat/
│ │ ├── CSVExporter.cpp
│ │ ├── CSVExporter.h
│ │ ├── DatTest.cpp
│ │ └── meson.build
│ ├── lua/
│ │ ├── CreateUnitLuaTest.cpp
│ │ ├── CreateUnitLuaTest.h
│ │ ├── LuaTest.cpp
│ │ └── meson.build
│ └── module/
│ ├── BreezeTest.cpp
│ ├── BreezeTest.h
│ ├── DataChunkTest.cpp
│ ├── DataChunkTest.h
│ ├── PcxTest.cpp
│ ├── PcxTest.h
│ ├── StormTest.cpp
│ ├── StormTest.h
│ ├── TestHelpers.cpp
│ ├── TestHelpers.h
│ ├── TestMain.cpp
│ ├── TiledPaletteImageTest.cpp
│ ├── TiledPaletteImageTest.h
│ ├── data/
│ │ ├── PcxTest_red_zergb.pal
│ │ ├── PcxTest_red_zergb.pcx
│ │ ├── PcxTest_ticon.pcx
│ │ ├── PcxTest_ticon_0.pal
│ │ ├── PcxTest_ticon_1.pal
│ │ ├── PcxTest_ticon_2.pal
│ │ ├── PcxTest_ticon_3.pal
│ │ ├── PcxTest_ticon_4.pal
│ │ ├── PcxTest_ticon_5.pal
│ │ ├── StormTest_test1_mpq_txt.mpq
│ │ └── breezetest.txt
│ ├── luagenTest.cpp
│ ├── luagenTest.h
│ └── meson.build
└── tools/
├── binreader.c
├── grptool/
│ ├── grptool.cpp
│ └── meson.build
├── iscript.c
├── json_transition.cpp
├── meson.build
├── sauwetter/
│ ├── meson.build
│ └── sauwetter.cpp
├── scdat2json/
│ ├── SCJsonExporter.cpp
│ ├── SCJsonExporter.h
│ ├── UnitsJsonExporter.cpp
│ ├── UnitsJsonExporter.h
│ ├── meson.build
│ ├── scdat2json.cpp
│ ├── to_json.cpp
│ └── to_json.h
├── tblreader.c
└── unit_dat.cpp
Copy disabled (too large)
Download .txt
Showing preview only (55,962K chars total). Download the full file to get everything.
SYMBOL INDEX (3494 symbols across 498 files)
FILE: release.py
function atexit_func (line 73) | def atexit_func():
FILE: src/AbstractPalette.h
function class (line 16) | class AbstractPalette
FILE: src/Breeze.h
function class (line 16) | class Breeze: public Hurricane
FILE: src/Casc.cpp
function PCASC_FILE_SPAN_INFO (line 63) | PCASC_FILE_SPAN_INFO GetFileSpanInfo(HANDLE hFile)
FILE: src/Casc.h
function class (line 13) | class Casc: public Hurricane
FILE: src/Chk.cpp
function ChkReadHeader (line 63) | static int ChkReadHeader(char *header, int32_t *length)
function ChkReadDWord (line 82) | static int ChkReadDWord(void)
function ChkReadWord (line 94) | static int ChkReadWord(void)
function ChkReadByte (line 108) | static inline int ChkReadByte(void)
FILE: src/Chk.h
function class (line 27) | class Chk : public Converter
FILE: src/Color.cpp
function Color (line 99) | Color Color::getBrighened() const
function Color (line 112) | Color Color::blendAgainstReference(const Color &reference) const
function Color (line 148) | Color& Color::operator=(const Color& color)
FILE: src/Color.h
function class (line 10) | class Color
FILE: src/Converter.h
function class (line 17) | class Converter
FILE: src/DataChunk.h
function class (line 18) | class DataChunk
FILE: src/Dds.h
function class (line 21) | class Dds: public Converter
FILE: src/FileNotFoundException.h
function class (line 6) | class FileNotFoundException : public std::exception
FILE: src/FileUtil.cpp
function FileExists (line 15) | bool FileExists(const std::string &filename)
function CheckPath (line 21) | void CheckPath(const std::string &path)
function CheckPath (line 26) | void CheckPath(const char *path)
FILE: src/Font.cpp
type _FontHeader (line 76) | struct _FontHeader
type _FontLetterHeader (line 87) | struct _FontLetterHeader
FILE: src/Font.h
function class (line 19) | class Font
FILE: src/Grp.cpp
function Size (line 103) | Size Grp::getTileSize()
FILE: src/Grp.h
function class (line 25) | class Grp: public Converter
FILE: src/Hurricane.h
function class (line 20) | class Hurricane
FILE: src/ImagesConverter.h
function class (line 13) | class ImagesConverter: public Converter
FILE: src/KaitaiConverter.h
function class (line 20) | class KaitaiConverter: public Converter
FILE: src/Logger.h
function class (line 15) | class Logger
function class (line 73) | class Logger
FILE: src/NoValidPaletteException.h
function class (line 6) | class NoValidPaletteException : public std::exception
FILE: src/Palette.cpp
function Color (line 87) | Color &Palette::at(unsigned int index)
FILE: src/Palette.h
function class (line 21) | class Palette : public AbstractPalette
FILE: src/Palette2D.cpp
function Color (line 88) | Color &Palette2D::at(unsigned int column, unsigned int row)
FILE: src/Palette2D.h
function class (line 19) | class Palette2D : public AbstractPalette
FILE: src/PaletteImage.cpp
function Pos (line 53) | const Pos PaletteImage::indexToPosition(size_t index) const
function Size (line 68) | const Size PaletteImage::getSize() const
FILE: src/PaletteImage.h
function class (line 21) | class PaletteImage
FILE: src/Panel.h
function class (line 10) | class Panel
FILE: src/Pcx.cpp
function Size (line 83) | Size Pcx::getSize()
type PCXheader (line 160) | struct PCXheader
type PCXheader (line 162) | struct PCXheader
type PCXheader (line 188) | struct PCXheader
FILE: src/Pcx.h
function class (line 17) | class Pcx : public Converter
FILE: src/PngExporter.h
function class (line 19) | class PngExporter
FILE: src/PortraitsConverter.h
function class (line 16) | class PortraitsConverter : public Converter
FILE: src/Pos.h
function class (line 10) | class Pos
FILE: src/Preferences.cpp
function Preferences (line 12) | Preferences &Preferences::getInstance()
FILE: src/Preferences.h
function class (line 11) | class Preferences
FILE: src/Scm.h
function class (line 30) | class Scm : public Converter
FILE: src/SfxConverter.h
function class (line 13) | class SfxConverter : public Converter
FILE: src/Size.h
function class (line 10) | class Size
function Size (line 41) | inline Size::Size ()
FILE: src/Smacker.h
function class (line 17) | class Smacker : public Converter
FILE: src/Storage.cpp
function Storage (line 102) | Storage Storage::operator()(std::string filename)
FILE: src/Storm.h
function class (line 13) | class Storm: public Hurricane
FILE: src/StringUtil.cpp
function replaceString (line 19) | int replaceString(const string &match, const string &replace, string &str)
function hasFileEnding (line 39) | bool hasFileEnding(const std::string &filename, const std::string &ending)
function cutFileEnding (line 51) | std::string cutFileEnding(std::string filename, const std::string &ending)
function to_lower (line 77) | std::string to_lower(std::string line)
FILE: src/StringUtil.h
function string (line 63) | string to_hex(const T &value)
FILE: src/UIConsole.h
function class (line 28) | class UIConsole : public Converter
FILE: src/UnitsConverter.cpp
type dat (line 26) | namespace dat
FILE: src/UnitsConverter.h
function namespace (line 17) | namespace dat
FILE: src/Wav.h
function class (line 17) | class Wav : public Converter
FILE: src/Widgets.h
function class (line 18) | class Widgets: public Grp
FILE: src/WorldMap.h
function class (line 33) | class Unit
type Location (line 73) | typedef struct Location
type TriggerCondition (line 93) | typedef struct TriggerCondition
type TriggerAction (line 105) | typedef struct TriggerAction
type Trigger (line 119) | typedef struct Trigger
FILE: src/dat/DataHub.cpp
type dat (line 26) | namespace dat
FILE: src/dat/DataHub.h
function namespace (line 35) | namespace dat
FILE: src/dat/Flingy.cpp
type dat (line 12) | namespace dat
function Sprite (line 35) | Sprite Flingy::sprite_obj()
FILE: src/dat/Flingy.h
function namespace (line 14) | namespace dat
FILE: src/dat/IScript.cpp
type dat (line 19) | namespace dat
FILE: src/dat/IScript.h
function namespace (line 13) | namespace dat
FILE: src/dat/Image.cpp
type dat (line 14) | namespace dat
function TblEntry (line 36) | TblEntry Image::grp_tbl()
function IScript (line 84) | IScript Image::iscript_obj()
function TblEntry (line 96) | TblEntry Image::shield_overlay_tbl()
function TblEntry (line 115) | TblEntry Image::attack_overlay_tbl()
function TblEntry (line 134) | TblEntry Image::damage_overlay_tbl()
function TblEntry (line 153) | TblEntry Image::special_overlay_tbl()
function TblEntry (line 172) | TblEntry Image::landing_dust_overlay_tbl()
function TblEntry (line 191) | TblEntry Image::lift_off_dust_overlay_tbl()
FILE: src/dat/Image.h
function namespace (line 15) | namespace dat
FILE: src/dat/ObjectAccess.h
function namespace (line 13) | namespace dat
FILE: src/dat/Order.cpp
type dat (line 15) | namespace dat
function TblEntry (line 35) | TblEntry Order::label_tbl()
function Weapon (line 119) | Weapon Order::targeting_obj()
function Techdata (line 141) | Techdata Order::energy_obj()
FILE: src/dat/Order.h
function namespace (line 15) | namespace dat
FILE: src/dat/Portrait.cpp
type dat (line 14) | namespace dat
function TblEntry (line 36) | TblEntry Portrait::video_idle_tbl()
function TblEntry (line 48) | TblEntry Portrait::video_talking_tbl()
FILE: src/dat/Portrait.h
function namespace (line 12) | namespace dat
FILE: src/dat/PropertyNotAvailableException.cpp
type dat (line 11) | namespace dat {
FILE: src/dat/PropertyNotAvailableException.h
function namespace (line 12) | namespace dat {
FILE: src/dat/Sfx.cpp
type dat (line 13) | namespace dat
function TblEntry (line 34) | TblEntry Sfx::sound_file_tbl()
FILE: src/dat/Sfx.h
function namespace (line 16) | namespace dat
FILE: src/dat/Sprite.cpp
type dat (line 12) | namespace dat
function Image (line 52) | Image Sprite::image_obj()
FILE: src/dat/Sprite.h
function namespace (line 15) | namespace dat
FILE: src/dat/Tbl.cpp
type dat (line 20) | namespace dat {
function no_printf (line 25) | int no_printf(const char *format, ...)
FILE: src/dat/Tbl.h
function namespace (line 17) | namespace dat {
FILE: src/dat/TblEntry.cpp
type dat (line 18) | namespace dat
FILE: src/dat/TblEntry.h
function namespace (line 13) | namespace dat
FILE: src/dat/Techdata.cpp
type dat (line 15) | namespace dat
function TblEntry (line 71) | TblEntry Techdata::label_tbl()
FILE: src/dat/Techdata.h
function namespace (line 12) | namespace dat
FILE: src/dat/Unit.cpp
type dat (line 18) | namespace dat
function TblEntry (line 40) | TblEntry Unit::name_tbl()
function Flingy (line 52) | Flingy Unit::flingy_obj()
function Unit (line 64) | Unit Unit::subunit1_obj()
function Unit (line 83) | Unit Unit::subunit2_obj()
function Unit (line 115) | Unit Unit::infestation_obj()
function Image (line 134) | Image Unit::construction_animation_obj()
function Order (line 196) | Order Unit::ai_computer_idle_obj()
function Order (line 208) | Order Unit::ai_human_idle_obj()
function Order (line 220) | Order Unit::ai_return_to_idle_obj()
function Order (line 232) | Order Unit::ai_attack_unit_obj()
function Order (line 244) | Order Unit::ai_attack_move_obj()
function Weapon (line 256) | Weapon Unit::ground_weapon_obj()
function Weapon (line 284) | Weapon Unit::air_weapon_obj()
function Sfx (line 373) | Sfx Unit::ready_sound_obj()
function Portrait (line 583) | Portrait Unit::portrait_obj()
FILE: src/dat/Unit.h
function namespace (line 19) | namespace dat
FILE: src/dat/Upgrade.cpp
type dat (line 15) | namespace dat
function TblEntry (line 83) | TblEntry Upgrade::label_tbl()
FILE: src/dat/Upgrade.h
function namespace (line 12) | namespace dat
FILE: src/dat/Weapon.cpp
type dat (line 14) | namespace dat
function TblEntry (line 34) | TblEntry Weapon::label_tbl()
function Flingy (line 52) | Flingy Weapon::graphics_obj()
function Upgrade (line 97) | Upgrade Weapon::damage_upgrade_obj()
function TblEntry (line 200) | TblEntry Weapon::error_message_tbl()
FILE: src/dat/Weapon.h
function namespace (line 16) | namespace dat
FILE: src/endian.h
function FetchLE16 (line 51) | static inline unsigned short FetchLE16(unsigned char *&p)
function FetchLE32 (line 57) | static inline unsigned int FetchLE32(unsigned char *&p)
function Swap16 (line 72) | static inline unsigned short Swap16(unsigned short D) {
function Swap32 (line 75) | static inline unsigned int Swap32(unsigned int D) {
FILE: src/kaitai/custom_decoder.h
function namespace (line 6) | namespace kaitai {
FILE: src/kaitai/exceptions.h
function namespace (line 20) | namespace kaitai {
FILE: src/kaitai/file_tbl.h
function class (line 14) | class file_tbl_t : public kaitai::kstruct {
FILE: src/kaitai/flingy_dat.h
function class (line 14) | class flingy_dat_t : public kaitai::kstruct {
FILE: src/kaitai/images_dat.h
function class (line 14) | class images_dat_t : public kaitai::kstruct {
FILE: src/kaitai/iscript_bin.cpp
function opcode_list_type_t (line 82) | opcode_list_type_t* iscript_bin_t::scpe_content_type_t::scpe_opcode_list...
FILE: src/kaitai/iscript_bin.h
function class (line 16) | class iscript_bin_t : public kaitai::kstruct {
function class (line 156) | class trgtrangecondjmp_type_t : public kaitai::kstruct {
function class (line 182) | class u1_type_t : public kaitai::kstruct {
function class (line 206) | class playsounds_type_t : public kaitai::kstruct {
function class (line 232) | class randcondjmp_type_t : public kaitai::kstruct {
function class (line 258) | class empty_type_t : public kaitai::kstruct {
function class (line 280) | class pos_type_t : public kaitai::kstruct {
function class (line 306) | class sprl_type_t : public kaitai::kstruct {
function class (line 332) | class opcode_type_t : public kaitai::kstruct {
function class (line 358) | class trgcondjmp_type_t : public kaitai::kstruct {
function class (line 386) | class entree_offset_type_t : public kaitai::kstruct {
function class (line 412) | class scpe_type_t : public kaitai::kstruct {
function class (line 457) | class playsndbtwn_type_t : public kaitai::kstruct {
function class (line 483) | class imgl_type_t : public kaitai::kstruct {
function class (line 509) | class waitrand_type_t : public kaitai::kstruct {
function class (line 535) | class sprov_type_t : public kaitai::kstruct {
function class (line 561) | class scpe_header_type_t : public kaitai::kstruct {
function class (line 589) | class u2_type_t : public kaitai::kstruct {
function iscript_bin_t (line 660) | iscript_bin_t* _root() const { return m__root; }
FILE: src/kaitai/kaitaistream.h
function namespace (line 13) | namespace kaitai {
FILE: src/kaitai/kaitaistruct.h
function namespace (line 6) | namespace kaitai {
FILE: src/kaitai/mapdata_dat.h
function class (line 14) | class mapdata_dat_t : public kaitai::kstruct {
FILE: src/kaitai/opcode_list_type.h
function class (line 19) | class opcode_list_type_t : public kaitai::kstruct
FILE: src/kaitai/orders_dat.h
function class (line 14) | class orders_dat_t : public kaitai::kstruct {
FILE: src/kaitai/portdata_dat.h
function class (line 14) | class portdata_dat_t : public kaitai::kstruct {
FILE: src/kaitai/sfxdata_dat.h
function class (line 14) | class sfxdata_dat_t : public kaitai::kstruct {
FILE: src/kaitai/sprites_dat.h
function class (line 14) | class sprites_dat_t : public kaitai::kstruct {
FILE: src/kaitai/techdata_dat.h
function class (line 14) | class techdata_dat_t : public kaitai::kstruct {
function techdata_dat_t (line 171) | techdata_dat_t* _root() const { return m__root; }
FILE: src/kaitai/tileset_cv5.h
function class (line 14) | class tileset_cv5_t : public kaitai::kstruct {
FILE: src/kaitai/tileset_dddata_bin.h
function class (line 14) | class tileset_dddata_bin_t : public kaitai::kstruct {
FILE: src/kaitai/tileset_vf4.h
function class (line 14) | class tileset_vf4_t : public kaitai::kstruct {
FILE: src/kaitai/tileset_vr4.h
function class (line 14) | class tileset_vr4_t : public kaitai::kstruct {
FILE: src/kaitai/tileset_vx4.h
function class (line 14) | class tileset_vx4_t : public kaitai::kstruct {
FILE: src/kaitai/units_dat.h
function class (line 14) | class units_dat_t : public kaitai::kstruct {
function units_dat_t (line 796) | units_dat_t* _root() const { return m__root; }
FILE: src/kaitai/upgrades_dat.h
function class (line 14) | class upgrades_dat_t : public kaitai::kstruct {
function upgrades_dat_t (line 179) | upgrades_dat_t* _root() const { return m__root; }
FILE: src/kaitai/weapons_dat.h
function class (line 14) | class weapons_dat_t : public kaitai::kstruct {
FILE: src/libgrp/Exceptions/GRPException.hpp
class GRPException (line 14) | class GRPException : public virtual std::exception
FILE: src/libgrp/Exceptions/GRPFrame/GRPFrameException.hpp
class GRPFrameException (line 6) | class GRPFrameException : public GRPException {}
class GRPFrameInvalidFrameDemensions (line 7) | class GRPFrameInvalidFrameDemensions : public GRPFrameException {}
class GRPFrameInvalidImageDemensions (line 8) | class GRPFrameInvalidImageDemensions : public GRPFrameException {}
FILE: src/libgrp/Exceptions/GRPImage/GRPImageException.hpp
class GRPImageException (line 5) | class GRPImageException : public GRPException {}
class GRPImageInvalidFrameNumber (line 7) | class GRPImageInvalidFrameNumber : public GRPImageException {}
class GRPImageNoLoadedPaletteSet (line 8) | class GRPImageNoLoadedPaletteSet : public GRPImageException {}
class GRPImageNoFrameLoaded (line 9) | class GRPImageNoFrameLoaded : public GRPImageException {}
class GRPImageImageMagickNotCompiledIn (line 10) | class GRPImageImageMagickNotCompiledIn : public GRPImageException {}
FILE: src/libgrp/GRPFrame/GRPFrame.hpp
type UniquePixel (line 30) | struct UniquePixel
class GRPFrame (line 37) | class GRPFrame
FILE: src/libgrp/GRPImage/GRPImage.hpp
type GRPImageType (line 36) | enum GRPImageType {STANDARD, SHADOW}
class GRPImage (line 38) | class GRPImage
FILE: src/luagen.cpp
type lg (line 11) | namespace lg {
function boolean (line 13) | std::string boolean(bool b)
function integer (line 18) | std::string integer(int i)
function function (line 23) | std::string function(const std::string &name, const std::initializer_l...
function function (line 28) | std::string function(const std::string &name, const std::string &funct...
function table (line 37) | std::string table(const std::initializer_list<std::string> &tableEleme...
function table (line 42) | std::string table(const std::string &content)
function assign (line 51) | std::string assign(const std::string &left, const std::string &right)
function compare (line 58) | std::string compare(const std::string &left, const std::string &right)
function quote (line 65) | std::string quote(const std::string &text)
function singleQuote (line 74) | std::string singleQuote(const std::string &text)
function params (line 83) | std::string params(const std::initializer_list<std::string> ¶ms_in...
function params (line 88) | std::string params(const std::vector<std::string> ¶ms_vector)
function paramsQuote (line 93) | std::string paramsQuote(const std::initializer_list<std::string> ¶...
function paramsQuote (line 98) | std::string paramsQuote(const std::vector<std::string> ¶ms_vector)
function line (line 103) | std::string line(const std::string &str)
function sizeTable (line 108) | std::string sizeTable(const Size &s)
function posTable (line 113) | std::string posTable(const Pos &p)
function DefineUnitType (line 118) | std::string DefineUnitType(const std::string &id, const std::string &u...
function DefineUnitType (line 123) | std::string DefineUnitType(const std::string &id, const std::initializ...
function CreateUnit (line 128) | std::string CreateUnit(const std::string &id, int playerID, const Pos ...
function DefineTileset (line 133) | std::string DefineTileset(const std::string &name, const std::string &...
function tilesetSlotEntry (line 138) | std::string tilesetSlotEntry(const std::string &type, const std::initi...
function tilesetSlotEntryNonMix (line 143) | std::string tilesetSlotEntryNonMix(const std::string &type, const std:...
FILE: src/luagen.h
function namespace (line 25) | namespace lg
FILE: src/optionparser.h
function namespace (line 227) | namespace option
function Option (line 853) | static Option* tag(Option* ptr)
function Option (line 858) | static Option* untag(Option* ptr)
function isTagged (line 863) | static bool isTagged(Option* ptr)
function Optional (line 923) | struct Arg
type Stats (line 950) | struct Stats
function class (line 1080) | class Parser
function optionsCount (line 1220) | int optionsCount()
function nonOptionsCount (line 1239) | int nonOptionsCount()
function error (line 1283) | bool error()
type Action (line 1291) | struct Action
function streq (line 1315) | static bool streq(const char* st1, const char* st2)
function streqabbr (line 1347) | static bool streqabbr(const char* st1, const char* st2, long long min)
function instr (line 1365) | static bool instr(char ch, const char* st)
function shift (line 1377) | static void shift(const char** args, int count)
function Action (line 1393) | struct Parser::Action
function perform (line 1442) | bool perform(Option&)
function perform (line 1482) | bool perform(Option& option)
function finished (line 1500) | bool finished(int numargs, const char** args)
function parse (line 1515) | inline void Parser::parse(bool gnu, const Descriptor usage[], int argc, ...
function add (line 1522) | inline void Stats::add(bool gnu, const Descriptor usage[], int argc, con...
function workhorse (line 1539) | inline bool Parser::workhorse(bool gnu, const Descriptor usage[], int nu...
function OStreamWriter (line 1724) | struct PrintUsageImplementation
function virtual (line 1792) | virtual void operator()(const char* str, int size)
function userstream (line 1797) | TemporaryWriter(const Temporary& u) :
function virtual (line 1815) | virtual void operator()(const char* str, int size)
function virtual (line 1836) | virtual void operator()(const char* str, int size)
function upmax (line 1851) | static void upmax(int& i1, int i2)
function indent (line 1867) | static void indent(IStringWriter& write, int& x, int want_x)
function isWideChar (line 1903) | static bool isWideChar(unsigned ch)
function class (line 1950) | class LinePartIterator
function restartTable (line 2027) | void restartTable()
function nextRow (line 2039) | bool nextRow()
function restartRow (line 2070) | void restartRow()
function next (line 2089) | bool next()
function column (line 2161) | int column()
function line (line 2170) | int line()
function length (line 2178) | int length()
function screenLength (line 2187) | int screenLength()
function class (line 2225) | class LineWrapper
FILE: src/pacman.cpp
type pacman (line 19) | namespace pacman {
function searchFile (line 21) | const std::string searchFile(const std::string &data)
function searchDir (line 46) | const std::string searchDir(const std::string &data)
function statFile (line 55) | const std::string statFile(std::vector <std::string> &name_vector)
FILE: src/pacman.h
function namespace (line 11) | namespace pacman {
FILE: src/platform.cpp
type platform (line 34) | namespace platform
function unlink (line 37) | int unlink(const std::string &pathname)
function mkdir (line 55) | int mkdir(const std::string &pathname, mode_t mode)
FILE: src/platform.h
function namespace (line 24) | namespace platform
FILE: src/startool.cpp
function RawExtract (line 101) | bool RawExtract(std::shared_ptr<Hurricane> hurricane, const char *arcfil...
function CreatePanels (line 110) | void CreatePanels()
function CheckCASCDataFolder (line 120) | bool CheckCASCDataFolder(const std::string &dir)
type Arg (line 130) | struct Arg: public option::Arg
method printError (line 132) | static void printError(const char *msg1, const option::Option &opt, co...
method Unknown (line 139) | static option::ArgStatus Unknown(const option::Option &option, bool msg)
method Required (line 147) | static option::ArgStatus Required(const option::Option &option, bool msg)
method NonEmpty (line 157) | static option::ArgStatus NonEmpty(const option::Option &option, bool msg)
method Numeric (line 167) | static option::ArgStatus Numeric(const option::Option &option, bool msg)
type optionIndex (line 182) | enum optionIndex
function parseOptions (line 206) | int parseOptions(int argc, const char **argv)
function loadPalettes (line 277) | void loadPalettes(std::shared_ptr<Hurricane> hurricane,
function testHook (line 409) | void testHook()
function main (line 519) | int main(int argc, const char **argv)
FILE: src/startool.h
type Control (line 93) | typedef struct _control_
type _archive_type_ (line 108) | enum _archive_type_
FILE: src/tileset/MegaTile.cpp
type tileset (line 19) | namespace tileset
FILE: src/tileset/MegaTile.h
function namespace (line 14) | namespace tileset
FILE: src/tileset/TiledPaletteImage.cpp
type tileset (line 10) | namespace tileset
function Pos (line 72) | const Pos TiledPaletteImage::calcAbsolutePos(const Pos &tile_pos, cons...
FILE: src/tileset/TiledPaletteImage.h
function namespace (line 13) | namespace tileset
FILE: src/tileset/TilesetHub.cpp
type tileset (line 24) | namespace tileset
FILE: src/tileset/TilesetHub.h
function namespace (line 23) | namespace tileset
FILE: subprojects/nlohmann_json/benchmarks/src/benchmarks.cpp
function ParseFile (line 12) | static void ParseFile(benchmark::State& state, const char* filename)
function ParseString (line 45) | static void ParseString(benchmark::State& state, const char* filename)
function Dump (line 79) | static void Dump(benchmark::State& state, const char* filename, int indent)
FILE: subprojects/nlohmann_json/doc/docset/docSet.sql
type searchIndex (line 2) | CREATE TABLE searchIndex(id INTEGER PRIMARY KEY, name TEXT, type TEXT, p...
type anchor (line 3) | CREATE UNIQUE INDEX anchor ON searchIndex (name, type, path)
FILE: subprojects/nlohmann_json/doc/examples/README.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/accept__string.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/array.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/array_t.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/at__object_t_key_type.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/at__object_t_key_type_const.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/at__size_type.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/at__size_type_const.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/at_json_pointer.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/at_json_pointer_const.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/back.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/basic_json__CompatibleType.cpp
function main (line 13) | int main()
FILE: subprojects/nlohmann_json/doc/examples/basic_json__InputIt_InputIt.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/basic_json__basic_json.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/basic_json__copyassignment.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/basic_json__list_init_t.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/basic_json__moveconstructor.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/basic_json__nullptr_t.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/basic_json__size_type_basic_json.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/basic_json__value.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/basic_json__value_ptr.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/basic_json__value_t.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/begin.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/binary.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/binary_t.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/boolean_t.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/cbegin.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/cend.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/clear.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/contains.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/contains_json_pointer.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/count.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/crbegin.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/crend.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/diagnostics_extended.cpp
function main (line 8) | int main()
FILE: subprojects/nlohmann_json/doc/examples/diagnostics_standard.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/diff.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/dump.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/emplace.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/emplace_back.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/empty.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/end.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/erase__IteratorType.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/erase__IteratorType_IteratorType.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/erase__key_type.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/erase__size_type.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/exception.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/find__key_type.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/flatten.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/from_bson.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/from_cbor.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/from_msgpack.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/from_ubjson.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/front.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/get__PointerType.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/get__ValueType_const.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/get_binary.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/get_ptr.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/get_ref.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/get_to.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/insert.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/insert__count.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/insert__ilist.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/insert__range.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/insert__range_object.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/invalid_iterator.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/is_array.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/is_binary.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/is_boolean.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/is_discarded.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/is_null.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/is_number.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/is_number_float.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/is_number_integer.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/is_number_unsigned.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/is_object.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/is_primitive.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/is_string.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/is_structured.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/items.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/iterator_wrapper.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/json_pointer.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/json_pointer__back.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/json_pointer__empty.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/json_pointer__operator_add.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/json_pointer__operator_add_binary.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/json_pointer__parent_pointer.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/json_pointer__pop_back.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/json_pointer__push_back.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/json_pointer__to_string.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/max_size.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/merge_patch.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/meta.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/number_float_t.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/number_integer_t.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/number_unsigned_t.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/object.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/object_t.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operator__ValueType.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operator__equal.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operator__equal__nullptr_t.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operator__greater.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operator__greaterequal.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operator__less.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operator__lessequal.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operator__notequal.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operator__notequal__nullptr_t.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operator__value_t.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operator_deserialize.cpp
function main (line 8) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operator_literal_json.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operator_literal_json_pointer.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operator_serialize.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operatorarray__key_type.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operatorarray__key_type_const.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operatorarray__size_type.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operatorarray__size_type_const.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operatorjson_pointer.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/operatorjson_pointer_const.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/ordered_map.cpp
function output (line 6) | void output(const char* prefix, const Map& m)
function main (line 16) | int main()
FILE: subprojects/nlohmann_json/doc/examples/other_error.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/out_of_range.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/parse__allow_exceptions.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/parse__array__parser_callback_t.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/parse__contiguouscontainer__parser_callback_t.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/parse__istream__parser_callback_t.cpp
function main (line 8) | int main()
FILE: subprojects/nlohmann_json/doc/examples/parse__iterator_pair.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/parse__pointers.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/parse__string__parser_callback_t.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/parse_error.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/patch.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/push_back.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/push_back__initializer_list.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/push_back__object_t__value.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/rbegin.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/rend.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/sax_parse.cpp
class sax_event_consumer (line 11) | class sax_event_consumer : public json::json_sax_t
method null (line 16) | bool null() override
method boolean (line 22) | bool boolean(bool val) override
method number_integer (line 28) | bool number_integer(number_integer_t val) override
method number_unsigned (line 34) | bool number_unsigned(number_unsigned_t val) override
method number_float (line 40) | bool number_float(number_float_t val, const string_t& s) override
method string (line 46) | bool string(string_t& val) override
method start_object (line 52) | bool start_object(std::size_t elements) override
method end_object (line 58) | bool end_object() override
method start_array (line 64) | bool start_array(std::size_t elements) override
method end_array (line 70) | bool end_array() override
method key (line 76) | bool key(string_t& val) override
method binary (line 82) | bool binary(json::binary_t& val) override
method parse_error (line 88) | bool parse_error(std::size_t position, const std::string& last_token, ...
function main (line 95) | int main()
FILE: subprojects/nlohmann_json/doc/examples/size.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/std_hash.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/std_swap.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/string_t.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/swap__array_t.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/swap__binary_t.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/swap__object_t.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/swap__reference.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/swap__string_t.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/to_bson.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/to_cbor.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/to_msgpack.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/to_string.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/to_ubjson.cpp
function print_byte (line 8) | void print_byte(uint8_t byte)
function main (line 20) | int main()
FILE: subprojects/nlohmann_json/doc/examples/type.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/type_error.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/type_name.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/examples/unflatten.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/update.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/examples/update__range.cpp
function main (line 7) | int main()
FILE: subprojects/nlohmann_json/doc/mkdocs/docs/integration/conan/example.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/mkdocs/docs/integration/example.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/mkdocs/docs/integration/vcpkg/example.cpp
function main (line 6) | int main()
FILE: subprojects/nlohmann_json/doc/mkdocs/scripts/check_structure.py
function check_structure (line 7) | def check_structure():
function check_examples (line 100) | def check_examples():
FILE: subprojects/nlohmann_json/include/nlohmann/adl_serializer.hpp
type nlohmann (line 11) | namespace nlohmann
type adl_serializer (line 16) | struct adl_serializer
method from_json (line 21) | static auto from_json(BasicJsonType && j, TargetType& val) noexcept(
method from_json (line 31) | static auto from_json(BasicJsonType && j) noexcept(
method to_json (line 41) | static auto to_json(BasicJsonType& j, TargetType && val) noexcept(
FILE: subprojects/nlohmann_json/include/nlohmann/byte_container_with_subtype.hpp
type nlohmann (line 7) | namespace nlohmann
class byte_container_with_subtype (line 13) | class byte_container_with_subtype : public BinaryType
method byte_container_with_subtype (line 20) | byte_container_with_subtype() noexcept(noexcept(container_type()))
method byte_container_with_subtype (line 25) | byte_container_with_subtype(const container_type& b) noexcept(noexce...
method byte_container_with_subtype (line 30) | byte_container_with_subtype(container_type&& b) noexcept(noexcept(co...
method byte_container_with_subtype (line 35) | byte_container_with_subtype(const container_type& b, subtype_type su...
method byte_container_with_subtype (line 42) | byte_container_with_subtype(container_type&& b, subtype_type subtype...
method set_subtype (line 61) | void set_subtype(subtype_type subtype_) noexcept
method subtype_type (line 69) | constexpr subtype_type subtype() const noexcept
method has_subtype (line 76) | constexpr bool has_subtype() const noexcept
method clear_subtype (line 83) | void clear_subtype() noexcept
FILE: subprojects/nlohmann_json/include/nlohmann/detail/conversions/from_json.hpp
type nlohmann::detail (line 24) | namespace nlohmann::detail
type nlohmann::detail (line 30) | namespace nlohmann::detail
type nlohmann (line 36) | namespace nlohmann
type detail (line 38) | namespace detail
function from_json (line 41) | void from_json(const BasicJsonType& j, typename std::nullptr_t& n)
function get_arithmetic_value (line 55) | void get_arithmetic_value(const BasicJsonType& j, ArithmeticType& val)
function from_json (line 88) | void from_json(const BasicJsonType& j, typename BasicJsonType::boole...
function from_json (line 98) | void from_json(const BasicJsonType& j, typename BasicJsonType::strin...
function from_json (line 114) | void from_json(const BasicJsonType& j, ConstructibleStringType& s)
function from_json (line 125) | void from_json(const BasicJsonType& j, typename BasicJsonType::numbe...
function from_json (line 131) | void from_json(const BasicJsonType& j, typename BasicJsonType::numbe...
function from_json (line 137) | void from_json(const BasicJsonType& j, typename BasicJsonType::numbe...
function from_json (line 144) | void from_json(const BasicJsonType& j, EnumType& e)
function from_json (line 154) | void from_json(const BasicJsonType& j, std::forward_list<T, Allocato...
function from_json (line 171) | void from_json(const BasicJsonType& j, std::valarray<T>& l)
function from_json (line 186) | auto from_json(const BasicJsonType& j, T (&arr)[N]) // NOLINT(cppco...
function from_json_array_impl (line 196) | void from_json_array_impl(const BasicJsonType& j, typename BasicJson...
function from_json_array_impl (line 202) | auto from_json_array_impl(const BasicJsonType& j, std::array<T, N>& ...
function from_json_array_impl (line 216) | auto from_json_array_impl(const BasicJsonType& j, ConstructibleArray...
function from_json_array_impl (line 240) | void from_json_array_impl(const BasicJsonType& j, ConstructibleArray...
function from_json (line 265) | auto from_json(const BasicJsonType& j, ConstructibleArrayType& arr)
function from_json_inplace_array_impl (line 279) | std::array<T, sizeof...(Idx)> from_json_inplace_array_impl(BasicJson...
function from_json (line 286) | auto from_json(BasicJsonType&& j, identity_tag<std::array<T, N>> tag)
function from_json (line 298) | void from_json(const BasicJsonType& j, typename BasicJsonType::binar...
function from_json (line 310) | void from_json(const BasicJsonType& j, ConstructibleObjectType& obj)
function from_json (line 342) | void from_json(const BasicJsonType& j, ArithmeticType& val)
function from_json_tuple_impl_base (line 379) | std::tuple<Args...> from_json_tuple_impl_base(BasicJsonType&& j, ind...
function from_json_tuple_impl (line 385) | std::pair<A1, A2> from_json_tuple_impl(BasicJsonType&& j, identity_t...
function from_json_tuple_impl (line 392) | void from_json_tuple_impl(BasicJsonType&& j, std::pair<A1, A2>& p, p...
function from_json_tuple_impl (line 398) | std::tuple<Args...> from_json_tuple_impl(BasicJsonType&& j, identity...
function from_json_tuple_impl (line 404) | void from_json_tuple_impl(BasicJsonType&& j, std::tuple<Args...>& t,...
function from_json (line 410) | auto from_json(BasicJsonType&& j, TupleRelated&& t)
function from_json (line 424) | void from_json(const BasicJsonType& j, std::map<Key, Value, Compare,...
function from_json (line 444) | void from_json(const BasicJsonType& j, std::unordered_map<Key, Value...
function from_json (line 463) | void from_json(const BasicJsonType& j, std_fs::path& p)
type from_json_fn (line 473) | struct from_json_fn
FILE: subprojects/nlohmann_json/include/nlohmann/detail/conversions/to_chars.hpp
type nlohmann (line 12) | namespace nlohmann
type detail (line 14) | namespace detail
type dtoa_impl (line 36) | namespace dtoa_impl
function Target (line 40) | Target reinterpret_bits(const Source source)
type diyfp (line 49) | struct diyfp // f * 2^e
method diyfp (line 56) | constexpr diyfp(std::uint64_t f_, int e_) noexcept : f(f_), e(e_...
method diyfp (line 62) | static diyfp sub(const diyfp& x, const diyfp& y) noexcept
method diyfp (line 74) | static diyfp mul(const diyfp& x, const diyfp& y) noexcept
method diyfp (line 139) | static diyfp normalize(diyfp x) noexcept
method diyfp (line 156) | static diyfp normalize_to(const diyfp& x, const int target_expon...
type boundaries (line 167) | struct boundaries
function boundaries (line 181) | boundaries compute_boundaries(FloatType value)
type cached_power (line 306) | struct cached_power // c = f * 2^e ~= 10^k
function cached_power (line 320) | inline cached_power get_cached_power_for_binary_exponent(int e)
function find_largest_pow10 (line 484) | inline int find_largest_pow10(const std::uint32_t n, std::uint32_t...
function grisu2_round (line 538) | inline void grisu2_round(char* buf, int len, std::uint64_t dist, s...
function grisu2_digit_gen (line 579) | inline void grisu2_digit_gen(char* buffer, int& length, int& decim...
function grisu2 (line 820) | inline void grisu2(char* buf, int& len, int& decimal_exponent,
function JSON_HEDLEY_NON_NULL (line 879) | JSON_HEDLEY_NON_NULL(1)
FILE: subprojects/nlohmann_json/include/nlohmann/detail/conversions/to_json.hpp
type nlohmann::detail (line 20) | namespace nlohmann::detail
type nlohmann::detail (line 26) | namespace nlohmann::detail
type nlohmann (line 32) | namespace nlohmann
type detail (line 34) | namespace detail
type external_constructor (line 47) | struct external_constructor
type external_constructor<value_t::boolean> (line 50) | struct external_constructor<value_t::boolean>
method construct (line 53) | static void construct(BasicJsonType& j, typename BasicJsonType::bo...
type external_constructor<value_t::string> (line 63) | struct external_constructor<value_t::string>
method construct (line 66) | static void construct(BasicJsonType& j, const typename BasicJsonTy...
method construct (line 75) | static void construct(BasicJsonType& j, typename BasicJsonType::st...
method construct (line 86) | static void construct(BasicJsonType& j, const CompatibleStringType...
type external_constructor<value_t::binary> (line 96) | struct external_constructor<value_t::binary>
method construct (line 99) | static void construct(BasicJsonType& j, const typename BasicJsonTy...
method construct (line 108) | static void construct(BasicJsonType& j, typename BasicJsonType::bi...
type external_constructor<value_t::number_float> (line 118) | struct external_constructor<value_t::number_float>
method construct (line 121) | static void construct(BasicJsonType& j, typename BasicJsonType::nu...
type external_constructor<value_t::number_unsigned> (line 131) | struct external_constructor<value_t::number_unsigned>
method construct (line 134) | static void construct(BasicJsonType& j, typename BasicJsonType::nu...
type external_constructor<value_t::number_integer> (line 144) | struct external_constructor<value_t::number_integer>
method construct (line 147) | static void construct(BasicJsonType& j, typename BasicJsonType::nu...
type external_constructor<value_t::array> (line 157) | struct external_constructor<value_t::array>
method construct (line 160) | static void construct(BasicJsonType& j, const typename BasicJsonTy...
method construct (line 170) | static void construct(BasicJsonType& j, typename BasicJsonType::ar...
method construct (line 182) | static void construct(BasicJsonType& j, const CompatibleArrayType&...
method construct (line 195) | static void construct(BasicJsonType& j, const std::vector<bool>& arr)
method construct (line 211) | static void construct(BasicJsonType& j, const std::valarray<T>& arr)
type external_constructor<value_t::object> (line 227) | struct external_constructor<value_t::object>
method construct (line 230) | static void construct(BasicJsonType& j, const typename BasicJsonTy...
method construct (line 240) | static void construct(BasicJsonType& j, typename BasicJsonType::ob...
method construct (line 251) | static void construct(BasicJsonType& j, const CompatibleObjectType...
function to_json (line 270) | void to_json(BasicJsonType& j, T b) noexcept
function to_json (line 277) | void to_json(BasicJsonType& j, const CompatibleString& s)
function to_json (line 283) | void to_json(BasicJsonType& j, typename BasicJsonType::string_t&& s)
function to_json (line 290) | void to_json(BasicJsonType& j, FloatType val) noexcept
function to_json (line 297) | void to_json(BasicJsonType& j, CompatibleNumberUnsignedType val) noe...
function to_json (line 304) | void to_json(BasicJsonType& j, CompatibleNumberIntegerType val) noex...
function to_json (line 311) | void to_json(BasicJsonType& j, EnumType e) noexcept
function to_json (line 318) | void to_json(BasicJsonType& j, const std::vector<bool>& e)
function to_json (line 331) | void to_json(BasicJsonType& j, const CompatibleArrayType& arr)
function to_json (line 337) | void to_json(BasicJsonType& j, const typename BasicJsonType::binary_...
function to_json (line 344) | void to_json(BasicJsonType& j, const std::valarray<T>& arr)
function to_json (line 350) | void to_json(BasicJsonType& j, typename BasicJsonType::array_t&& arr)
function to_json (line 357) | void to_json(BasicJsonType& j, const CompatibleObjectType& obj)
function to_json (line 363) | void to_json(BasicJsonType& j, typename BasicJsonType::object_t&& obj)
function to_json (line 373) | void to_json(BasicJsonType& j, const T(&arr)[N]) // NOLINT(cppcoregu...
function to_json (line 379) | void to_json(BasicJsonType& j, const std::pair<T1, T2>& p)
function to_json (line 387) | void to_json(BasicJsonType& j, const T& b)
function to_json_tuple_impl (line 393) | void to_json_tuple_impl(BasicJsonType& j, const Tuple& t, index_sequ...
function to_json (line 399) | void to_json(BasicJsonType& j, const T& t)
function to_json (line 406) | void to_json(BasicJsonType& j, const std_fs::path& p)
type to_json_fn (line 412) | struct to_json_fn
FILE: subprojects/nlohmann_json/include/nlohmann/detail/exceptions.hpp
type nlohmann (line 13) | namespace nlohmann
type detail (line 15) | namespace detail
class exception (line 23) | class exception : public std::exception
method JSON_HEDLEY_NON_NULL (line 36) | JSON_HEDLEY_NON_NULL(3)
method name (line 39) | static std::string name(const std::string& ename, int id_)
method diagnostics (line 45) | static std::string diagnostics(const BasicJsonType& leaf_element)
class parse_error (line 115) | class parse_error : public exception
method parse_error (line 128) | static parse_error create(int id_, const position_t& pos, const st...
method parse_error (line 136) | static parse_error create(int id_, std::size_t byte_, const std::s...
method parse_error (line 156) | parse_error(int id_, std::size_t byte_, const char* what_arg)
method position_string (line 159) | static std::string position_string(const position_t& pos)
class invalid_iterator (line 168) | class invalid_iterator : public exception
method invalid_iterator (line 172) | static invalid_iterator create(int id_, const std::string& what_ar...
method JSON_HEDLEY_NON_NULL (line 179) | JSON_HEDLEY_NON_NULL(3)
class type_error (line 186) | class type_error : public exception
method type_error (line 190) | static type_error create(int id_, const std::string& what_arg, con...
method JSON_HEDLEY_NON_NULL (line 197) | JSON_HEDLEY_NON_NULL(3)
class out_of_range (line 203) | class out_of_range : public exception
method out_of_range (line 207) | static out_of_range create(int id_, const std::string& what_arg, c...
method JSON_HEDLEY_NON_NULL (line 214) | JSON_HEDLEY_NON_NULL(3)
class other_error (line 220) | class other_error : public exception
method other_error (line 224) | static other_error create(int id_, const std::string& what_arg, co...
method JSON_HEDLEY_NON_NULL (line 231) | JSON_HEDLEY_NON_NULL(3)
FILE: subprojects/nlohmann_json/include/nlohmann/detail/hash.hpp
type nlohmann (line 10) | namespace nlohmann
type detail (line 12) | namespace detail
function combine (line 16) | inline std::size_t combine(std::size_t seed, std::size_t h) noexcept
function hash (line 34) | std::size_t hash(const BasicJsonType& j)
FILE: subprojects/nlohmann_json/include/nlohmann/detail/input/binary_reader.hpp
type nlohmann (line 25) | namespace nlohmann
type detail (line 27) | namespace detail
type cbor_tag_handler_t (line 31) | enum class cbor_tag_handler_t
function little_endianness (line 45) | static inline bool little_endianness(int num = 1) noexcept
class binary_reader (line 59) | class binary_reader
method binary_reader (line 76) | explicit binary_reader(InputAdapterType&& adapter) noexcept : ia(s...
method binary_reader (line 82) | binary_reader(const binary_reader&) = delete;
method binary_reader (line 83) | binary_reader(binary_reader&&) = default;
method binary_reader (line 84) | binary_reader& operator=(const binary_reader&) = delete;
method binary_reader (line 85) | binary_reader& operator=(binary_reader&&) = default;
method JSON_HEDLEY_NON_NULL (line 96) | JSON_HEDLEY_NON_NULL(3)
method parse_bson_internal (line 159) | bool parse_bson_internal()
method get_bson_cstr (line 184) | bool get_bson_cstr(string_t& result)
method get_bson_string (line 214) | bool get_bson_string(const NumberType len, string_t& result)
method get_bson_binary (line 235) | bool get_bson_binary(const NumberType len, binary_t& result)
method parse_bson_element_internal (line 261) | bool parse_bson_element_internal(const char_int_type element_type,
method parse_bson_element_list (line 339) | bool parse_bson_element_list(const bool is_array)
method parse_bson_array (line 377) | bool parse_bson_array()
method parse_cbor_internal (line 407) | bool parse_cbor_internal(const bool get_char,
method get_cbor_string (line 895) | bool get_cbor_string(string_t& result)
method get_cbor_binary (line 990) | bool get_cbor_binary(binary_t& result)
method get_cbor_array (line 1084) | bool get_cbor_array(const std::size_t len,
method get_cbor_object (line 1122) | bool get_cbor_object(const std::size_t len,
method parse_msgpack_internal (line 1178) | bool parse_msgpack_internal()
method get_msgpack_string (line 1558) | bool get_msgpack_string(string_t& result)
method get_msgpack_binary (line 1640) | bool get_msgpack_binary(binary_t& result)
method get_msgpack_array (line 1751) | bool get_msgpack_array(const std::size_t len)
method get_msgpack_object (line 1773) | bool get_msgpack_object(const std::size_t len)
method parse_ubjson_internal (line 1810) | bool parse_ubjson_internal(const bool get_char = true)
method get_ubjson_string (line 1829) | bool get_ubjson_string(string_t& result, const bool get_char = true)
method get_ubjson_size_value (line 1883) | bool get_ubjson_size_value(std::size_t& result)
method get_ubjson_size_type (line 1960) | bool get_ubjson_size_type(std::pair<std::size_t, char_int_type>& r...
method get_ubjson_value (line 2001) | bool get_ubjson_value(const char_int_type prefix)
method get_ubjson_array (line 2102) | bool get_ubjson_array()
method get_ubjson_object (line 2164) | bool get_ubjson_object()
method get_ubjson_high_precision_number (line 2239) | bool get_ubjson_high_precision_number()
method char_int_type (line 2315) | char_int_type get()
method char_int_type (line 2324) | char_int_type get_ignore_noop()
method get_number (line 2349) | bool get_number(const input_format_t format, NumberType& result)
method get_string (line 2392) | bool get_string(const input_format_t format,
method get_binary (line 2425) | bool get_binary(const input_format_t format,
method JSON_HEDLEY_NON_NULL (line 2448) | JSON_HEDLEY_NON_NULL(3)
method get_token_string (line 2462) | std::string get_token_string() const
method exception_message (line 2475) | std::string exception_message(const input_format_t format,
FILE: subprojects/nlohmann_json/include/nlohmann/detail/input/input_adapters.hpp
type nlohmann (line 21) | namespace nlohmann
type detail (line 23) | namespace detail
type input_format_t (line 26) | enum class input_format_t { json, cbor, msgpack, ubjson, bson }
class file_input_adapter (line 37) | class file_input_adapter
method file_input_adapter (line 43) | explicit file_input_adapter(std::FILE* f) noexcept
method file_input_adapter (line 48) | file_input_adapter(const file_input_adapter&) = delete;
method file_input_adapter (line 49) | file_input_adapter(file_input_adapter&&) noexcept = default;
method file_input_adapter (line 50) | file_input_adapter& operator=(const file_input_adapter&) = delete;
method file_input_adapter (line 51) | file_input_adapter& operator=(file_input_adapter&&) = delete;
method get_character (line 54) | std::char_traits<char>::int_type get_character() noexcept
class input_stream_adapter (line 74) | class input_stream_adapter
method input_stream_adapter (line 89) | explicit input_stream_adapter(std::istream& i)
method input_stream_adapter (line 94) | input_stream_adapter(const input_stream_adapter&) = delete;
method input_stream_adapter (line 95) | input_stream_adapter& operator=(input_stream_adapter&) = delete;
method input_stream_adapter (line 96) | input_stream_adapter& operator=(input_stream_adapter&&) = delete;
method input_stream_adapter (line 98) | input_stream_adapter(input_stream_adapter&& rhs) noexcept
method get_character (line 108) | std::char_traits<char>::int_type get_character()
class iterator_input_adapter (line 129) | class iterator_input_adapter
method iterator_input_adapter (line 134) | iterator_input_adapter(IteratorType first, IteratorType last)
method get_character (line 138) | typename std::char_traits<char_type>::int_type get_character()
method empty (line 157) | bool empty() const
type wide_string_input_helper (line 165) | struct wide_string_input_helper
type wide_string_input_helper<BaseInputAdapter, 4> (line 168) | struct wide_string_input_helper<BaseInputAdapter, 4>
method fill_buffer (line 171) | static void fill_buffer(BaseInputAdapter& input,
type wide_string_input_helper<BaseInputAdapter, 2> (line 226) | struct wide_string_input_helper<BaseInputAdapter, 2>
method fill_buffer (line 229) | static void fill_buffer(BaseInputAdapter& input,
class wide_string_input_adapter (line 289) | class wide_string_input_adapter
method wide_string_input_adapter (line 294) | wide_string_input_adapter(BaseInputAdapter base)
method get_character (line 297) | typename std::char_traits<char>::int_type get_character() noexcept
method fill_buffer (line 318) | void fill_buffer()
type iterator_input_adapter_factory (line 334) | struct iterator_input_adapter_factory
method adapter_type (line 340) | static adapter_type create(IteratorType first, IteratorType last)
type is_iterator_of_multibyte (line 347) | struct is_iterator_of_multibyte
type iterator_input_adapter_factory<IteratorType, enable_if_t<is_iterator_of_multibyte<IteratorType>::value>> (line 357) | struct iterator_input_adapter_factory<IteratorType, enable_if_t<is_i...
method adapter_type (line 364) | static adapter_type create(IteratorType first, IteratorType last)
function input_adapter (line 372) | typename iterator_input_adapter_factory<IteratorType>::adapter_type ...
type container_input_adapter_factory_impl (line 382) | namespace container_input_adapter_factory_impl
type container_input_adapter_factory (line 389) | struct container_input_adapter_factory {}
type container_input_adapter_factory< ContainerType,
void_t<decltype(begin(std::declval<ContainerType>()), end(std::declval<ContainerType>()))>> (line 392) | struct container_input_adapter_factory< ContainerType,
method adapter_type (line 397) | static adapter_type create(const ContainerType& container)
function input_adapter (line 406) | typename container_input_adapter_factory_impl::container_input_adapt...
function file_input_adapter (line 413) | inline file_input_adapter input_adapter(std::FILE* file)
method file_input_adapter (line 43) | explicit file_input_adapter(std::FILE* f) noexcept
method file_input_adapter (line 48) | file_input_adapter(const file_input_adapter&) = delete;
method file_input_adapter (line 49) | file_input_adapter(file_input_adapter&&) noexcept = default;
method file_input_adapter (line 50) | file_input_adapter& operator=(const file_input_adapter&) = delete;
method file_input_adapter (line 51) | file_input_adapter& operator=(file_input_adapter&&) = delete;
method get_character (line 54) | std::char_traits<char>::int_type get_character() noexcept
function input_stream_adapter (line 418) | inline input_stream_adapter input_adapter(std::istream& stream)
method input_stream_adapter (line 89) | explicit input_stream_adapter(std::istream& i)
method input_stream_adapter (line 94) | input_stream_adapter(const input_stream_adapter&) = delete;
method input_stream_adapter (line 95) | input_stream_adapter& operator=(input_stream_adapter&) = delete;
method input_stream_adapter (line 96) | input_stream_adapter& operator=(input_stream_adapter&&) = delete;
method input_stream_adapter (line 98) | input_stream_adapter(input_stream_adapter&& rhs) noexcept
method get_character (line 108) | std::char_traits<char>::int_type get_character()
function input_stream_adapter (line 423) | inline input_stream_adapter input_adapter(std::istream&& stream)
method input_stream_adapter (line 89) | explicit input_stream_adapter(std::istream& i)
method input_stream_adapter (line 94) | input_stream_adapter(const input_stream_adapter&) = delete;
method input_stream_adapter (line 95) | input_stream_adapter& operator=(input_stream_adapter&) = delete;
method input_stream_adapter (line 96) | input_stream_adapter& operator=(input_stream_adapter&&) = delete;
method input_stream_adapter (line 98) | input_stream_adapter(input_stream_adapter&& rhs) noexcept
method get_character (line 108) | std::char_traits<char>::int_type get_character()
function contiguous_bytes_input_adapter (line 439) | contiguous_bytes_input_adapter input_adapter(CharT b)
function input_adapter (line 447) | auto input_adapter(T (&array)[N]) -> decltype(input_adapter(array, a...
class span_input_adapter (line 455) | class span_input_adapter
method span_input_adapter (line 464) | span_input_adapter(CharT b, std::size_t l)
method span_input_adapter (line 471) | span_input_adapter(IteratorType first, IteratorType last)
method contiguous_bytes_input_adapter (line 474) | contiguous_bytes_input_adapter&& get()
FILE: subprojects/nlohmann_json/include/nlohmann/detail/input/json_sax.hpp
type nlohmann (line 11) | namespace nlohmann
type json_sax (line 23) | struct json_sax
method json_sax (line 129) | json_sax() = default;
method json_sax (line 130) | json_sax(const json_sax&) = default;
method json_sax (line 131) | json_sax(json_sax&&) noexcept = default;
method json_sax (line 132) | json_sax& operator=(const json_sax&) = default;
method json_sax (line 133) | json_sax& operator=(json_sax&&) noexcept = default;
type detail (line 138) | namespace detail
class json_sax_dom_parser (line 154) | class json_sax_dom_parser
method json_sax_dom_parser (line 168) | explicit json_sax_dom_parser(BasicJsonType& r, const bool allow_ex...
method json_sax_dom_parser (line 173) | json_sax_dom_parser(const json_sax_dom_parser&) = delete;
method json_sax_dom_parser (line 174) | json_sax_dom_parser(json_sax_dom_parser&&) = default;
method json_sax_dom_parser (line 175) | json_sax_dom_parser& operator=(const json_sax_dom_parser&) = delete;
method json_sax_dom_parser (line 176) | json_sax_dom_parser& operator=(json_sax_dom_parser&&) = default;
method null (line 179) | bool null()
method boolean (line 185) | bool boolean(bool val)
method number_integer (line 191) | bool number_integer(number_integer_t val)
method number_unsigned (line 197) | bool number_unsigned(number_unsigned_t val)
method number_float (line 203) | bool number_float(number_float_t val, const string_t& /*unused*/)
method string (line 209) | bool string(string_t& val)
method binary (line 215) | bool binary(binary_t& val)
method start_object (line 221) | bool start_object(std::size_t len)
method key (line 233) | bool key(string_t& val)
method end_object (line 240) | bool end_object()
method start_array (line 247) | bool start_array(std::size_t len)
method end_array (line 259) | bool end_array()
method parse_error (line 267) | bool parse_error(std::size_t /*unused*/, const std::string& /*unus...
method is_errored (line 279) | constexpr bool is_errored() const
method JSON_HEDLEY_RETURNS_NON_NULL (line 292) | JSON_HEDLEY_RETURNS_NON_NULL
class json_sax_dom_callback_parser (line 328) | class json_sax_dom_callback_parser
method json_sax_dom_callback_parser (line 339) | json_sax_dom_callback_parser(BasicJsonType& r,
method json_sax_dom_callback_parser (line 348) | json_sax_dom_callback_parser(const json_sax_dom_callback_parser&) ...
method json_sax_dom_callback_parser (line 349) | json_sax_dom_callback_parser(json_sax_dom_callback_parser&&) = def...
method json_sax_dom_callback_parser (line 350) | json_sax_dom_callback_parser& operator=(const json_sax_dom_callbac...
method json_sax_dom_callback_parser (line 351) | json_sax_dom_callback_parser& operator=(json_sax_dom_callback_pars...
method null (line 354) | bool null()
method boolean (line 360) | bool boolean(bool val)
method number_integer (line 366) | bool number_integer(number_integer_t val)
method number_unsigned (line 372) | bool number_unsigned(number_unsigned_t val)
method number_float (line 378) | bool number_float(number_float_t val, const string_t& /*unused*/)
method string (line 384) | bool string(string_t& val)
method binary (line 390) | bool binary(binary_t& val)
method start_object (line 396) | bool start_object(std::size_t len)
method key (line 414) | bool key(string_t& val)
method end_object (line 431) | bool end_object()
method start_array (line 467) | bool start_array(std::size_t len)
method end_array (line 484) | bool end_array()
method parse_error (line 517) | bool parse_error(std::size_t /*unused*/, const std::string& /*unus...
method is_errored (line 529) | constexpr bool is_errored() const
method handle_value (line 551) | std::pair<bool, BasicJsonType*> handle_value(Value&& v, const bool...
class json_sax_acceptor (line 635) | class json_sax_acceptor
method null (line 644) | bool null()
method boolean (line 649) | bool boolean(bool /*unused*/)
method number_integer (line 654) | bool number_integer(number_integer_t /*unused*/)
method number_unsigned (line 659) | bool number_unsigned(number_unsigned_t /*unused*/)
method number_float (line 664) | bool number_float(number_float_t /*unused*/, const string_t& /*unu...
method string (line 669) | bool string(string_t& /*unused*/)
method binary (line 674) | bool binary(binary_t& /*unused*/)
method start_object (line 679) | bool start_object(std::size_t /*unused*/ = static_cast<std::size_t...
method key (line 684) | bool key(string_t& /*unused*/)
method end_object (line 689) | bool end_object()
method start_array (line 694) | bool start_array(std::size_t /*unused*/ = static_cast<std::size_t>...
method end_array (line 699) | bool end_array()
method parse_error (line 704) | bool parse_error(std::size_t /*unused*/, const std::string& /*unus...
FILE: subprojects/nlohmann_json/include/nlohmann/detail/input/lexer.hpp
type nlohmann (line 17) | namespace nlohmann
type detail (line 19) | namespace detail
class lexer_base (line 26) | class lexer_base
type token_type (line 30) | enum class token_type
class lexer (line 103) | class lexer : public lexer_base<BasicJsonType>
method lexer (line 115) | explicit lexer(InputAdapterType&& adapter, bool ignore_comments_ =...
method lexer (line 122) | lexer(const lexer&) = delete;
method lexer (line 123) | lexer(lexer&&) = default;
method lexer (line 124) | lexer& operator=(lexer&) = delete;
method lexer (line 125) | lexer& operator=(lexer&&) = default;
method JSON_HEDLEY_PURE (line 134) | JSON_HEDLEY_PURE
method get_codepoint (line 161) | int get_codepoint()
method next_byte_in_range (line 209) | bool next_byte_in_range(std::initializer_list<char_int_type> ranges)
method token_type (line 246) | token_type scan_string()
method scan_comment (line 836) | bool scan_comment()
method strtof (line 904) | static void strtof(float& f, const char* str, char** endptr) noexcept
method strtof (line 910) | static void strtof(double& f, const char* str, char** endptr) noex...
method strtof (line 916) | static void strtof(long double& f, const char* str, char** endptr)...
method token_type (line 961) | token_type scan_number() // lgtm [cpp/use-of-goto]
function reset (line 1312) | void reset() noexcept
function char_int_type (line 1329) | char_int_type get()
function unget (line 1366) | void unget()
function add (line 1393) | void add(char_int_type c)
function number_unsigned_t (line 1410) | constexpr number_unsigned_t get_number_unsigned() const noexcept
function number_float_t (line 1416) | constexpr number_float_t get_number_float() const noexcept
function string_t (line 1422) | string_t& get_string()
function position_t (line 1432) | constexpr position_t get_position() const noexcept
function get_token_string (line 1440) | std::string get_token_string() const
function JSON_HEDLEY_RETURNS_NON_NULL (line 1464) | JSON_HEDLEY_RETURNS_NON_NULL
function skip_bom (line 1478) | bool skip_bom()
function skip_whitespace (line 1492) | void skip_whitespace()
function token_type (line 1501) | token_type scan()
FILE: subprojects/nlohmann_json/include/nlohmann/detail/input/parser.hpp
type nlohmann (line 18) | namespace nlohmann
type detail (line 20) | namespace detail
type parse_event_t (line 26) | enum class parse_event_t : std::uint8_t
class parser (line 52) | class parser
method parser (line 63) | explicit parser(InputAdapterType&& adapter,
method parse (line 85) | void parse(const bool strict, BasicJsonType& result)
method accept (line 145) | bool accept(const bool strict = true)
method sax_parse (line 153) | bool sax_parse(SAX* sax, const bool strict = true)
method sax_parse_internal (line 172) | bool sax_parse_internal(SAX* sax)
method token_type (line 453) | token_type get_token()
method exception_message (line 458) | std::string exception_message(const token_type expected, const std...
FILE: subprojects/nlohmann_json/include/nlohmann/detail/input/position_t.hpp
type nlohmann (line 5) | namespace nlohmann
type detail (line 7) | namespace detail
type position_t (line 10) | struct position_t
FILE: subprojects/nlohmann_json/include/nlohmann/detail/iterators/internal_iterator.hpp
type nlohmann (line 5) | namespace nlohmann
type detail (line 7) | namespace detail
type internal_iterator (line 15) | struct internal_iterator
FILE: subprojects/nlohmann_json/include/nlohmann/detail/iterators/iter_impl.hpp
type nlohmann (line 14) | namespace nlohmann
type detail (line 16) | namespace detail
class iteration_proxy (line 19) | class iteration_proxy
class iteration_proxy_value (line 20) | class iteration_proxy_value
function set_end (line 39) | class iter_impl // NOLINT(cppcoreguidelines-special-member-functions...
function pointer (line 313) | pointer operator->() const
function iter_impl (line 355) | iter_impl const operator++(int) // NOLINT(readability-const-return-type)
function iter_impl (line 366) | iter_impl& operator++()
function iter_impl (line 406) | iter_impl const operator--(int) // NOLINT(readability-const-return-type)
function iter_impl (line 417) | iter_impl& operator--()
function iter_impl (line 565) | iter_impl& operator+=(difference_type i)
function iter_impl (line 602) | iter_impl& operator-=(difference_type i)
function iter_impl (line 611) | iter_impl operator+(difference_type i) const
function friend (line 622) | friend iter_impl operator+(difference_type i, const iter_impl& it)
function iter_impl (line 633) | iter_impl operator-(difference_type i) const
function difference_type (line 644) | difference_type operator-(const iter_impl& other) const
function reference (line 673) | reference operator[](difference_type n) const
function reference (line 727) | reference value() const
FILE: subprojects/nlohmann_json/include/nlohmann/detail/iterators/iteration_proxy.hpp
type nlohmann (line 12) | namespace nlohmann
type detail (line 14) | namespace detail
function int_to_string (line 17) | void int_to_string( string_type& target, std::size_t value )
class iteration_proxy_value (line 23) | class iteration_proxy_value
method iteration_proxy_value (line 46) | explicit iteration_proxy_value(IteratorType it) noexcept
method iteration_proxy_value (line 51) | iteration_proxy_value& operator*()
method iteration_proxy_value (line 57) | iteration_proxy_value& operator++()
method string_type (line 78) | const string_type& key() const
method value (line 114) | typename IteratorType::reference value() const
class iteration_proxy (line 121) | class iteration_proxy
method iteration_proxy (line 129) | explicit iteration_proxy(typename IteratorType::reference cont) no...
method begin (line 133) | iteration_proxy_value<IteratorType> begin() noexcept
method end (line 139) | iteration_proxy_value<IteratorType> end() noexcept
function get (line 148) | auto get(const nlohmann::detail::iteration_proxy_value<IteratorType>...
function get (line 156) | auto get(const nlohmann::detail::iteration_proxy_value<IteratorType>...
type std (line 167) | namespace std
class tuple_size<::nlohmann::detail::iteration_proxy_value<IteratorType>> (line 175) | class tuple_size<::nlohmann::detail::iteration_proxy_value<IteratorType>>
class tuple_element<N, ::nlohmann::detail::iteration_proxy_value<IteratorType >> (line 179) | class tuple_element<N, ::nlohmann::detail::iteration_proxy_value<Itera...
FILE: subprojects/nlohmann_json/include/nlohmann/detail/iterators/iterator_traits.hpp
type nlohmann (line 8) | namespace nlohmann
type detail (line 10) | namespace detail
type iterator_types (line 13) | struct iterator_types {}
type iterator_types <
It,
void_t<typename It::difference_type, typename It::value_type, typename It::pointer,
typename It::reference, typename It::iterator_category >> (line 16) | struct iterator_types <
type iterator_traits (line 31) | struct iterator_traits
type iterator_traits < T, enable_if_t < !std::is_pointer<T>::value >> (line 36) | struct iterator_traits < T, enable_if_t < !std::is_pointer<T>::value >>
type iterator_traits<T*, enable_if_t<std::is_object<T>::value>> (line 42) | struct iterator_traits<T*, enable_if_t<std::is_object<T>::value>>
FILE: subprojects/nlohmann_json/include/nlohmann/detail/iterators/json_reverse_iterator.hpp
type nlohmann (line 7) | namespace nlohmann
type detail (line 9) | namespace detail
class json_reverse_iterator (line 34) | class json_reverse_iterator : public std::reverse_iterator<Base>
method json_reverse_iterator (line 44) | explicit json_reverse_iterator(const typename base_iterator::itera...
method json_reverse_iterator (line 48) | explicit json_reverse_iterator(const base_iterator& it) noexcept :...
method json_reverse_iterator (line 51) | json_reverse_iterator const operator++(int) // NOLINT(readability-...
method json_reverse_iterator (line 57) | json_reverse_iterator& operator++()
method json_reverse_iterator (line 63) | json_reverse_iterator const operator--(int) // NOLINT(readability-...
method json_reverse_iterator (line 69) | json_reverse_iterator& operator--()
method json_reverse_iterator (line 75) | json_reverse_iterator& operator+=(difference_type i)
method json_reverse_iterator (line 81) | json_reverse_iterator operator+(difference_type i) const
method json_reverse_iterator (line 87) | json_reverse_iterator operator-(difference_type i) const
method difference_type (line 93) | difference_type operator-(const json_reverse_iterator& other) const
method reference (line 99) | reference operator[](difference_type n) const
method key (line 105) | auto key() const -> decltype(std::declval<Base>().key())
method reference (line 112) | reference value() const
FILE: subprojects/nlohmann_json/include/nlohmann/detail/iterators/primitive_iterator.hpp
type nlohmann (line 8) | namespace nlohmann
type detail (line 10) | namespace detail
class primitive_iterator_t (line 21) | class primitive_iterator_t
method difference_type (line 33) | constexpr difference_type get_value() const noexcept
method set_begin (line 39) | void set_begin() noexcept
method set_end (line 45) | void set_end() noexcept
method is_begin (line 51) | constexpr bool is_begin() const noexcept
method is_end (line 57) | constexpr bool is_end() const noexcept
method primitive_iterator_t (line 72) | primitive_iterator_t operator+(difference_type n) noexcept
method difference_type (line 79) | constexpr difference_type operator-(primitive_iterator_t lhs, prim...
method primitive_iterator_t (line 84) | primitive_iterator_t& operator++() noexcept
method primitive_iterator_t (line 90) | primitive_iterator_t const operator++(int) noexcept // NOLINT(read...
method primitive_iterator_t (line 97) | primitive_iterator_t& operator--() noexcept
method primitive_iterator_t (line 103) | primitive_iterator_t const operator--(int) noexcept // NOLINT(read...
method primitive_iterator_t (line 110) | primitive_iterator_t& operator+=(difference_type n) noexcept
method primitive_iterator_t (line 116) | primitive_iterator_t& operator-=(difference_type n) noexcept
FILE: subprojects/nlohmann_json/include/nlohmann/detail/json_pointer.hpp
type nlohmann (line 16) | namespace nlohmann
function top (line 22) | class json_pointer
function BasicJsonType (line 315) | BasicJsonType& get_unchecked(BasicJsonType* ptr) const
function BasicJsonType (line 382) | BasicJsonType& get_checked(BasicJsonType* ptr) const
function BasicJsonType (line 439) | const BasicJsonType& get_unchecked(const BasicJsonType* ptr) const
function BasicJsonType (line 487) | const BasicJsonType& get_checked(const BasicJsonType* ptr) const
function contains (line 535) | bool contains(const BasicJsonType* ptr) const
function split (line 623) | static std::vector<std::string> split(const std::string& reference_string)
function BasicJsonType (line 761) | static BasicJsonType
function friend (line 800) | friend bool operator==(json_pointer const& lhs,
function friend (line 817) | friend bool operator!=(json_pointer const& lhs,
FILE: subprojects/nlohmann_json/include/nlohmann/detail/json_ref.hpp
type nlohmann (line 8) | namespace nlohmann
type detail (line 10) | namespace detail
class json_ref (line 13) | class json_ref
method json_ref (line 18) | json_ref(value_type&& value)
method json_ref (line 22) | json_ref(const value_type& value)
method json_ref (line 26) | json_ref(std::initializer_list<json_ref> init)
method json_ref (line 33) | json_ref(Args && ... args)
method json_ref (line 38) | json_ref(json_ref&&) noexcept = default;
method json_ref (line 39) | json_ref(const json_ref&) = delete;
method json_ref (line 40) | json_ref& operator=(const json_ref&) = delete;
method json_ref (line 41) | json_ref& operator=(json_ref&&) = delete;
method value_type (line 44) | value_type moved_or_copied() const
method value_type (line 53) | value_type const& operator*() const
method value_type (line 58) | value_type const* operator->() const
FILE: subprojects/nlohmann_json/include/nlohmann/detail/macro_scope.hpp
type would_call_std_ (line 391) | struct would_call_std_
FILE: subprojects/nlohmann_json/include/nlohmann/detail/meta/call_std/begin.hpp
type nlohmann (line 5) | namespace nlohmann
FILE: subprojects/nlohmann_json/include/nlohmann/detail/meta/call_std/end.hpp
type nlohmann (line 5) | namespace nlohmann
FILE: subprojects/nlohmann_json/include/nlohmann/detail/meta/cpp_future.hpp
type nlohmann (line 9) | namespace nlohmann
type detail (line 11) | namespace detail
type integer_sequence (line 56) | struct integer_sequence
method size (line 59) | static constexpr std::size_t size() noexcept
type utility_internal (line 73) | namespace utility_internal
type Extend (line 77) | struct Extend
type Gen (line 95) | struct Gen
type Gen<T, 0> (line 102) | struct Gen<T, 0>
type priority_tag (line 140) | struct priority_tag : priority_tag < N - 1 > {}
type priority_tag<0> (line 141) | struct priority_tag<0> {}
type static_const (line 145) | struct static_const
type Extend<integer_sequence<T, Ints...>, SeqSize, 0> (line 81) | struct Extend<integer_sequence<T, Ints...>, SeqSize, 0>
type Extend<integer_sequence<T, Ints...>, SeqSize, 1> (line 87) | struct Extend<integer_sequence<T, Ints...>, SeqSize, 1>
FILE: subprojects/nlohmann_json/include/nlohmann/detail/meta/detected.hpp
type nlohmann (line 8) | namespace nlohmann
type detail (line 10) | namespace detail
type nonesuch (line 12) | struct nonesuch
method nonesuch (line 14) | nonesuch() = delete;
method nonesuch (line 16) | nonesuch(nonesuch const&) = delete;
method nonesuch (line 17) | nonesuch(nonesuch const&&) = delete;
type detector (line 26) | struct detector
type is_detected_lazy (line 43) | struct is_detected_lazy : is_detected<Op, Args...> { }
type detector<Default, void_t<Op<Args...>>, Op, Args...> (line 33) | struct detector<Default, void_t<Op<Args...>>, Op, Args...>
FILE: subprojects/nlohmann_json/include/nlohmann/detail/meta/identity_tag.hpp
type nlohmann (line 3) | namespace nlohmann
type detail (line 5) | namespace detail
type identity_tag (line 8) | struct identity_tag {}
FILE: subprojects/nlohmann_json/include/nlohmann/detail/meta/is_sax.hpp
type nlohmann (line 10) | namespace nlohmann
type detail (line 12) | namespace detail
type is_sax (line 65) | struct is_sax
type is_sax_static_asserts (line 96) | struct is_sax_static_asserts
FILE: subprojects/nlohmann_json/include/nlohmann/detail/meta/type_traits.hpp
type nlohmann (line 17) | namespace nlohmann
type detail (line 27) | namespace detail
type is_basic_json (line 42) | struct is_basic_json : std::false_type {}
class json_ref (line 52) | class json_ref
type is_json_ref (line 55) | struct is_json_ref : std::false_type {}
type is_json_ref<json_ref<T>> (line 58) | struct is_json_ref<json_ref<T>> : std::true_type {}
type has_from_json (line 96) | struct has_from_json : std::false_type {}
type is_getable (line 103) | struct is_getable
type has_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> (line 109) | struct has_from_json < BasicJsonType, T, enable_if_t < !is_basic_jso...
type has_non_default_from_json (line 121) | struct has_non_default_from_json : std::false_type {}
type has_non_default_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> (line 124) | struct has_non_default_from_json < BasicJsonType, T, enable_if_t < !...
type has_to_json (line 136) | struct has_to_json : std::false_type {}
type has_to_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> (line 139) | struct has_to_json < BasicJsonType, T, enable_if_t < !is_basic_json<...
type conjunction (line 154) | struct conjunction : std::true_type { }
type conjunction<B1> (line 155) | struct conjunction<B1> : B1 { }
type negation (line 161) | struct negation : std::integral_constant < bool, !B::value > { }
type is_default_constructible (line 167) | struct is_default_constructible : std::is_default_constructible<T> {}
type is_default_constructible<std::pair<T1, T2>> (line 170) | struct is_default_constructible<std::pair<T1, T2>>
type is_default_constructible<const std::pair<T1, T2>> (line 174) | struct is_default_constructible<const std::pair<T1, T2>>
type is_constructible (line 187) | struct is_constructible : std::is_constructible<T, Args...> {}
type is_constructible<std::pair<T1, T2>> (line 190) | struct is_constructible<std::pair<T1, T2>> : is_default_constructibl...
type is_constructible<const std::pair<T1, T2>> (line 193) | struct is_constructible<const std::pair<T1, T2>> : is_default_constr...
type is_iterator_traits (line 203) | struct is_iterator_traits : std::false_type {}
type is_iterator_traits<iterator_traits<T>> (line 206) | struct is_iterator_traits<iterator_traits<T>>
type is_range (line 221) | struct is_range
type is_complete_type (line 250) | struct is_complete_type : std::false_type {}
type is_complete_type<T, decltype(void(sizeof(T)))> (line 253) | struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_ty...
type is_compatible_object_type_impl (line 257) | struct is_compatible_object_type_impl : std::false_type {}
type is_compatible_object_type_impl <
BasicJsonType, CompatibleObjectType,
enable_if_t < is_detected<mapped_type_t, CompatibleObjectType>::value&&
is_detected<key_type_t, CompatibleObjectType>::value >> (line 260) | struct is_compatible_object_type_impl <
type is_compatible_object_type (line 276) | struct is_compatible_object_type
type is_constructible_object_type_impl (line 281) | struct is_constructible_object_type_impl : std::false_type {}
type is_constructible_object_type_impl <
BasicJsonType, ConstructibleObjectType,
enable_if_t < is_detected<mapped_type_t, ConstructibleObjectType>::value&&
is_detected<key_type_t, ConstructibleObjectType>::value >> (line 284) | struct is_constructible_object_type_impl <
type is_constructible_object_type (line 308) | struct is_constructible_object_type
type is_compatible_string_type (line 313) | struct is_compatible_string_type
type is_constructible_string_type (line 320) | struct is_constructible_string_type
type is_compatible_array_type_impl (line 328) | struct is_compatible_array_type_impl : std::false_type {}
type is_compatible_array_type (line 346) | struct is_compatible_array_type
type is_constructible_array_type_impl (line 350) | struct is_constructible_array_type_impl : std::false_type {}
type is_constructible_array_type_impl <
BasicJsonType, ConstructibleArrayType,
enable_if_t<std::is_same<ConstructibleArrayType,
typename BasicJsonType::value_type>::value >> (line 353) | struct is_constructible_array_type_impl <
type is_constructible_array_type (line 390) | struct is_constructible_array_type
type is_compatible_integer_type_impl (line 395) | struct is_compatible_integer_type_impl : std::false_type {}
type is_compatible_integer_type_impl <
RealIntegerType, CompatibleNumberIntegerType,
enable_if_t < std::is_integral<RealIntegerType>::value&&
std::is_integral<CompatibleNumberIntegerType>::value&&
!std::is_same<bool, CompatibleNumberIntegerType>::value >> (line 398) | struct is_compatible_integer_type_impl <
type is_compatible_integer_type (line 416) | struct is_compatible_integer_type
type is_compatible_type_impl (line 421) | struct is_compatible_type_impl: std::false_type {}
type is_compatible_type_impl <
BasicJsonType, CompatibleType,
enable_if_t<is_complete_type<CompatibleType>::value >> (line 424) | struct is_compatible_type_impl <
type is_compatible_type (line 433) | struct is_compatible_type
type is_constructible_tuple (line 437) | struct is_constructible_tuple : std::false_type {}
type is_ordered_map (line 445) | struct is_ordered_map
type two (line 449) | struct two
function T (line 462) | T conditional_static_cast(U value)
function T (line 468) | T conditional_static_cast(U value)
type conjunction<B1, Bn...> (line 157) | struct conjunction<B1, Bn...>
type is_default_constructible<std::tuple<Ts...>> (line 178) | struct is_default_constructible<std::tuple<Ts...>>
type is_default_constructible<const std::tuple<Ts...>> (line 182) | struct is_default_constructible<const std::tuple<Ts...>>
type is_constructible<std::tuple<Ts...>> (line 196) | struct is_constructible<std::tuple<Ts...>> : is_default_constructible<st...
type is_constructible<const std::tuple<Ts...>> (line 199) | struct is_constructible<const std::tuple<Ts...>> : is_default_constructi...
type is_compatible_array_type_impl <
BasicJsonType, CompatibleArrayType,
enable_if_t <
is_detected<iterator_t, CompatibleArrayType>::value&&
is_iterator_traits<iterator_traits<detected_t<iterator_t, CompatibleArrayType>>>::value&&
// special case for types like std::filesystem::path whose iterator's value_type are themselves
// c.f. https://github.com/nlohmann/json/pull/3073
!std::is_same<CompatibleArrayType, detected_t<range_value_t, CompatibleArrayType>>::value >> (line 331) | struct is_compatible_array_type_impl <
type is_constructible_array_type_impl <
BasicJsonType, ConstructibleArrayType,
enable_if_t < !std::is_same<ConstructibleArrayType,
typename BasicJsonType::value_type>::value&&
!is_compatible_string_type<BasicJsonType, ConstructibleArrayType>::value&&
is_default_constructible<ConstructibleArrayType>::value&&
(std::is_move_assignable<ConstructibleArrayType>::value ||
std::is_copy_assignable<ConstructibleArrayType>::value)&&
is_detected<iterator_t, ConstructibleArrayType>::value&&
is_iterator_traits<iterator_traits<detected_t<iterator_t, ConstructibleArrayType>>>::value&&
is_detected<range_value_t, ConstructibleArrayType>::value&&
// special case for types like std::filesystem::path whose iterator's value_type are themselves
// c.f. https://github.com/nlohmann/json/pull/3073
!std::is_same<ConstructibleArrayType, detected_t<range_value_t, ConstructibleArrayType>>::value&&
is_complete_type <
detected_t<range_value_t, ConstructibleArrayType >>::value >> (line 360) | struct is_constructible_array_type_impl <
type is_constructible_tuple<T1, std::tuple<Args...>> (line 440) | struct is_constructible_tuple<T1, std::tuple<Args...>> : conjunction<is_...
FILE: subprojects/nlohmann_json/include/nlohmann/detail/meta/void_t.hpp
type nlohmann (line 3) | namespace nlohmann
type detail (line 5) | namespace detail
type make_void (line 7) | struct make_void
FILE: subprojects/nlohmann_json/include/nlohmann/detail/output/binary_writer.hpp
type nlohmann (line 16) | namespace nlohmann
type detail (line 18) | namespace detail
class binary_writer (line 28) | class binary_writer
method binary_writer (line 40) | explicit binary_writer(output_adapter_t<CharType> adapter) : oa(st...
method write_bson (line 49) | void write_bson(const BasicJsonType& j)
method write_cbor (line 78) | void write_cbor(const BasicJsonType& j)
method write_msgpack (line 402) | void write_msgpack(const BasicJsonType& j)
method write_ubjson (line 727) | void write_ubjson(const BasicJsonType& j, const bool use_count,
method calc_bson_entry_header_size (line 935) | static std::size_t calc_bson_entry_header_size(const string_t& nam...
method write_bson_entry_header (line 950) | void write_bson_entry_header(const string_t& name,
method write_bson_boolean (line 962) | void write_bson_boolean(const string_t& name,
method write_bson_double (line 972) | void write_bson_double(const string_t& name,
method calc_bson_string_size (line 982) | static std::size_t calc_bson_string_size(const string_t& value)
method write_bson_string (line 990) | void write_bson_string(const string_t& name,
method write_bson_null (line 1004) | void write_bson_null(const string_t& name)
method calc_bson_integer_size (line 1012) | static std::size_t calc_bson_integer_size(const std::int64_t value)
method write_bson_integer (line 1022) | void write_bson_integer(const string_t& name,
method calc_bson_unsigned_size (line 1040) | static constexpr std::size_t calc_bson_unsigned_size(const std::ui...
method write_bson_unsigned (line 1050) | void write_bson_unsigned(const string_t& name,
method write_bson_object_entry (line 1072) | void write_bson_object_entry(const string_t& name,
method calc_bson_array_size (line 1082) | static std::size_t calc_bson_array_size(const typename BasicJsonTy...
method calc_bson_binary_size (line 1097) | static std::size_t calc_bson_binary_size(const typename BasicJsonT...
method write_bson_array (line 1105) | void write_bson_array(const string_t& name,
method write_bson_binary (line 1124) | void write_bson_binary(const string_t& name,
method calc_bson_element_size (line 1139) | static std::size_t calc_bson_element_size(const string_t& name,
method write_bson_element (line 1187) | void write_bson_element(const string_t& name,
method calc_bson_object_size (line 1234) | static std::size_t calc_bson_object_size(const typename BasicJsonT...
method write_bson_object (line 1249) | void write_bson_object(const typename BasicJsonType::object_t& value)
method CharType (line 1265) | static constexpr CharType get_cbor_float_prefix(float /*unused*/)
method CharType (line 1270) | static constexpr CharType get_cbor_float_prefix(double /*unused*/)
method CharType (line 1279) | static constexpr CharType get_msgpack_float_prefix(float /*unused*/)
method CharType (line 1284) | static constexpr CharType get_msgpack_float_prefix(double /*unused*/)
method write_number_with_ubjson_prefix (line 1296) | void write_number_with_ubjson_prefix(const NumberType n,
method write_number_with_ubjson_prefix (line 1309) | void write_number_with_ubjson_prefix(const NumberType n,
method write_number_with_ubjson_prefix (line 1372) | void write_number_with_ubjson_prefix(const NumberType n,
method CharType (line 1436) | CharType ubjson_prefix(const BasicJsonType& j) const noexcept
method CharType (line 1517) | static constexpr CharType get_ubjson_float_prefix(float /*unused*/)
method CharType (line 1522) | static constexpr CharType get_ubjson_float_prefix(double /*unused*/)
method write_number (line 1543) | void write_number(const NumberType n)
method write_compact_float (line 1559) | void write_compact_float(const number_float_t n, detail::input_for...
method CharType (line 1593) | static constexpr CharType to_char_type(std::uint8_t x) noexcept
method CharType (line 1600) | static CharType to_char_type(std::uint8_t x) noexcept
method CharType (line 1611) | static constexpr CharType to_char_type(std::uint8_t x) noexcept
method CharType (line 1622) | static constexpr CharType to_char_type(InputCharType x) noexcept
FILE: subprojects/nlohmann_json/include/nlohmann/detail/output/output_adapters.hpp
type nlohmann (line 17) | namespace nlohmann
type detail (line 19) | namespace detail
type output_adapter_protocol (line 22) | struct output_adapter_protocol
method output_adapter_protocol (line 28) | output_adapter_protocol() = default;
method output_adapter_protocol (line 29) | output_adapter_protocol(const output_adapter_protocol&) = default;
method output_adapter_protocol (line 30) | output_adapter_protocol(output_adapter_protocol&&) noexcept = defa...
method output_adapter_protocol (line 31) | output_adapter_protocol& operator=(const output_adapter_protocol&)...
method output_adapter_protocol (line 32) | output_adapter_protocol& operator=(output_adapter_protocol&&) noex...
class output_vector_adapter (line 41) | class output_vector_adapter : public output_adapter_protocol<CharType>
method output_vector_adapter (line 44) | explicit output_vector_adapter(std::vector<CharType, AllocatorType...
method write_character (line 48) | void write_character(CharType c) override
method JSON_HEDLEY_NON_NULL (line 53) | JSON_HEDLEY_NON_NULL(2)
class output_stream_adapter (line 66) | class output_stream_adapter : public output_adapter_protocol<CharType>
method output_stream_adapter (line 69) | explicit output_stream_adapter(std::basic_ostream<CharType>& s) no...
method write_character (line 73) | void write_character(CharType c) override
method JSON_HEDLEY_NON_NULL (line 78) | JSON_HEDLEY_NON_NULL(2)
class output_string_adapter (line 91) | class output_string_adapter : public output_adapter_protocol<CharType>
method output_string_adapter (line 94) | explicit output_string_adapter(StringType& s) noexcept
method write_character (line 98) | void write_character(CharType c) override
method JSON_HEDLEY_NON_NULL (line 103) | JSON_HEDLEY_NON_NULL(2)
class output_adapter (line 114) | class output_adapter
method output_adapter (line 118) | output_adapter(std::vector<CharType, AllocatorType>& vec)
method output_adapter (line 122) | output_adapter(std::basic_ostream<CharType>& s)
method output_adapter (line 126) | output_adapter(StringType& s)
FILE: subprojects/nlohmann_json/include/nlohmann/detail/output/serializer.hpp
type nlohmann (line 25) | namespace nlohmann
type detail (line 27) | namespace detail
type error_handler_t (line 34) | enum class error_handler_t
class serializer (line 42) | class serializer
method serializer (line 58) | serializer(output_adapter_t<char> s, const char ichar,
method serializer (line 70) | serializer(const serializer&) = delete;
method serializer (line 71) | serializer& operator=(const serializer&) = delete;
method serializer (line 72) | serializer(serializer&&) = delete;
method serializer (line 73) | serializer& operator=(serializer&&) = delete;
method dump (line 98) | void dump(const BasicJsonType& val,
method switch (line 396) | switch (decode(state, codepoint, byte))
function is_negative_number (line 669) | bool is_negative_number(NumberType x)
function is_negative_number (line 675) | bool is_negative_number(NumberType /*unused*/)
function dump_integer (line 695) | void dump_integer(NumberType x)
function dump_float (line 780) | void dump_float(number_float_t x)
function dump_float (line 801) | void dump_float(number_float_t x, std::true_type /*is_ieee_single_or_dou...
function dump_float (line 809) | void dump_float(number_float_t x, std::false_type /*is_ieee_single_or_do...
function decode (line 881) | static std::uint8_t decode(std::uint8_t& state, std::uint32_t& codep, co...
function number_unsigned_t (line 921) | number_unsigned_t remove_sign(number_unsigned_t x)
function number_unsigned_t (line 936) | inline number_unsigned_t remove_sign(number_integer_t x) noexcept
FILE: subprojects/nlohmann_json/include/nlohmann/detail/string_escape.hpp
type nlohmann (line 6) | namespace nlohmann
type detail (line 8) | namespace detail
function replace_substring (line 24) | inline void replace_substring(std::string& s, const std::string& f,
function escape (line 42) | inline std::string escape(std::string s)
function unescape (line 56) | static void unescape(std::string& s)
FILE: subprojects/nlohmann_json/include/nlohmann/detail/value_t.hpp
type nlohmann (line 8) | namespace nlohmann
type detail (line 10) | namespace detail
type value_t (line 40) | enum class value_t : std::uint8_t
FILE: subprojects/nlohmann_json/include/nlohmann/json.hpp
type nlohmann (line 97) | namespace nlohmann
function NLOHMANN_BASIC_JSON_TPL_DECLARATION (line 118) | NLOHMANN_BASIC_JSON_TPL_DECLARATION
function set_parents (line 699) | void set_parents()
function iterator (line 736) | iterator set_parents(iterator it, typename iterator::difference_type c...
function reference (line 749) | reference set_parent(reference j, std::size_t old_capacity = static_ca...
function basic_json (line 811) | basic_json(const value_t v)
function basic_json (line 819) | basic_json(std::nullptr_t = nullptr) noexcept
function basic_json (line 831) | basic_json(CompatibleType && val) noexcept(noexcept( // NOLINT(bugpron...
function basic_json (line 845) | basic_json(const BasicJsonType& val)
function basic_json (line 897) | basic_json(initializer_list_t init,
function JSON_HEDLEY_WARN_UNUSED_RESULT (line 952) | JSON_HEDLEY_WARN_UNUSED_RESULT
function JSON_HEDLEY_WARN_UNUSED_RESULT (line 963) | JSON_HEDLEY_WARN_UNUSED_RESULT
function JSON_HEDLEY_WARN_UNUSED_RESULT (line 974) | JSON_HEDLEY_WARN_UNUSED_RESULT
function JSON_HEDLEY_WARN_UNUSED_RESULT (line 985) | JSON_HEDLEY_WARN_UNUSED_RESULT
function JSON_HEDLEY_WARN_UNUSED_RESULT (line 996) | JSON_HEDLEY_WARN_UNUSED_RESULT
function JSON_HEDLEY_WARN_UNUSED_RESULT (line 1004) | JSON_HEDLEY_WARN_UNUSED_RESULT
function basic_json (line 1012) | basic_json(size_type cnt, const basic_json& val)
function basic_json (line 1025) | basic_json(InputIT first, InputIT last)
function basic_json (line 1135) | basic_json(const JsonRef& ref) : basic_json(ref.moved_or_copied()) {}
function basic_json (line 1139) | basic_json(const basic_json& other)
function basic_json (line 1207) | basic_json(basic_json&& other) noexcept
function basic_json (line 1224) | basic_json& operator=(basic_json other) noexcept (
function value_t (line 1286) | constexpr value_t type() const noexcept
function is_primitive (line 1293) | constexpr bool is_primitive() const noexcept
function is_structured (line 1300) | constexpr bool is_structured() const noexcept
function is_null (line 1307) | constexpr bool is_null() const noexcept
function is_boolean (line 1314) | constexpr bool is_boolean() const noexcept
function is_number (line 1321) | constexpr bool is_number() const noexcept
function is_number_integer (line 1328) | constexpr bool is_number_integer() const noexcept
function is_number_unsigned (line 1335) | constexpr bool is_number_unsigned() const noexcept
function is_number_float (line 1342) | constexpr bool is_number_float() const noexcept
function is_object (line 1349) | constexpr bool is_object() const noexcept
function is_array (line 1356) | constexpr bool is_array() const noexcept
function is_string (line 1363) | constexpr bool is_string() const noexcept
function is_binary (line 1370) | constexpr bool is_binary() const noexcept
function is_discarded (line 1377) | constexpr bool is_discarded() const noexcept
function object_t (line 1408) | object_t* get_impl_ptr(object_t* /*unused*/) noexcept
function object_t (line 1414) | constexpr const object_t* get_impl_ptr(const object_t* /*unused*/) const...
function array_t (line 1420) | array_t* get_impl_ptr(array_t* /*unused*/) noexcept
function array_t (line 1426) | constexpr const array_t* get_impl_ptr(const array_t* /*unused*/) const n...
function string_t (line 1432) | string_t* get_impl_ptr(string_t* /*unused*/) noexcept
function string_t (line 1438) | constexpr const string_t* get_impl_ptr(const string_t* /*unused*/) const...
function boolean_t (line 1444) | boolean_t* get_impl_ptr(boolean_t* /*unused*/) noexcept
function boolean_t (line 1450) | constexpr const boolean_t* get_impl_ptr(const boolean_t* /*unused*/) con...
function number_integer_t (line 1456) | number_integer_t* get_impl_ptr(number_integer_t* /*unused*/) noexcept
function number_integer_t (line 1462) | constexpr const number_integer_t* get_impl_ptr(const number_integer_t* /...
function number_unsigned_t (line 1468) | number_unsigned_t* get_impl_ptr(number_unsigned_t* /*unused*/) noexcept
function number_unsigned_t (line 1474) | constexpr const number_unsigned_t* get_impl_ptr(const number_unsigned_t*...
function number_float_t (line 1480) | number_float_t* get_impl_ptr(number_float_t* /*unused*/) noexcept
function number_float_t (line 1486) | constexpr const number_float_t* get_impl_ptr(const number_float_t* /*unu...
function binary_t (line 1492) | binary_t* get_impl_ptr(binary_t* /*unused*/) noexcept
function binary_t (line 1498) | constexpr const binary_t* get_impl_ptr(const binary_t* /*unused*/) const...
function ReferenceType (line 1515) | static ReferenceType get_ref_impl(ThisType& obj)
function get_ptr (line 1548) | constexpr auto get_ptr() const noexcept -> decltype(std::declval<const b...
function ValueType (line 1640) | ValueType get_impl(detail::priority_tag<1> /*unused*/) const noexcept(no...
function BasicJsonType (line 1665) | BasicJsonType get_impl(detail::priority_tag<2> /*unused*/) const
function basic_json (line 1688) | basic_json get_impl(detail::priority_tag<3> /*unused*/) const
function get_impl (line 1701) | constexpr auto get_impl(detail::priority_tag<4> /*unused*/) const noexcept
function get (line 1777) | auto get() noexcept -> decltype(std::declval<basic_json_t&>().template g...
function ValueType (line 1790) | ValueType & get_to(ValueType& v) const noexcept(noexcept(
function ValueType (line 1803) | ValueType & get_to(ValueType& v) const
function Array (line 1814) | Array get_to(T (&v)[N]) const // NOLINT(cppcoreguidelines-avoid-c-arrays...
function ReferenceType (line 1826) | ReferenceType get_ref()
function ReferenceType (line 1837) | ReferenceType get_ref() const
function binary_t (line 1893) | binary_t& get_binary()
function binary_t (line 1905) | const binary_t& get_binary() const
function reference (line 1928) | reference at(size_type idx)
function const_reference (line 1951) | const_reference at(size_type idx) const
function reference (line 1974) | reference at(const typename object_t::key_type& key)
function const_reference (line 1997) | const_reference at(const typename object_t::key_type& key) const
function reference (line 2020) | reference operator[](size_type idx)
function const_reference (line 2066) | const_reference operator[](size_type idx) const
function reference (line 2079) | reference operator[](const typename object_t::key_type& key)
function const_reference (line 2100) | const_reference operator[](const typename object_t::key_type& key) const
function JSON_HEDLEY_NON_NULL (line 2115) | JSON_HEDLEY_NON_NULL(2)
function JSON_HEDLEY_NON_NULL (line 2138) | JSON_HEDLEY_NON_NULL(2)
function ValueType (line 2157) | ValueType value(const typename object_t::key_type& key, const ValueType&...
function string_t (line 2178) | string_t value(const typename object_t::key_type& key, const char* defau...
function ValueType (line 2187) | ValueType value(const json_pointer& ptr, const ValueType& default_value)...
function string_t (line 2210) | string_t value(const json_pointer& ptr, const char* default_value) const
function reference (line 2217) | reference front()
function const_reference (line 2224) | const_reference front() const
function reference (line 2231) | reference back()
function const_reference (line 2240) | const_reference back() const
function IteratorType (line 2253) | IteratorType erase(IteratorType pos)
function IteratorType (line 2324) | IteratorType erase(IteratorType first, IteratorType last)
function size_type (line 2394) | size_type erase(const typename object_t::key_type& key)
function erase (line 2407) | void erase(const size_type idx)
function iterator (line 2438) | iterator find(KeyT&& key)
function const_iterator (line 2453) | const_iterator find(KeyT&& key) const
function size_type (line 2468) | size_type count(KeyT&& key) const
function contains (line 2478) | bool contains(KeyT && key) const
function contains (line 2485) | bool contains(const json_pointer& ptr) const
function iterator (line 2502) | iterator begin() noexcept
function const_iterator (line 2511) | const_iterator begin() const noexcept
function const_iterator (line 2518) | const_iterator cbegin() const noexcept
function iterator (line 2527) | iterator end() noexcept
function const_iterator (line 2536) | const_iterator end() const noexcept
function const_iterator (line 2543) | const_iterator cend() const noexcept
function reverse_iterator (line 2552) | reverse_iterator rbegin() noexcept
function const_reverse_iterator (line 2559) | const_reverse_iterator rbegin() const noexcept
function reverse_iterator (line 2566) | reverse_iterator rend() noexcept
function const_reverse_iterator (line 2573) | const_reverse_iterator rend() const noexcept
function const_reverse_iterator (line 2580) | const_reverse_iterator crbegin() const noexcept
function const_reverse_iterator (line 2587) | const_reverse_iterator crend() const noexcept
function iterator_wrapper (line 2599) | static iteration_proxy<iterator> iterator_wrapper(reference ref) noexcept
function iterator_wrapper (line 2610) | static iteration_proxy<const_iterator> iterator_wrapper(const_reference ...
function items (line 2617) | iteration_proxy<iterator> items() noexcept
function items (line 2624) | iteration_proxy<const_iterator> items() const noexcept
function empty (line 2641) | bool empty() const noexcept
function size_type (line 2680) | size_type size() const noexcept
function size_type (line 2719) | size_type max_size() const noexcept
function clear (line 2763) | void clear() noexcept
function push_back (line 2824) | void push_back(basic_json&& val)
function reference (line 2849) | reference operator+=(basic_json&& val)
function push_back (line 2857) | void push_back(const basic_json& val)
function reference (line 2881) | reference operator+=(const basic_json& val)
function push_back (line 2889) | void push_back(const typename object_t::value_type& val)
function reference (line 2912) | reference operator+=(const typename object_t::value_type& val)
function push_back (line 2920) | void push_back(initializer_list_t init)
function reference (line 2936) | reference operator+=(initializer_list_t init)
function reference (line 2945) | reference emplace_back(Args&& ... args)
function emplace (line 2970) | std::pair<iterator, bool> emplace(Args&& ... args)
function iterator (line 3002) | iterator insert_iterator(const_iterator pos, Args&& ... args)
function iterator (line 3021) | iterator insert(const_iterator pos, const basic_json& val)
function iterator (line 3041) | iterator insert(const_iterator pos, basic_json&& val)
function iterator (line 3048) | iterator insert(const_iterator pos, size_type cnt, const basic_json& val)
function iterator (line 3068) | iterator insert(const_iterator pos, const_iterator first, const_iterator...
function iterator (line 3099) | iterator insert(const_iterator pos, initializer_list_t ilist)
function insert (line 3119) | void insert(const_iterator first, const_iterator last)
function update (line 3144) | void update(const_reference j, bool merge_objects = false)
function update (line 3151) | void update(const_iterator first, const_iterator last, bool merge_object...
function swap (line 3198) | void swap(reference other) noexcept (
function friend (line 3215) | friend void swap(reference left, reference right) noexcept (
function swap (line 3227) | void swap(array_t& other) // NOLINT(bugprone-exception-escape)
function swap (line 3242) | void swap(object_t& other) // NOLINT(bugprone-exception-escape)
function swap (line 3257) | void swap(string_t& other) // NOLINT(bugprone-exception-escape)
function swap (line 3272) | void swap(binary_t& other) // NOLINT(bugprone-exception-escape)
function swap (line 3287) | void swap(typename binary_t::container_type& other) // NOLINT(bugprone-e...
function friend (line 3408) | friend bool operator!=(const_reference lhs, const_reference rhs) noexcept
function friend (line 3433) | friend bool operator<(const_reference lhs, const_reference rhs) noexcept
function friend (line 3527) | friend bool operator<=(const_reference lhs, const_reference rhs) noexcept
function friend (line 3552) | friend bool operator>(const_reference lhs, const_reference rhs) noexcept
function friend (line 3577) | friend bool operator>=(const_reference lhs, const_reference rhs) noexcept
function friend (line 3611) | friend std::ostream& operator<<(std::ostream& o, const basic_json& j)
function JSON_HEDLEY_WARN_UNUSED_RESULT (line 3651) | JSON_HEDLEY_WARN_UNUSED_RESULT
function JSON_HEDLEY_WARN_UNUSED_RESULT (line 3665) | JSON_HEDLEY_WARN_UNUSED_RESULT
function basic_json (line 3679) | static basic_json parse(detail::span_input_adapter&& i,
function accept (line 3692) | static bool accept(InputType&& i,
function accept (line 3701) | static bool accept(IteratorType first, IteratorType last,
function accept (line 3709) | static bool accept(detail::span_input_adapter&& i,
function sax_parse (line 3719) | static bool sax_parse(InputType&& i, SAX* sax,
function sax_parse (line 3734) | static bool sax_parse(IteratorType first, IteratorType last, SAX* sax,
function sax_parse (line 3753) | static bool sax_parse(detail::span_input_adapter&& i, SAX* sax,
function JSON_HEDLEY_RETURNS_NON_NULL (line 3794) | JSON_HEDLEY_RETURNS_NON_NULL
function to_cbor (line 3857) | static void to_cbor(const basic_json& j, detail::output_adapter<std::uin...
function to_cbor (line 3864) | static void to_cbor(const basic_json& j, detail::output_adapter<char> o)
function to_msgpack (line 3871) | static std::vector<std::uint8_t> to_msgpack(const basic_json& j)
function to_msgpack (line 3880) | static void to_msgpack(const basic_json& j, detail::output_adapter<std::...
function to_msgpack (line 3887) | static void to_msgpack(const basic_json& j, detail::output_adapter<char> o)
function to_ubjson (line 3894) | static std::vector<std::uint8_t> to_ubjson(const basic_json& j,
function to_ubjson (line 3905) | static void to_ubjson(const basic_json& j, detail::output_adapter<std::u...
function to_ubjson (line 3913) | static void to_ubjson(const basic_json& j, detail::output_adapter<char> o,
function to_bson (line 3921) | static std::vector<std::uint8_t> to_bson(const basic_json& j)
function to_bson (line 3930) | static void to_bson(const basic_json& j, detail::output_adapter<std::uin...
function to_bson (line 3937) | static void to_bson(const basic_json& j, detail::output_adapter<char> o)
function JSON_HEDLEY_WARN_UNUSED_RESULT (line 3945) | JSON_HEDLEY_WARN_UNUSED_RESULT
function JSON_HEDLEY_WARN_UNUSED_RESULT (line 3961) | JSON_HEDLEY_WARN_UNUSED_RESULT
function basic_json (line 3977) | static basic_json from_cbor(const T* ptr, std::size_t len,
function basic_json (line 3988) | static basic_json from_cbor(detail::span_input_adapter&& i,
function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4004) | JSON_HEDLEY_WARN_UNUSED_RESULT
function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4019) | JSON_HEDLEY_WARN_UNUSED_RESULT
function basic_json (line 4034) | static basic_json from_msgpack(const T* ptr, std::size_t len,
function basic_json (line 4043) | static basic_json from_msgpack(detail::span_input_adapter&& i,
function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4058) | JSON_HEDLEY_WARN_UNUSED_RESULT
function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4073) | JSON_HEDLEY_WARN_UNUSED_RESULT
function basic_json (line 4088) | static basic_json from_ubjson(const T* ptr, std::size_t len,
function basic_json (line 4097) | static basic_json from_ubjson(detail::span_input_adapter&& i,
function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4112) | JSON_HEDLEY_WARN_UNUSED_RESULT
function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4127) | JSON_HEDLEY_WARN_UNUSED_RESULT
function basic_json (line 4142) | static basic_json from_bson(const T* ptr, std::size_t len,
function basic_json (line 4151) | static basic_json from_bson(detail::span_input_adapter&& i,
function reference (line 4173) | reference operator[](const json_pointer& ptr)
function const_reference (line 4180) | const_reference operator[](const json_pointer& ptr) const
function reference (line 4187) | reference at(const json_pointer& ptr)
function const_reference (line 4194) | const_reference at(const json_pointer& ptr) const
function basic_json (line 4201) | basic_json flatten() const
function basic_json (line 4210) | basic_json unflatten() const
function basic_json (line 4226) | basic_json patch(const basic_json& json_patch) const
function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4500) | JSON_HEDLEY_WARN_UNUSED_RESULT
function merge_patch (line 4644) | void merge_patch(const basic_json& apply_patch)
function NLOHMANN_BASIC_JSON_TPL_DECLARATION (line 4675) | NLOHMANN_BASIC_JSON_TPL_DECLARATION
type std (line 4687) | namespace std // NOLINT(cert-dcl58-cpp)
function NLOHMANN_BASIC_JSON_TPL_DECLARATION (line 4692) | NLOHMANN_BASIC_JSON_TPL_DECLARATION
type less< ::nlohmann::detail::value_t> (line 4703) | struct less< ::nlohmann::detail::value_t> // do not remove the space a...
function NLOHMANN_BASIC_JSON_TPL_DECLARATION (line 4721) | NLOHMANN_BASIC_JSON_TPL_DECLARATION
FILE: subprojects/nlohmann_json/include/nlohmann/json_fwd.hpp
type nlohmann (line 15) | namespace nlohmann
type adl_serializer (line 25) | struct adl_serializer
class basic_json (line 40) | class basic_json
class json_pointer (line 45) | class json_pointer
type ordered_map (line 56) | struct ordered_map
FILE: subprojects/nlohmann_json/include/nlohmann/ordered_map.hpp
type nlohmann (line 14) | namespace nlohmann
type ordered_map (line 21) | struct ordered_map : std::vector<std::pair<const Key, T>, Allocator>
method ordered_map (line 33) | ordered_map(const Allocator& alloc = Allocator()) : Container{alloc} {}
method ordered_map (line 35) | ordered_map(It first, It last, const Allocator& alloc = Allocator())
method ordered_map (line 37) | ordered_map(std::initializer_list<T> init, const Allocator& alloc = ...
method emplace (line 40) | std::pair<iterator, bool> emplace(const key_type& key, T&& t)
method T (line 53) | T& operator[](const Key& key)
method T (line 58) | const T& operator[](const Key& key) const
method T (line 63) | T& at(const Key& key)
method T (line 76) | const T& at(const Key& key) const
method size_type (line 89) | size_type erase(const Key& key)
method iterator (line 108) | iterator erase(iterator pos)
method iterator (line 113) | iterator erase(iterator first, iterator last)
method size_type (line 161) | size_type count(const Key& key) const
method iterator (line 173) | iterator find(const Key& key)
method const_iterator (line 185) | const_iterator find(const Key& key) const
method insert (line 197) | std::pair<iterator, bool> insert( value_type&& value )
method insert (line 202) | std::pair<iterator, bool> insert( const value_type& value )
method insert (line 220) | void insert(InputIt first, InputIt last)
FILE: subprojects/nlohmann_json/single_include/nlohmann/json.hpp
type nlohmann (line 97) | namespace nlohmann
type detail (line 99) | namespace detail
type value_t (line 129) | enum class value_t : std::uint8_t
type make_void (line 2238) | struct make_void
type nonesuch (line 2252) | struct nonesuch
method nonesuch (line 2254) | nonesuch() = delete;
method nonesuch (line 2256) | nonesuch(nonesuch const&) = delete;
method nonesuch (line 2257) | nonesuch(nonesuch const&&) = delete;
type detector (line 2266) | struct detector
type is_detected_lazy (line 2283) | struct is_detected_lazy : is_detected<Op, Args...> { }
function replace_substring (line 2725) | inline void replace_substring(std::string& s, const std::string& f,
function escape (line 2743) | inline std::string escape(std::string s)
function unescape (line 2757) | static void unescape(std::string& s)
type position_t (line 2776) | struct position_t
class exception (line 2808) | class exception : public std::exception
method JSON_HEDLEY_NON_NULL (line 2821) | JSON_HEDLEY_NON_NULL(3)
method name (line 2824) | static std::string name(const std::string& ename, int id_)
method diagnostics (line 2830) | static std::string diagnostics(const BasicJsonType& leaf_element)
class parse_error (line 2900) | class parse_error : public exception
method parse_error (line 2913) | static parse_error create(int id_, const position_t& pos, const st...
method parse_error (line 2921) | static parse_error create(int id_, std::size_t byte_, const std::s...
method parse_error (line 2941) | parse_error(int id_, std::size_t byte_, const char* what_arg)
method position_string (line 2944) | static std::string position_string(const position_t& pos)
class invalid_iterator (line 2953) | class invalid_iterator : public exception
method invalid_iterator (line 2957) | static invalid_iterator create(int id_, const std::string& what_ar...
method JSON_HEDLEY_NON_NULL (line 2964) | JSON_HEDLEY_NON_NULL(3)
class type_error (line 2971) | class type_error : public exception
method type_error (line 2975) | static type_error create(int id_, const std::string& what_arg, con...
method JSON_HEDLEY_NON_NULL (line 2982) | JSON_HEDLEY_NON_NULL(3)
class out_of_range (line 2988) | class out_of_range : public exception
method out_of_range (line 2992) | static out_of_range create(int id_, const std::string& what_arg, c...
method JSON_HEDLEY_NON_NULL (line 2999) | JSON_HEDLEY_NON_NULL(3)
class other_error (line 3005) | class other_error : public exception
method other_error (line 3009) | static other_error create(int id_, const std::string& what_arg, co...
method JSON_HEDLEY_NON_NULL (line 3016) | JSON_HEDLEY_NON_NULL(3)
type integer_sequence (line 3082) | struct integer_sequence
method size (line 3085) | static constexpr std::size_t size() noexcept
type utility_internal (line 3099) | namespace utility_internal
type Extend (line 3103) | struct Extend
type Gen (line 3121) | struct Gen
type Gen<T, 0> (line 3128) | struct Gen<T, 0>
type priority_tag (line 3166) | struct priority_tag : priority_tag < N - 1 > {}
type priority_tag<0> (line 3167) | struct priority_tag<0> {}
type static_const (line 3171) | struct static_const
type identity_tag (line 3190) | struct identity_tag {}
type iterator_types (line 3220) | struct iterator_types {}
type iterator_types <
It,
void_t<typename It::difference_type, typename It::value_type, typename It::pointer,
typename It::reference, typename It::iterator_category >> (line 3223) | struct iterator_types <
type iterator_traits (line 3238) | struct iterator_traits
type iterator_traits < T, enable_if_t < !std::is_pointer<T>::value >> (line 3243) | struct iterator_traits < T, enable_if_t < !std::is_pointer<T>::value >>
type iterator_traits<T*, enable_if_t<std::is_object<T>::value>> (line 3249) | struct iterator_traits<T*, enable_if_t<std::is_object<T>::value>>
type is_basic_json (line 3378) | struct is_basic_json : std::false_type {}
class json_ref (line 3388) | class json_ref
method json_ref (line 13084) | json_ref(value_type&& value)
method json_ref (line 13088) | json_ref(const value_type& value)
method json_ref (line 13092) | json_ref(std::initializer_list<json_ref> init)
method json_ref (line 13099) | json_ref(Args && ... args)
method json_ref (line 13104) | json_ref(json_ref&&) noexcept = default;
method json_ref (line 13105) | json_ref(const json_ref&) = delete;
method json_ref (line 13106) | json_ref& operator=(const json_ref&) = delete;
method json_ref (line 13107) | json_ref& operator=(json_ref&&) = delete;
method value_type (line 13110) | value_type moved_or_copied() const
method value_type (line 13119) | value_type const& operator*() const
method value_type (line 13124) | value_type const* operator->() const
type is_json_ref (line 3391) | struct is_json_ref : std::false_type {}
type is_json_ref<json_ref<T>> (line 3394) | struct is_json_ref<json_ref<T>> : std::true_type {}
type has_from_json (line 3432) | struct has_from_json : std::false_type {}
type is_getable (line 3439) | struct is_getable
type has_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> (line 3445) | struct has_from_json < BasicJsonType, T, enable_if_t < !is_basic_jso...
type has_non_default_from_json (line 3457) | struct has_non_default_from_json : std::false_type {}
type has_non_default_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> (line 3460) | struct has_non_default_from_json < BasicJsonType, T, enable_if_t < !...
type has_to_json (line 3472) | struct has_to_json : std::false_type {}
type has_to_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> (line 3475) | struct has_to_json < BasicJsonType, T, enable_if_t < !is_basic_json<...
type conjunction (line 3490) | struct conjunction : std::true_type { }
type conjunction<B1> (line 3491) | struct conjunction<B1> : B1 { }
type negation (line 3497) | struct negation : std::integral_constant < bool, !B::value > { }
type is_default_constructible (line 3503) | struct is_default_constructible : std::is_default_constructible<T> {}
type is_default_constructible<std::pair<T1, T2>> (line 3506) | struct is_default_constructible<std::pair<T1, T2>>
type is_default_constructible<const std::pair<T1, T2>> (line 3510) | struct is_default_constructible<const std::pair<T1, T2>>
type is_constructible (line 3523) | struct is_constructible : std::is_constructible<T, Args...> {}
type is_constructible<std::pair<T1, T2>> (line 3526) | struct is_constructible<std::pair<T1, T2>> : is_default_constructibl...
type is_constructible<const std::pair<T1, T2>> (line 3529) | struct is_constructible<const std::pair<T1, T2>> : is_default_constr...
type is_iterator_traits (line 3539) | struct is_iterator_traits : std::false_type {}
type is_iterator_traits<iterator_traits<T>> (line 3542) | struct is_iterator_traits<iterator_traits<T>>
type is_range (line 3557) | struct is_range
type is_complete_type (line 3586) | struct is_complete_type : std::false_type {}
type is_complete_type<T, decltype(void(sizeof(T)))> (line 3589) | struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_ty...
type is_compatible_object_type_impl (line 3593) | struct is_compatible_object_type_impl : std::false_type {}
type is_compatible_object_type_impl <
BasicJsonType, CompatibleObjectType,
enable_if_t < is_detected<mapped_type_t, CompatibleObjectType>::value&&
is_detected<key_type_t, CompatibleObjectType>::value >> (line 3596) | struct is_compatible_object_type_impl <
type is_compatible_object_type (line 3612) | struct is_compatible_object_type
type is_constructible_object_type_impl (line 3617) | struct is_constructible_object_type_impl : std::false_type {}
type is_constructible_object_type_impl <
BasicJsonType, ConstructibleObjectType,
enable_if_t < is_detected<mapped_type_t, ConstructibleObjectType>::value&&
is_detected<key_type_t, ConstructibleObjectType>::value >> (line 3620) | struct is_constructible_object_type_impl <
type is_constructible_object_type (line 3644) | struct is_constructible_object_type
type is_compatible_string_type (line 3649) | struct is_compatible_string_type
type is_constructible_string_type (line 3656) | struct is_constructible_string_type
type is_compatible_array_type_impl (line 3664) | struct is_compatible_array_type_impl : std::false_type {}
type is_compatible_array_type (line 3682) | struct is_compatible_array_type
type is_constructible_array_type_impl (line 3686) | struct is_constructible_array_type_impl : std::false_type {}
type is_constructible_array_type_impl <
BasicJsonType, ConstructibleArrayType,
enable_if_t<std::is_same<ConstructibleArrayType,
typename BasicJsonType::value_type>::value >> (line 3689) | struct is_constructible_array_type_impl <
type is_constructible_array_type (line 3726) | struct is_constructible_array_type
type is_compatible_integer_type_impl (line 3731) | struct is_compatible_integer_type_impl : std::false_type {}
type is_compatible_integer_type_impl <
RealIntegerType, CompatibleNumberIntegerType,
enable_if_t < std::is_integral<RealIntegerType>::value&&
std::is_integral<CompatibleNumberIntegerType>::value&&
!std::is_same<bool, CompatibleNumberIntegerType>::value >> (line 3734) | struct is_compatible_integer_type_impl <
type is_compatible_integer_type (line 3752) | struct is_compatible_integer_type
type is_compatible_type_impl (line 3757) | struct is_compatible_type_impl: std::false_type {}
type is_compatible_type_impl <
BasicJsonType, CompatibleType,
enable_if_t<is_complete_type<CompatibleType>::value >> (line 3760) | struct is_compatible_type_impl <
type is_compatible_type (line 3769) | struct is_compatible_type
type is_constructible_tuple (line 3773) | struct is_constructible_tuple : std::false_type {}
type is_ordered_map (line 3781) | struct is_ordered_map
type two (line 3785) | struct two
function T (line 3798) | T conditional_static_cast(U value)
function T (line 3804) | T conditional_static_cast(U value)
function from_json (line 3834) | void from_json(const BasicJsonType& j, typename std::nullptr_t& n)
function get_arithmetic_value (line 3848) | void get_arithmetic_value(const BasicJsonType& j, ArithmeticType& val)
function from_json (line 3881) | void from_json(const BasicJsonType& j, typename BasicJsonType::boole...
function from_json (line 3891) | void from_json(const BasicJsonType& j, typename BasicJsonType::strin...
function from_json (line 3907) | void from_json(const BasicJsonType& j, ConstructibleStringType& s)
function from_json (line 3918) | void from_json(const BasicJsonType& j, typename BasicJsonType::numbe...
function from_json (line 3924) | void from_json(const BasicJsonType& j, typename BasicJsonType::numbe...
function from_json (line 3930) | void from_json(const BasicJsonType& j, typename BasicJsonType::numbe...
function from_json (line 3937) | void from_json(const BasicJsonType& j, EnumType& e)
function from_json (line 3947) | void from_json(const BasicJsonType& j, std::forward_list<T, Allocato...
function from_json (line 3964) | void from_json(const BasicJsonType& j, std::valarray<T>& l)
function from_json (line 3979) | auto from_json(const BasicJsonType& j, T (&arr)[N]) // NOLINT(cppco...
function from_json_array_impl (line 3989) | void from_json_array_impl(const BasicJsonType& j, typename BasicJson...
function from_json_array_impl (line 3995) | auto from_json_array_impl(const BasicJsonType& j, std::array<T, N>& ...
function from_json_array_impl (line 4009) | auto from_json_array_impl(const BasicJsonType& j, ConstructibleArray...
function from_json_array_impl (line 4033) | void from_json_array_impl(const BasicJsonType& j, ConstructibleArray...
function from_json (line 4058) | auto from_json(const BasicJsonType& j, ConstructibleArrayType& arr)
function from_json_inplace_array_impl (line 4072) | std::array<T, sizeof...(Idx)> from_json_inplace_array_impl(BasicJson...
function from_json (line 4079) | auto from_json(BasicJsonType&& j, identity_tag<std::array<T, N>> tag)
function from_json (line 4091) | void from_json(const BasicJsonType& j, typename BasicJsonType::binar...
function from_json (line 4103) | void from_json(const BasicJsonType& j, ConstructibleObjectType& obj)
function from_json (line 4135) | void from_json(const BasicJsonType& j, ArithmeticType& val)
function from_json_tuple_impl_base (line 4172) | std::tuple<Args...> from_json_tuple_impl_base(BasicJsonType&& j, ind...
function from_json_tuple_impl (line 4178) | std::pair<A1, A2> from_json_tuple_impl(BasicJsonType&& j, identity_t...
function from_json_tuple_impl (line 4185) | void from_json_tuple_impl(BasicJsonType&& j, std::pair<A1, A2>& p, p...
function from_json_tuple_impl (line 4191) | std::tuple<Args...> from_json_tuple_impl(BasicJsonType&& j, identity...
function from_json_tuple_impl (line 4197) | void from_json_tuple_impl(BasicJsonType&& j, std::tuple<Args...>& t,...
function from_json (line 4203) | auto from_json(BasicJsonType&& j, TupleRelated&& t)
function from_json (line 4217) | void from_json(const BasicJsonType& j, std::map<Key, Value, Compare,...
function from_json (line 4237) | void from_json(const BasicJsonType& j, std::unordered_map<Key, Value...
function from_json (line 4256) | void from_json(const BasicJsonType& j, std_fs::path& p)
type from_json_fn (line 4266) | struct from_json_fn
function int_to_string (line 4320) | void int_to_string( string_type& target, std::size_t value )
class iteration_proxy_value (line 4326) | class iteration_proxy_value
method iteration_proxy_value (line 4349) | explicit iteration_proxy_value(IteratorType it) noexcept
method iteration_proxy_value (line 4354) | iteration_proxy_value& operator*()
method iteration_proxy_value (line 4360) | iteration_proxy_value& operator++()
method string_type (line 4381) | const string_type& key() const
method value (line 4417) | typename IteratorType::reference value() const
class iteration_proxy (line 4424) | class iteration_proxy
method iteration_proxy (line 4432) | explicit iteration_proxy(typename IteratorType::reference cont) no...
method begin (line 4436) | iteration_proxy_value<IteratorType> begin() noexcept
method end (line 4442) | iteration_proxy_value<IteratorType> end() noexcept
function get (line 4451) | auto get(const nlohmann::detail::iteration_proxy_value<IteratorType>...
function get (line 4459) | auto get(const nlohmann::detail::iteration_proxy_value<IteratorType>...
type external_constructor (line 4530) | struct external_constructor
type external_constructor<value_t::boolean> (line 4533) | struct external_constructor<value_t::boolean>
method construct (line 4536) | static void construct(BasicJsonType& j, typename BasicJsonType::bo...
type external_constructor<value_t::string> (line 4546) | struct external_constructor<value_t::string>
method construct (line 4549) | static void construct(BasicJsonType& j, const typename BasicJsonTy...
method construct (line 4558) | static void construct(BasicJsonType& j, typename BasicJsonType::st...
method construct (line 4569) | static void construct(BasicJsonType& j, const CompatibleStringType...
type external_constructor<value_t::binary> (line 4579) | struct external_constructor<value_t::binary>
method construct (line 4582) | static void construct(BasicJsonType& j, const typename BasicJsonTy...
method construct (line 4591) | static void construct(BasicJsonType& j, typename BasicJsonType::bi...
type external_constructor<value_t::number_float> (line 4601) | struct external_constructor<value_t::number_float>
method construct (line 4604) | static void construct(BasicJsonType& j, typename BasicJsonType::nu...
type external_constructor<value_t::number_unsigned> (line 4614) | struct external_constructor<value_t::number_unsigned>
method construct (line 4617) | static void construct(BasicJsonType& j, typename BasicJsonType::nu...
type external_constructor<value_t::number_integer> (line 4627) | struct external_constructor<value_t::number_integer>
method construct (line 4630) | static void construct(BasicJsonType& j, typename BasicJsonType::nu...
type external_constructor<value_t::array> (line 4640) | struct external_constructor<value_t::array>
method construct (line 4643) | static void construct(BasicJsonType& j, const typename BasicJsonTy...
method construct (line 4653) | static void construct(BasicJsonType& j, typename BasicJsonType::ar...
method construct (line 4665) | static void construct(BasicJsonType& j, const CompatibleArrayType&...
method construct (line 4678) | static void construct(BasicJsonType& j, const std::vector<bool>& arr)
method construct (line 4694) | static void construct(BasicJsonType& j, const std::valarray<T>& arr)
type external_constructor<value_t::object> (line 4710) | struct external_constructor<value_t::object>
method construct (line 4713) | static void construct(BasicJsonType& j, const typename BasicJsonTy...
method construct (line 4723) | static void construct(BasicJsonType& j, typename BasicJsonType::ob...
method construct (line 4734) | static void construct(BasicJsonType& j, const CompatibleObjectType...
function to_json (line 4753) | void to_json(BasicJsonType& j, T b) noexcept
function to_json (line 4760) | void to_json(BasicJsonType& j, const CompatibleString& s)
function to_json (line 4766) | void to_json(BasicJsonType& j, typename BasicJsonType::string_t&& s)
function to_json (line 4773) | void to_json(BasicJsonType& j, FloatType val) noexcept
function to_json (line 4780) | void to_json(BasicJsonType& j, CompatibleNumberUnsignedType val) noe...
function to_json (line 4787) | void to_json(BasicJsonType& j, CompatibleNumberIntegerType val) noex...
function to_json (line 4794) | void to_json(BasicJsonType& j, EnumType e) noexcept
function to_json (line 4801) | void to_json(BasicJsonType& j, const std::vector<bool>& e)
function to_json (line 4814) | void to_json(BasicJsonType& j, const CompatibleArrayType& arr)
function to_json (line 4820) | void to_json(BasicJsonType& j, const typename BasicJsonType::binary_...
function to_json (line 4827) | void to_json(BasicJsonType& j, const std::valarray<T>& arr)
function to_json (line 4833) | void to_json(BasicJsonType& j, typename BasicJsonType::array_t&& arr)
function to_json (line 4840) | void to_json(BasicJsonType& j, const CompatibleObjectType& obj)
function to_json (line 4846) | void to_json(BasicJsonType& j, typename BasicJsonType::object_t&& obj)
function to_json (line 4856) | void to_json(BasicJsonType& j, const T(&arr)[N]) // NOLINT(cppcoregu...
function to_json (line 4862) | void to_json(BasicJsonType& j, const std::pair<T1, T2>& p)
function to_json (line 4870) | void to_json(BasicJsonType& j, const T& b)
function to_json_tuple_impl (line 4876) | void to_json_tuple_impl(BasicJsonType& j, const Tuple& t, index_sequ...
function to_json (line 4882) | void to_json(BasicJsonType& j, const T& t)
function to_json (line 4889) | void to_json(BasicJsonType& j, const std_fs::path& p)
type to_json_fn (line 4895) | struct to_json_fn
function combine (line 5079) | inline std::size_t combine(std::size_t seed, std::size_t h) noexcept
function hash (line 5097) | std::size_t hash(const BasicJsonType& j)
type input_format_t (line 5233) | enum class input_format_t { json, cbor, msgpack, ubjson, bson }
class file_input_adapter (line 5244) | class file_input_adapter
method file_input_adapter (line 5250) | explicit file_input_adapter(std::FILE* f) noexcept
method file_input_adapter (line 5255) | file_input_adapter(const file_input_adapter&) = delete;
method file_input_adapter (line 5256) | file_input_adapter(file_input_adapter&&) noexcept = default;
method file_input_adapter (line 5257) | file_input_adapter& operator=(const file_input_adapter&) = delete;
method file_input_adapter (line 5258) | file_input_adapter& operator=(file_input_adapter&&) = delete;
method get_character (line 5261) | std::char_traits<char>::int_type get_character() noexcept
class input_stream_adapter (line 5281) | class input_stream_adapter
method input_stream_adapter (line 5296) | explicit input_stream_adapter(std::istream& i)
method input_stream_adapter (line 5301) | input_stream_adapter(const input_stream_adapter&) = delete;
method input_stream_adapter (line 5302) | input_stream_adapter& operator=(input_stream_adapter&) = delete;
method input_stream_adapter (line 5303) | input_stream_adapter& operator=(input_stream_adapter&&) = delete;
method input_stream_adapter (line 5305) | input_stream_adapter(input_stream_adapter&& rhs) noexcept
method get_character (line 5315) | std::char_traits<char>::int_type get_character()
class iterator_input_adapter (line 5336) | class iterator_input_adapter
method iterator_input_adapter (line 5341) | iterator_input_adapter(IteratorType first, IteratorType last)
method get_character (line 5345) | typename std::char_traits<char_type>::int_type get_character()
method empty (line 5364) | bool empty() const
type wide_string_input_helper (line 5372) | struct wide_string_input_helper
type wide_string_input_helper<BaseInputAdapter, 4> (line 5375) | struct wide_string_input_helper<BaseInputAdapter, 4>
method fill_buffer (line 5378) | static void fill_buffer(BaseInputAdapter& input,
type wide_string_input_helper<BaseInputAdapter, 2> (line 5433) | struct wide_string_input_helper<BaseInputAdapter, 2>
method fill_buffer (line 5436) | static void fill_buffer(BaseInputAdapter& input,
class wide_string_input_adapter (line 5496) | class wide_string_input_adapter
method wide_string_input_adapter (line 5501) | wide_string_input_adapter(BaseInputAdapter base)
method get_character (line 5504) | typename std::char_traits<char>::int_type get_character() noexcept
method fill_buffer (line 5525) | void fill_buffer()
type iterator_input_adapter_factory (line 5541) | struct iterator_input_adapter_factory
method adapter_type (line 5547) | static adapter_type create(IteratorType first, IteratorType last)
type is_iterator_of_multibyte (line 5554) | struct is_iterator_of_multibyte
type iterator_input_adapter_factory<IteratorType, enable_if_t<is_iterator_of_multibyte<IteratorType>::value>> (line 5564) | struct iterator_input_adapter_factory<IteratorType, enable_if_t<is_i...
method adapter_type (line 5571) | static adapter_type create(IteratorType first, IteratorType last)
function input_adapter (line 5579) | typename iterator_input_adapter_factory<IteratorType>::adapter_type ...
type container_input_adapter_factory_impl (line 5589) | namespace container_input_adapter_factory_impl
type container_input_adapter_factory (line 5596) | struct container_input_adapter_factory {}
type container_input_adapter_factory< ContainerType,
void_t<decltype(begin(std::declval<ContainerType>()), end(std::declval<ContainerType>()))>> (line 5599) | struct container_input_adapter_factory< ContainerType,
method adapter_type (line 5604) | static adapter_type create(const ContainerType& container)
function input_adapter (line 5613) | typename container_input_adapter_factory_impl::container_input_adapt...
function file_input_adapter (line 5620) | inline file_input_adapter input_adapter(std::FILE* file)
method file_input_adapter (line 5250) | explicit file_input_adapter(std::FILE* f) noexcept
method file_input_adapter (line 5255) | file_input_adapter(const file_input_adapter&) = delete;
method file_input_adapter (line 5256) | file_input_adapter(file_input_adapter&&) noexcept = default;
method file_input_adapter (line 5257) | file_input_adapter& operator=(const file_input_adapter&) = delete;
method file_input_adapter (line 5258) | file_input_adapter& operator=(file_input_adapter&&) = delete;
method get_character (line 5261) | std::char_traits<char>::int_type get_character() noexcept
function input_stream_adapter (line 5625) | inline input_stream_adapter input_adapter(std::istream& stream)
method input_stream_adapter (line 5296) | explicit input_stream_adapter(std::istream& i)
method input_stream_adapter (line 5301) | input_stream_adapter(const input_stream_adapter&) = delete;
method input_stream_adapter (line 5302) | input_stream_adapter& operator=(input_stream_adapter&) = delete;
method input_stream_adapter (line 5303) | input_stream_adapter& operator=(input_stream_adapter&&) = delete;
method input_stream_adapter (line 5305) | input_stream_adapter(input_stream_adapter&& rhs) noexcept
method get_character (line 5315) | std::char_traits<char>::int_type get_character()
function input_stream_adapter (line 5630) | inline input_stream_adapter input_adapter(std::istream&& stream)
method input_stream_adapter (line 5296) | explicit input_stream_adapter(std::istream& i)
method input_stream_adapter (line 5301) | input_stream_adapter(const input_stream_adapter&) = delete;
method input_stream_adapter (line 5302) | input_stream_adapter& operator=(input_stream_adapter&) = delete;
method input_stream_adapter (line 5303) | input_stream_adapter& operator=(input_stream_adapter&&) = delete;
method input_stream_adapter (line 5305) | input_stream_adapter(input_stream_adapter&& rhs) noexcept
method get_character (line 5315) | std::char_traits<char>::int_type get_character()
function contiguous_bytes_input_adapter (line 5646) | contiguous_bytes_input_adapter input_adapter(CharT b)
function input_adapter (line 5654) | auto input_adapter(T (&array)[N]) -> decltype(input_adapter(array, a...
class span_input_adapter (line 5662) | class span_input_adapter
method span_input_adapter (line 5671) | span_input_adapter(CharT b, std::size_t l)
method span_input_adapter (line 5678) | span_input_adapter(IteratorType first, IteratorType last)
method contiguous_bytes_input_adapter (line 5681) | contiguous_bytes_input_adapter&& get()
class json_sax_dom_parser (line 5848) | class json_sax_dom_parser
method json_sax_dom_parser (line 5862) | explicit json_sax_dom_parser(BasicJsonType& r, const bool allow_ex...
method json_sax_dom_parser (line 5867) | json_sax_dom_parser(const json_sax_dom_parser&) = delete;
method json_sax_dom_parser (line 5868) | json_sax_dom_parser(json_sax_dom_parser&&) = default;
method json_sax_dom_parser (line 5869) | json_sax_dom_parser& operator=(const json_sax_dom_parser&) = delete;
method json_sax_dom_parser (line 5870) | json_sax_dom_parser& operator=(json_sax_dom_parser&&) = default;
method null (line 5873) | bool null()
method boolean (line 5879) | bool boolean(bool val)
method number_integer (line 5885) | bool number_integer(number_integer_t val)
method number_unsigned (line 5891) | bool number_unsigned(number_unsigned_t val)
method number_float (line 5897) | bool number_float(number_float_t val, const string_t& /*unused*/)
method string (line 5903) | bool string(string_t& val)
method binary (line 5909) | bool binary(binary_t& val)
method start_object (line 5915) | bool start_object(std::size_t len)
method key (line 5927) | bool key(string_t& val)
method end_object (line 5934) | bool end_object()
method start_array (line 5941) | bool start_array(std::size_t len)
method end_array (line 5953) | bool end_array()
method parse_error (line 5961) | bool parse_error(std::size_t /*unused*/, const std::string& /*unus...
method is_errored (line 5973) | constexpr bool is_errored() const
method JSON_HEDLEY_RETURNS_NON_NULL (line 5986) | JSON_HEDLEY_RETURNS_NON_NULL
class json_sax_dom_callback_parser (line 6022) | class json_sax_dom_callback_parser
method json_sax_dom_callback_parser (line 6033) | json_sax_dom_callback_parser(BasicJsonType& r,
method json_sax_dom_callback_parser (line 6042) | json_sax_dom_callback_parser(const json_sax_dom_callback_parser&) ...
method json_sax_dom_callback_parser (line 6043) | json_sax_dom_callback_parser(json_sax_dom_callback_parser&&) = def...
method json_sax_dom_callback_parser (line 6044) | json_sax_dom_callback_parser& operator=(const json_sax_dom_callbac...
method json_sax_dom_callback_parser (line 6045) | json_sax_dom_callback_parser& operator=(json_sax_dom_callback_pars...
method null (line 6048) | bool null()
method boolean (line 6054) | bool boolean(bool val)
method number_integer (line 6060) | bool number_integer(number_integer_t val)
method number_unsigned (line 6066) | bool number_unsigned(number_unsigned_t val)
method number_float (line 6072) | bool number_float(number_float_t val, const string_t& /*unused*/)
method string (line 6078) | bool string(string_t& val)
method binary (line 6084) | bool binary(binary_t& val)
method start_object (line 6090) | bool start_object(std::size_t len)
method key (line 6108) | bool key(string_t& val)
method end_object (line 6125) | bool end_object()
method start_array (line 6161) | bool start_array(std::size_t len)
method end_array (line 6178) | bool end_array()
method parse_error (line 6211) | bool parse_error(std::size_t /*unused*/, const std::string& /*unus...
method is_errored (line 6223) | constexpr bool is_errored() const
method handle_value (line 6245) | std::pair<bool, BasicJsonType*> handle_value(Value&& v, const bool...
class json_sax_acceptor (line 6329) | class json_sax_acceptor
method null (line 6338) | bool null()
method boolean (line 6343) | bool boolean(bool /*unused*/)
method number_integer (line 6348) | bool number_integer(number_integer_t /*unused*/)
method number_unsigned (line 6353) | bool number_unsigned(number_unsigned_t /*unused*/)
method number_float (line 6358) | bool number_float(number_float_t /*unused*/, const string_t& /*unu...
method string (line 6363) | bool string(string_t& /*unused*/)
method binary (line 6368) | bool binary(binary_t& /*unused*/)
method start_object (line 6373) | bool start_object(std::size_t /*unused*/ = static_cast<std::size_t...
method key (line 6378) | bool key(string_t& /*unused*/)
method end_object (line 6383) | bool end_object()
method start_array (line 6388) | bool start_array(std::size_t /*unused*/ = static_cast<std::size_t>...
method end_array (line 6393) | bool end_array()
method parse_error (line 6398) | bool parse_error(std::size_t /*unused*/, const std::string& /*unus...
class lexer_base (line 6436) | class lexer_base
type token_type (line 6440) | enum class token_type
class lexer (line 6513) | class lexer : public lexer_base<BasicJsonType>
method lexer (line 6525) | explicit lexer(InputAdapterType&& adapter, bool ignore_comments_ =...
method lexer (line 6532) | lexer(const lexer&) = delete;
method lexer (line 6533) | lexer(lexer&&) = default;
method lexer (line 6534) | lexer& operator=(lexer&) = delete;
method lexer (line 6535) | lexer& operator=(lexer&&) = default;
method JSON_HEDLEY_PURE (line 6544) | JSON_HEDLEY_PURE
method get_codepoint (line 6571) | int get_codepoint()
method next_byte_in_range (line 6619) | bool next_byte_in_range(std::initializer_list<char_int_type> ranges)
method token_type (line 6656) | token_type scan_string()
method scan_comment (line 7246) | bool scan_comment()
method strtof (line 7314) | static void strtof(float& f, const char* str, char** endptr) noexcept
method strtof (line 7320) | static void strtof(double& f, const char* str, char** endptr) noex...
method strtof (line 7326) | static void strtof(long double& f, const char* str, char** endptr)...
method token_type (line 7371) | token_type scan_number() // lgtm [cpp/use-of-goto]
type is_sax (line 8104) | struct is_sax
type is_sax_static_asserts (line 8135) | struct is_sax_static_asserts
type cbor_tag_handler_t (line 8201) | enum class cbor_tag_handler_t
function little_endianness (line 8215) | static inline bool little_endianness(int num = 1) noexcept
class binary_reader (line 8229) | class binary_reader
method binary_reader (line 8246) | explicit binary_reader(InputAdapterType&& adapter) noexcept : ia(s...
method binary_reader (line 8252) | binary_reader(const binary_reader&) = delete;
method binary_reader (line 8253) | binary_reader(binary_reader&&) = default;
method binary_reader (line 8254) | binary_reader& operator=(const binary_reader&) = delete;
method binary_reader (line 8255) | binary_reader& operator=(binary_reader&&) = default;
method JSON_HEDLEY_NON_NULL (line 8266) | JSON_HEDLEY_NON_NULL(3)
method parse_bson_internal (line 8329) | bool parse_bson_internal()
method get_bson_cstr (line 8354) | bool get_bson_cstr(string_t& result)
method get_bson_string (line 8384) | bool get_bson_string(const NumberType len, string_t& result)
method get_bson_binary (line 8405) | bool get_bson_binary(const NumberType len, binary_t& result)
method parse_bson_element_internal (line 8431) | bool parse_bson_element_internal(const char_int_type element_type,
method parse_bson_element_list (line 8509) | bool parse_bson_element_list(const bool is_array)
method parse_bson_array (line 8547) | bool parse_bson_array()
method parse_cbor_internal (line 8577) | bool parse_cbor_internal(const bool get_char,
method get_cbor_string (line 9065) | bool get_cbor_string(string_t& result)
method get_cbor_binary (line 9160) | bool get_cbor_binary(binary_t& result)
method get_cbor_array (line 9254) | bool get_cbor_array(const std::size_t len,
method get_cbor_object (line 9292) | bool get_cbor_object(const std::size_t len,
method parse_msgpack_internal (line 9348) | bool parse_msgpack_internal()
method get_msgpack_string (line 9728) | bool get_msgpack_string(string_t& result)
method get_msgpack_binary (line 9810) | bool get_msgpack_binary(binary_t& result)
method get_msgpack_array (line 9921) | bool get_msgpack_array(const std::size_t len)
method get_msgpack_object (line 9943) | bool get_msgpack_object(const std::size_t len)
method parse_ubjson_internal (line 9980) | bool parse_ubjson_internal(const bool get_char = true)
method get_ubjson_string (line 9999) | bool get_ubjson_string(string_t& result, const bool get_char = true)
method get_ubjson_size_value (line 10053) | bool get_ubjson_size_value(std::size_t& result)
method get_ubjson_size_type (line 10130) | bool get_ubjson_size_type(std::pair<std::size_t, char_int_type>& r...
method get_ubjson_value (line 10171) | bool get_ubjson_value(const char_int_type prefix)
method get_ubjson_array (line 10272) | bool get_ubjson_array()
method get_ubjson_object (line 10334) | bool get_ubjson_object()
method get_ubjson_high_precision_number (line 10409) | bool get_ubjson_high_precision_number()
method char_int_type (line 10485) | char_int_type get()
method char_int_type (line 10494) | char_int_type get_ignore_noop()
method get_number (line 10519) | bool get_number(const input_format_t format, NumberType& result)
method get_string (line 10562) | bool get_string(const input_format_t format,
method get_binary (line 10595) | bool get_binary(const input_format_t format,
method JSON_HEDLEY_NON_NULL (line 10618) | JSON_HEDLEY_NON_NULL(3)
method get_token_string (line 10632) | std::string get_token_string() const
method exception_message (line 10645) | std::string exception_message(const input_format_t format,
type parse_event_t (line 10733) | enum class parse_event_t : std::uint8_t
class parser (line 10759) | class parser
method parser (line 10770) | explicit parser(InputAdapterType&& adapter,
method parse (line 10792) | void parse(const bool strict, BasicJsonType& result)
method accept (line 10852) | bool accept(const bool strict = true)
method sax_parse (line 10860) | bool sax_parse(SAX* sax, const bool strict = true)
method sax_parse_internal (line 10879) | bool sax_parse_internal(SAX* sax)
method token_type (line 11160) | token_type get_token()
method exception_message (line 11165) | std::string exception_message(const token_type expected, const std...
class primitive_iterator_t (line 11233) | class primitive_iterator_t
method difference_type (line 11245) | constexpr difference_type get_value() const noexcept
method set_begin (line 11251) | void set_begin() noexcept
method set_end (line 11257) | void set_end() noexcept
method is_begin (line 11263) | constexpr bool is_begin() const noexcept
method is_end (line 11269) | constexpr bool is_end() const noexcept
method primitive_iterator_t (line 11284) | primitive_iterator_t operator+(difference_type n) noexcept
method difference_type (line 11291) | constexpr difference_type operator-(primitive_iterator_t lhs, prim...
method primitive_iterator_t (line 11296) | primitive_iterator_t& operator++() noexcept
method primitive_iterator_t (line 11302) | primitive_iterator_t const operator++(int) noexcept // NOLINT(read...
method primitive_iterator_t (line 11309) | primitive_iterator_t& operator--() noexcept
method primitive_iterator_t (line 11315) | primitive_iterator_t const operator--(int) noexcept // NOLINT(read...
method primitive_iterator_t (line 11322) | primitive_iterator_t& operator+=(difference_type n) noexcept
method primitive_iterator_t (line 11328) | primitive_iterator_t& operator-=(difference_type n) noexcept
type internal_iterator (line 11348) | struct internal_iterator
class iteration_proxy (line 11386) | class iteration_proxy
method iteration_proxy (line 4432) | explicit iteration_proxy(typename IteratorType::reference cont) no...
method begin (line 4436) | iteration_proxy_value<IteratorType> begin() noexcept
method end (line 4442) | iteration_proxy_value<IteratorType> end() noexcept
class iteration_proxy_value (line 11387) | class iteration_proxy_value
method iteration_proxy_value (line 4349) | explicit iteration_proxy_value(IteratorType it) noexcept
method iteration_proxy_value (line 4354) | iteration_proxy_value& operator*()
method iteration_proxy_value (line 4360) | iteration_proxy_value& operator++()
method string_type (line 4381) | const string_type& key() const
method value (line 4417) | typename IteratorType::reference value() const
function set_end (line 11406) | class iter_impl // NOLINT(cppcoreguidelines-special-member-functions...
class json_reverse_iterator (line 12144) | class json_reverse_iterator : public std::reverse_iterator<Base>
method json_reverse_iterator (line 12154) | explicit json_reverse_iterator(const typename base_iterator::itera...
method json_reverse_iterator (line 12158) | explicit json_reverse_iterator(const base_iterator& it) noexcept :...
method json_reverse_iterator (line 12161) | json_reverse_iterator const operator++(int) // NOLINT(readability-...
method json_reverse_iterator (line 12167) | json_reverse_iterator& operator++()
method json_reverse_iterator (line 12173) | json_reverse_iterator const operator--(int) // NOLINT(readability-...
method json_reverse_iterator (line 12179) | json_reverse_iterator& operator--()
method json_reverse_iterator (line 12185) | json_reverse_iterator& operator+=(difference_type i)
method json_reverse_iterator (line 12191) | json_reverse_iterator operator+(difference_type i) const
method json_reverse_iterator (line 12197) | json_reverse_iterator operator-(difference_type i) const
method difference_type (line 12203) | difference_type operator-(const json_reverse_iterator& other) const
method reference (line 12209) | reference operator[](difference_type n) const
method key (line 12215) | auto key() const -> decltype(std::declval<Base>().key())
method reference (line 12222) | reference value() const
class json_ref (line 13079) | class json_ref
method json_ref (line 13084) | json_ref(value_type&& value)
method json_ref (line 13088) | json_ref(const value_type& value)
method json_ref (line 13092) | json_ref(std::initializer_list<json_ref> init)
method json_ref (line 13099) | json_ref(Args && ... args)
method json_ref (line 13104) | json_ref(json_ref&&) noexcept = default;
method json_ref (line 13105) | json_ref(const json_ref&) = delete;
method json_ref (line 13106) | json_ref& operator=(const json_ref&) = delete;
method json_ref (line 13107) | json_ref& operator=(json_ref&&) = delete;
method value_type (line 13110) | value_type moved_or_copied() const
method value_type (line 13119) | value_type const& operator*() const
method value_type (line 13124) | value_type const* operator->() const
type output_adapter_protocol (line 13183) | struct output_adapter_protocol
method output_adapter_protocol (line 13189) | output_adapter_protocol() = default;
method output_adapter_protocol (line 13190) | output_adapter_protocol(const output_adapter_protocol&) = default;
method output_adapter_protocol (line 13191) | output_adapter_protocol(output_adapter_protocol&&) noexcept = defa...
method output_adapter_protocol (line 13192) | output_adapter_protocol& operator=(const output_adapter_protocol&)...
method output_adapter_protocol (line 13193) | output_adapter_protocol& operator=(output_adapter_protocol&&) noex...
class output_vector_adapter (line 13202) | class output_vector_adapter : public output_adapter_protocol<CharType>
method output_vector_adapter (line 13205) | explicit output_vector_adapter(std::vector<CharType, AllocatorType...
method write_character (line 13209) | void write_character(CharType c) override
method JSON_HEDLEY_NON_NULL (line 13214) | JSON_HEDLEY_NON_NULL(2)
class output_stream_adapter (line 13227) | class output_stream_adapter : public output_adapter_protocol<CharType>
method output_stream_adapter (line 13230) | explicit output_stream_adapter(std::basic_ostream<CharType>& s) no...
method write_character (line 13234) | void write_character(CharType c) override
method JSON_HEDLEY_NON_NULL (line 13239) | JSON_HEDLEY_NON_NULL(2)
class output_string_adapter (line 13252) | class output_string_adapter : public output_adapter_protocol<CharType>
method output_string_adapter (line 13255) | explicit output_string_adapter(StringType& s) noexcept
method write_character (line 13259) | void write_character(CharType c) override
method JSON_HEDLEY_NON_NULL (line 13264) | JSON_HEDLEY_NON_NULL(2)
class output_adapter (line 13275) | class output_adapter
method output_adapter (line 13279) | output_adapter(std::vector<CharType, AllocatorType>& vec)
method output_adapter (line 13283) | output_adapter(std::basic_ostream<CharType>& s)
method output_adapter (line 13287) | output_adapter(StringType& s)
class binary_writer (line 13314) | class binary_writer
method binary_writer (line 13326) | explicit binary_writer(output_adapter_t<CharType> adapter) : oa(st...
method write_bson (line 13335) | void write_bson(const BasicJsonType& j)
method write_cbor (line 13364) | void write_cbor(const BasicJsonType& j)
method write_msgpack (line 13688) | void write_msgpack(const BasicJsonType& j)
method write_ubjson (line 14013) | void write_ubjson(const BasicJsonType& j, const bool use_count,
method calc_bson_entry_header_size (line 14221) | static std::size_t calc_bson_entry_header_size(const string_t& nam...
method write_bson_entry_header (line 14236) | void write_bson_entry_header(const string_t& name,
method write_bson_boolean (line 14248) | void write_bson_boolean(const string_t& name,
method write_bson_double (line 14258) | void write_bson_double(const string_t& name,
method calc_bson_string_size (line 14268) | static std::size_t calc_bson_string_size(const string_t& value)
method write_bson_string (line 14276) | void write_bson_string(const string_t& name,
method write_bson_null (line 14290) | void write_bson_null(const string_t& name)
method calc_bson_integer_size (line 14298) | static std::size_t calc_bson_integer_size(const std::int64_t value)
method write_bson_integer (line 14308) | void write_bson_integer(const string_t& name,
method calc_bson_unsigned_size (line 14326) | static constexpr std::size_t calc_bson_unsigned_size(const std::ui...
method write_bson_unsigned (line 14336) | void write_bson_unsigned(const string_t& name,
method write_bson_object_entry (line 14358) | void write_bson_object_entry(const string_t& name,
method calc_bson_array_size (line 14368) | static std::size_t calc_bson_array_size(const typename BasicJsonTy...
method calc_bson_binary_size (line 14383) | static std::size_t calc_bson_binary_size(const typename BasicJsonT...
method write_bson_array (line 14391) | void write_bson_array(const string_t& name,
method write_bson_binary (line 14410) | void write_bson_binary(const string_t& name,
method calc_bson_element_size (line 14425) | static std::size_t calc_bson_element_size(const string_t& name,
method write_bson_element (line 14473) | void write_bson_element(const string_t& name,
method calc_bson_object_size (line 14520) | static std::size_t calc_bson_object_size(const typename BasicJsonT...
method write_bson_object (line 14535) | void write_bson_object(const typename BasicJsonType::object_t& value)
method CharType (line 14551) | static constexpr CharType get_cbor_float_prefix(float /*unused*/)
method CharType (line 14556) | static constexpr CharType get_cbor_float_prefix(double /*unused*/)
method CharType (line 14565) | static constexpr CharType get_msgpack_float_prefix(float /*unused*/)
method CharType (line 14570) | static constexpr CharType get_msgpack_float_prefix(double /*unused*/)
method write_number_with_ubjson_prefix (line 14582) | void write_number_with_ubjson_prefix(const NumberType n,
method write_number_with_ubjson_prefix (line 14595) | void write_number_with_ubjson_prefix(const NumberType n,
method write_number_with_ubjson_prefix (line 14658) | void write_number_with_ubjson_prefix(const NumberType n,
method CharType (line 14722) | CharType ubjson_prefix(const BasicJsonType& j) const noexcept
method CharType (line 14803) | static constexpr CharType get_ubjson_float_prefix(float /*unused*/)
method CharType (line 14808) | static constexpr CharType get_ubjson_float_prefix(double /*unused*/)
method write_number (line 14829) | void write_number(const NumberType n)
method write_compact_float (line 14845) | void write_compact_float(const number_float_t n, detail::input_for...
method CharType (line 14879) | static constexpr CharType to_char_type(std::uint8_t x) noexcept
method CharType (line 14886) | static CharType to_char_type(std::uint8_t x) noexcept
method CharType (line 14897) | static constexpr CharType to_char_type(std::uint8_t x) noexcept
method CharType (line 14908) | static constexpr CharType to_char_type(InputCharType x) noexcept
type dtoa_impl (line 14979) | namespace dtoa_impl
function Target (line 14983) | Target reinterpret_bits(const Source source)
type diyfp (line 14992) | struct diyfp // f * 2^e
method diyfp (line 14999) | constexpr diyfp(std::uint64_t f_, int e_) noexcept : f(f_), e(e_...
method diyfp (line 15005) | static diyfp sub(const diyfp& x, const diyfp& y) noexcept
method diyfp (line 15017) | static diyfp mul(const diyfp& x, const diyfp& y) noexcept
method diyfp (line 15082) | static diyfp normalize(diyfp x) noexcept
method diyfp (line 15099) | static diyfp normalize_to(const diyfp& x, const int target_expon...
type boundaries (line 15110) | struct boundaries
function boundaries (line 15124) | boundaries compute_boundaries(FloatType value)
type cached_power (line 15249) | struct cached_power // c = f * 2^e ~= 10^k
function cached_power (line 15263) | inline cached_power get_cached_power_for_binary_exponent(int e)
function find_largest_pow10 (line 15427) | inline int find_largest_pow10(const std::uint32_t n, std::uint32_t...
function grisu2_round (line 15481) | inline void grisu2_round(char* buf, int len, std::uint64_t dist, s...
function grisu2_digit_gen (line 15522) | inline void grisu2_digit_gen(char* buffer, int& length, int& decim...
function grisu2 (line 15763) | inline void grisu2(char* buf, int& len, int& decimal_exponent,
function JSON_HEDLEY_NON_NULL (line 15822) | JSON_HEDLEY_NON_NULL(1)
type error_handler_t (line 16077) | enum class error_handler_t
class serializer (line 16085) | class serializer
method serializer (line 16101) | serializer(output_adapter_t<char> s, const char ichar,
method serializer (line 16113) | serializer(const serializer&) = delete;
method serializer (line 16114) | serializer& operator=(const serializer&) = delete;
method serializer (line 16115) | serializer(serializer&&) = delete;
method serializer (line 16116) | serializer& operator=(serializer&&) = delete;
method dump (line 16141) | void dump(const BasicJsonType& val,
method switch (line 16439) | switch (decode(state, codepoint, byte))
type detail (line 2236) | namespace detail
type value_t (line 129) | enum class value_t : std::uint8_t
type make_void (line 2238) | struct make_void
type nonesuch (line 2252) | struct nonesuch
method nonesuch (line 2254) | nonesuch() = delete;
method nonesuch (line 2256) | nonesuch(nonesuch const&) = delete;
method nonesuch (line 2257) | nonesuch(nonesuch const&&) = delete;
type detector (line 2266) | struct detector
type is_detected_lazy (line 2283) | struct is_detected_lazy : is_detected<Op, Args...> { }
function replace_substring (line 2725) | inline void replace_substring(std::string& s, const std::string& f,
function escape (line 2743) | inline std::string escape(std::string s)
function unescape (line 2757) | static void unescape(std::string& s)
type position_t (line 2776) | struct position_t
class exception (line 2808) | class exception : public std::exception
method JSON_HEDLEY_NON_NULL (line 2821) | JSON_HEDLEY_NON_NULL(3)
method name (line 2824) | static std::string name(const std::string& ename, int id_)
method diagnostics (line 2830) | static std::string diagnostics(const BasicJsonType& leaf_element)
class parse_error (line 2900) | class parse_error : public exception
method parse_error (line 2913) | static parse_error create(int id_, const position_t& pos, const st...
method parse_error (line 2921) | static parse_error create(int id_, std::size_t byte_, const std::s...
method parse_error (line 2941) | parse_error(int id_, std::size_t byte_, const char* what_arg)
method position_string (line 2944) | static std::string position_string(const position_t& pos)
class invalid_iterator (line 2953) | class invalid_iterator : public exception
method invalid_iterator (line 2957) | static invalid_iterator create(int id_, const std::string& what_ar...
method JSON_HEDLEY_NON_NULL (line 2964) | JSON_HEDLEY_NON_NULL(3)
class type_error (line 2971) | class type_error : public exception
method type_error (line 2975) | static type_error create(int id_, const std::string& what_arg, con...
method JSON_HEDLEY_NON_NULL (line 2982) | JSON_HEDLEY_NON_NULL(3)
class out_of_range (line 2988) | class out_of_range : public exception
method out_of_range (line 2992) | static out_of_range create(int id_, const std::string& what_arg, c...
method JSON_HEDLEY_NON_NULL (line 2999) | JSON_HEDLEY_NON_NULL(3)
class other_error (line 3005) | class other_error : public exception
method other_error (line 3009) | static other_error create(int id_, const std::string& what_arg, co...
method JSON_HEDLEY_NON_NULL (line 3016) | JSON_HEDLEY_NON_NULL(3)
type integer_sequence (line 3082) | struct integer_sequence
method size (line 3085) | static constexpr std::size_t size() noexcept
type utility_internal (line 3099) | namespace utility_internal
type Extend (line 3103) | struct Extend
type Gen (line 3121) | struct Gen
type Gen<T, 0> (line 3128) | struct Gen<T, 0>
type priority_tag (line 3166) | struct priority_tag : priority_tag < N - 1 > {}
type priority_tag<0> (line 3167) | struct priority_tag<0> {}
type static_const (line 3171) | struct static_const
type identity_tag (line 3190) | struct identity_tag {}
type iterator_types (line 3220) | struct iterator_types {}
type iterator_types <
It,
void_t<typename It::difference_type, typename It::value_type, typename It::pointer,
typename It::reference, typename It::iterator_category >> (line 3223) | struct iterator_types <
type iterator_traits (line 3238) | struct iterator_traits
type iterator_traits < T, enable_if_t < !std::is_pointer<T>::value >> (line 3243) | struct iterator_traits < T, enable_if_t < !std::is_pointer<T>::value >>
type iterator_traits<T*, enable_if_t<std::is_object<T>::value>> (line 3249) | struct iterator_traits<T*, enable_if_t<std::is_object<T>::value>>
type is_basic_json (line 3378) | struct is_basic_json : std::false_type {}
class json_ref (line 3388) | class json_ref
method json_ref (line 13084) | json_ref(value_type&& value)
method json_ref (line 13088) | json_ref(const value_type& value)
method json_ref (line 13092) | json_ref(std::initializer_list<json_ref> init)
method json_ref (line 13099) | json_ref(Args && ... args)
method json_ref (line 13104) | json_ref(json_ref&&) noexcept = default;
method json_ref (line 13105) | json_ref(const json_ref&) = delete;
method json_ref (line 13106) | json_ref& operator=(const json_ref&) = delete;
method json_ref (line 13107) | json_ref& operator=(json_ref&&) = delete;
method value_type (line 13110) | value_type moved_or_copied() const
method value_type (line 13119) | value_type const& operator*() const
method value_type (line 13124) | value_type const* operator->() const
type is_json_ref (line 3391) | struct is_json_ref : std::false_type {}
type is_json_ref<json_ref<T>> (line 3394) | struct is_json_ref<json_ref<T>> : std::true_type {}
type has_from_json (line 3432) | struct has_from_json : std::false_type {}
type is_getable (line 3439) | struct is_getable
type has_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> (line 3445) | struct has_from_json < BasicJsonType, T, enable_if_t < !is_basic_jso...
type has_non_default_from_json (line 3457) | struct has_non_default_from_json : std::false_type {}
type has_non_default_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> (line 3460) | struct has_non_default_from_json < BasicJsonType, T, enable_if_t < !...
type has_to_json (line 3472) | struct has_to_json : std::false_type {}
type has_to_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> (line 3475) | struct has_to_json < BasicJsonType, T, enable_if_t < !is_basic_json<...
type conjunction (line 3490) | struct conjunction : std::true_type { }
type conjunction<B1> (line 3491) | struct conjunction<B1> : B1 { }
type negation (line 3497) | struct negation : std::integral_constant < bool, !B::value > { }
type is_default_constructible (line 3503) | struct is_default_constructible : std::is_default_constructible<T> {}
type is_default_constructible<std::pair<T1, T2>> (line 3506) | struct is_default_constructible<std::pair<T1, T2>>
type is_default_constructible<const std::pair<T1, T2>> (line 3510) | struct is_default_constructible<const std::pair<T1, T2>>
type is_constructible (line 3523) | struct is_constructible : std::is_constructible<T, Args...> {}
type is_constructible<std::pair<T1, T2>> (line 3526) | struct is_constructible<std::pair<T1, T2>> : is_default_constructibl...
type is_constructible<const std::pair<T1, T2>> (line 3529) | struct is_constructible<const std::pair<T1, T2>> : is_default_constr...
type is_iterator_traits (line 3539) | struct is_iterator_traits : std::false_type {}
type is_iterator_traits<iterator_traits<T>> (line 3542) | struct is_iterator_traits<iterator_traits<T>>
type is_range (line 3557) | struct is_range
type is_complete_type (line 3586) | struct is_complete_type : std::false_type {}
type is_complete_type<T, decltype(void(sizeof(T)))> (line 3589) | struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_ty...
type is_compatible_object_type_impl (line 3593) | struct is_compatible_object_type_impl : std::false_type {}
type is_compatible_object_type_impl <
BasicJsonType, CompatibleObjectType,
enable_if_t < is_detected<mapped_type_t, CompatibleObjectType>::value&&
is_detected<key_type_t, CompatibleObjectType>::value >> (line 3596) | struct is_compatible_object_type_impl <
type is_compatible_object_type (line 3612) | struct is_compatible_object_type
type is_constructible_object_type_impl (line 3617) | struct is_constructible_object_type_impl : std::false_type {}
type is_constructible_object_type_impl <
BasicJsonType, ConstructibleObjectType,
enable_if_t < is_detected<mapped_type_t, ConstructibleObjectType>::value&&
is_detected<key_type_t, ConstructibleObjectType>::value >> (line 3620) | struct is_constructible_object_type_impl <
type is_constructible_object_type (line 3644) | struct is_constructible_object_type
type is_compatible_string_type (line 3649) | struct is_compatible_string_type
type is_constructible_string_type (line 3656) | struct is_constructible_string_type
type is_compatible_array_type_impl (line 3664) | struct is_compatible_array_type_impl : std::false_type {}
type is_compatible_array_type (line 3682) | struct is_compatible_array_type
type is_constructible_array_type_impl (line 3686) | struct is_constructible_array_type_impl : std::false_type {}
type is_constructible_array_type_impl <
BasicJsonType, ConstructibleArrayType,
enable_if_t<std::is_same<ConstructibleArrayType,
typename BasicJsonType::value_type>::value >> (line 3689) | struct is_constructible_array_type_impl <
type is_constructible_array_type (line 3726) | struct is_constructible_array_type
type is_compatible_integer_type_impl (line 3731) | struct is_compatible_integer_type_impl : std::false_type {}
type is_compatible_integer_type_impl <
RealIntegerType, CompatibleNumberIntegerType,
enable_if_t < std::is_integral<RealIntegerType>::value&&
std::is_integral<CompatibleNumberIntegerType>::value&&
!std::is_same<bool, CompatibleNumberIntegerType>::value >> (line 3734) | struct is_compatible_integer_type_impl <
type is_compatible_integer_type (line 3752) | struct is_compatible_integer_type
type is_compatible_type_impl (line 3757) | struct is_compatible_type_impl: std::false_type {}
type is_compatible_type_impl <
BasicJsonType, CompatibleType,
enable_if_t<is_complete_type<CompatibleType>::value >> (line 3760) | struct is_compatible_type_impl <
type is_compatible_type (line 3769) | struct is_compatible_type
type is_constructible_tuple (line 3773) | struct is_constructible_tuple : std::false_type {}
type is_ordered_map (line 3781) | struct is_ordered_map
type two (line 3785) | struct two
function T (line 3798) | T conditional_static_cast(U value)
function T (line 3804) | T conditional_static_cast(U value)
function from_json (line 3834) | void from_json(const BasicJsonType& j, typename std::nullptr_t& n)
function get_arithmetic_value (line 3848) | void get_arithmetic_value(const BasicJsonType& j, ArithmeticType& val)
function from_json (line 3881) | void from_json(const BasicJsonType& j, typename BasicJsonType::boole...
function from_json (line 3891) | void from_json(const BasicJsonType& j, typename BasicJsonType::strin...
function from_json (line 3907) | void from_json(const BasicJsonType& j, ConstructibleStringType& s)
function from_json (line 3918) | void from_json(const BasicJsonType& j, typename BasicJsonType::numbe...
function from_json (line 3924) | void from_json(const BasicJsonType& j, typename BasicJsonType::numbe...
function from_json (line 3930) | void from_json(const BasicJsonType& j, typename BasicJsonType::numbe...
function from_json (line 3937) | void from_json(const BasicJsonType& j, EnumType& e)
function from_json (line 3947) | void from_json(const BasicJsonType& j, std::forward_list<T, Allocato...
function from_json (line 3964) | void from_json(const BasicJsonType& j, std::valarray<T>& l)
function from_json (line 3979) | auto from_json(const BasicJsonType& j, T (&arr)[N]) // NOLINT(cppco...
function from_json_array_impl (line 3989) | void from_json_array_impl(const BasicJsonType& j, typename BasicJson...
function from_json_array_impl (line 3995) | auto from_json_array_impl(const BasicJsonType& j, std::array<T, N>& ...
function from_json_array_impl (line 4009) | auto from_json_array_impl(const BasicJsonType& j, ConstructibleArray...
function from_json_array_impl (line 4033) | void from_json_array_impl(const BasicJsonType& j, ConstructibleArray...
function from_json (line 4058) | auto from_json(const BasicJsonType& j, ConstructibleArrayType& arr)
function from_json_inplace_array_impl (line 4072) | std::array<T, sizeof...(Idx)> from_json_inplace_array_impl(BasicJson...
function from_json (line 4079) | auto from_json(BasicJsonType&& j, identity_tag<std::array<T, N>> tag)
function from_json (line 4091) | void from_json(const BasicJsonType& j, typename BasicJsonType::binar...
function from_json (line 4103) | void from_json(const BasicJsonType& j, ConstructibleObjectType& obj)
function from_json (line 4135) | void from_json(const BasicJsonType& j, ArithmeticType& val)
function from_json_tuple_impl_base (line 4172) | std::tuple<Args...> from_json_tuple_impl_base(BasicJsonType&& j, ind...
function from_json_tuple_impl (line 4178) | std::pair<A1, A2> from_json_tuple_impl(BasicJsonType&& j, identity_t...
function from_json_tuple_impl (line 4185) | void from_json_tuple_impl(BasicJsonType&& j, std::pair<A1, A2>& p, p...
function from_json_tuple_impl (line 4191) | std::tuple<Args...> from_json_tuple_impl(BasicJsonType&& j, identity...
function from_json_tuple_impl (line 4197) | void from_json_tuple_impl(BasicJsonType&& j, std::tuple<Args...>& t,...
function from_json (line 4203) | auto from_json(BasicJsonType&& j, TupleRelated&& t)
function from_json (line 4217) | void from_json(const BasicJsonType& j, std::map<Key, Value, Compare,...
function from_json (line 4237) | void from_json(const BasicJsonType& j, std::unordered_map<Key, Value...
function from_json (line 4256) | void from_json(const BasicJsonType& j, std_fs::path& p)
type from_json_fn (line 4266) | struct from_json_fn
function int_to_string (line 4320) | void int_to_string( string_type& target, std::size_t value )
class iteration_proxy_value (line 4326) | class iteration_proxy_value
method iteration_proxy_value (line 4349) | explicit iteration_proxy_value(IteratorType it) noexcept
method iteration_proxy_value (line 4354) | iteration_proxy_value& operator*()
method iteration_proxy_value (line 4360) | iteration_proxy_value& operator++()
method string_type (line 4381) | const string_type& key() const
method value (line 4417) | typename IteratorType::reference value() const
class iteration_proxy (line 4424) | class iteration_proxy
method iteration_proxy (line 4432) | explicit iteration_proxy(typename IteratorType::reference cont) no...
method begin (line 4436) | iteration_proxy_value<IteratorType> begin() noexcept
method end (line 4442) | iteration_proxy_value<IteratorType> end() noexcept
function get (line 4451) | auto get(const nlohmann::detail::iteration_proxy_value<IteratorType>...
function get (line 4459) | auto get(const nlohmann::detail::iteration_proxy_value<IteratorType>...
type external_constructor (line 4530) | struct external_constructor
type external_constructor<value_t::boolean> (line 4533) | struct external_constructor<value_t::boolean>
method construct (line 4536) | static void construct(BasicJsonType& j, typename BasicJsonType::bo...
type external_constructor<value_t::string> (line 4546) | struct external_constructor<value_t::string>
method construct (line 4549) | static void construct(BasicJsonType& j, const typename BasicJsonTy...
method construct (line 4558) | static void construct(BasicJsonType& j, typename BasicJsonType::st...
method construct (line 4569) | static void construct(BasicJsonType& j, const CompatibleStringType...
type external_constructor<value_t::binary> (line 4579) | struct external_constructor<value_t::binary>
method construct (line 4582) | static void construct(BasicJsonType& j, const typename BasicJsonTy...
method construct (line 4591) | static void construct(BasicJsonType& j, typename BasicJsonType::bi...
type external_constructor<value_t::number_float> (line 4601) | struct external_constructor<value_t::number_float>
method construct (line 4604) | static void construct(BasicJsonType& j, typename BasicJsonType::nu...
type external_constructor<value_t::number_unsigned> (line 4614) | struct external_constructor<value_t::number_unsigned>
method construct (line 4617) | static void construct(BasicJsonType& j, typename BasicJsonType::nu...
type external_constructor<value_t::number_integer> (line 4627) | struct external_constructor<value_t::number_integer>
method construct (line 4630) | static void construct(BasicJsonType& j, typename BasicJsonType::nu...
type external_constructor<value_t::array> (line 4640) | struct external_constructor<value_t::array>
method construct (line 4643) | static void construct(BasicJsonType& j, const typename BasicJsonTy...
method construct (line 4653) | static void construct(BasicJsonType& j, typename BasicJsonType::ar...
method construct (line 4665) | static void construct(BasicJsonType& j, const CompatibleArrayType&...
method construct (line 4678) | static void construct(BasicJsonType& j, const std::vector<bool>& arr)
method construct (line 4694) | static void construct(BasicJsonType& j, const std::valarray<T>& arr)
type external_constructor<value_t::object> (line 4710) | struct external_constructor<value_t::object>
method construct (line 4713) | static void construct(BasicJsonType& j, const typename BasicJsonTy...
method construct (line 4723) | static void construct(BasicJsonType& j, typename BasicJsonType::ob...
method construct (line 4734) | static void construct(BasicJsonType& j, const CompatibleObjectType...
function to_json (line 4753) | void to_json(BasicJsonType& j, T b) noexcept
function to_json (line 4760) | void to_json(BasicJsonType& j, const CompatibleString& s)
function to_json (line 4766) | void to_json(BasicJsonType& j, typename BasicJsonType::string_t&& s)
function to_json (line 4773) | void to_json(BasicJsonType& j, FloatType val) noexcept
function to_json (line 4780) | void to_json(BasicJsonType& j, CompatibleNumberUnsignedType val) noe...
function to_json (line 4787) | void to_json(BasicJsonType& j, CompatibleNumberIntegerType val) noex...
function to_json (line 4794) | void to_json(BasicJsonType& j, EnumType e) noexcept
function to_json (line 4801) | void to_json(BasicJsonType& j, const std::vector<bool>& e)
function to_json (line 4814) | void to_json(BasicJsonType& j, const CompatibleArrayType& arr)
function to_json (line 4820) | void to_json(BasicJsonType& j, const typename BasicJsonType::binary_...
function to_json (line 4827) | void to_json(BasicJsonType& j, const std::valarray<T>& arr)
function to_json (line 4833) | void to_json(BasicJsonType& j, typename BasicJsonType::array_t&& arr)
function to_json (line 4840) | void to_json(BasicJsonType& j, const CompatibleObjectType& obj)
function to_json (line 4846) | void to_json(BasicJsonType& j, typename BasicJsonType::object_t&& obj)
function to_json (line 4856) | void to_json(BasicJsonType& j, const T(&arr)[N]) // NOLINT(cppcoregu...
function to_json (line 4862) | void to_json(BasicJsonType& j, const std::pair<T1, T2>& p)
function to_json (line 4870) | void to_json(BasicJsonType& j, const T& b)
function to_json_tuple_impl (line 4876) | void to_json_tuple_impl(BasicJsonType& j, const Tuple& t, index_sequ...
function to_json (line 4882) | void to_json(BasicJsonType& j, const T& t)
function to_json (line 4889) | void to_json(BasicJsonType& j, const std_fs::path& p)
type to_json_fn (line 4895) | struct to_json_fn
function combine (line 5079) | inline std::size_t combine(std::size_t seed, std::size_t h) noexcept
function hash (line 5097) | std::size_t hash(const BasicJsonType& j)
type input_format_t (line 5233) | enum class input_format_t { json, cbor, msgpack, ubjson, bson }
class file_input_adapter (line 5244) | class file_input_adapter
method file_input_adapter (line 5250) | explicit file_input_adapter(std::FILE* f) noexcept
method file_input_adapter (line 5255) | file_input_adapter(const file_input_adapter&) = delete;
method file_input_adapter (line 5256) | file_input_adapter(file_input_adapter&&) noexcept = default;
method file_input_adapter (line 5257) | file_input_adapter& operator=(const file_input_adapter&) = delete;
method file_input_adapter (line 5258) | file_input_adapter& operator=(file_input_adapter&&) = delete;
method get_character (line 5261) | std::char_traits<char>::int_type get_character() noexcept
class input_stream_adapter (line 5281) | class input_stream_adapter
method input_stream_adapter (line 5296) | explicit input_stream_adapter(std::istream& i)
method input_stream_adapter (line 5301) | input_stream_adapter(const input_stream_adapter&) = delete;
method input_stream_adapter (line 5302) | input_stream_adapter& operator=(input_stream_adapter&) = delete;
method input_stream_adapter (line 5303) | input_stream_adapter& operator=(input_stream_adapter&&) = delete;
method input_stream_adapter (line 5305) | input_stream_adapter(input_stream_adapter&& rhs) noexcept
method get_character (line 5315) | std::char_traits<char>::int_type get_character()
class iterator_input_adapter (line 5336) | class iterator_input_adapter
method iterator_input_adapter (line 5341) | iterator_input_adapter(IteratorType first, IteratorType last)
method get_character (line 5345) | typename std::char_traits<char_type>::int_type get_character()
method empty (line 5364) | bool empty() const
type wide_string_input_helper (line 5372) | struct wide_string_input_helper
type wide_string_input_helper<BaseInputAdapter, 4> (line 5375) | struct wide_string_input_helper<BaseInputAdapter, 4>
method fill_buffer (line 5378) | static void fill_buffer(BaseInputAdapter& input,
type wide_string_input_helper<BaseInputAdapter, 2> (line 5433) | struct wide_string_input_helper<BaseInputAdapter, 2>
method fill_buffer (line 5436) | static void fill_buffer(BaseI
Condensed preview — 1315 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (9,001K chars).
[
{
"path": ".bzrignore",
"chars": 199,
"preview": "debian/*.debhelper\ndebian/files\ndebian/*.log\ndebian/stargus\ndebian/*.substvars\n*.dll\n*.exe\nExecDos.zip\nscmconvert\nstarex"
},
{
"path": ".github/dependabot.yml",
"chars": 607,
"preview": "# Keep GitHub Actions up to date with GitHub's Dependabot... dependabot.yml\r\n# https://docs.github.com/en/code-security/"
},
{
"path": ".github/workflows/cmake.yml",
"chars": 3541,
"preview": "name: CMake\n\non:\n push:\n branches: [ master ]\n pull_request:\n branches: [ master ]\n\nenv:\n BUILD_TYPE: Release\n\n"
},
{
"path": ".github/workflows/macos.yml",
"chars": 2567,
"preview": "name: macOS\n\non:\n workflow_dispatch:\n push:\n paths:\n - '**'\n - '!.github/**'\n - '!**.yml'\n - '."
},
{
"path": ".gitignore",
"chars": 100,
"preview": "#Ignore Visual Studio project files\nbuild/\nbuild_linux/\n.vscode/*\n**/.DS_Store\ncampaigns\n*/clangd/**"
},
{
"path": ".travis.yml",
"chars": 1403,
"preview": "language: cpp\ncompiler:\n - gcc\nos:\n - linux\ndist: focal\naddons:\n apt:\n packages:\n - libpng-dev\n - libgtk"
},
{
"path": "CMakeLists.txt",
"chars": 10021,
"preview": "# _________ __ __\n# / _____// |_____________ _/ |______ ____ __ __ ______\n# \\_"
},
{
"path": "COPYING",
"chars": 17992,
"preview": "\t\t GNU GENERAL PUBLIC LICENSE\n\t\t Version 2, June 1991\n\n Copyright (C) 1989, 1991 Free Software Foundation, Inc."
},
{
"path": "Doxyfile",
"chars": 112589,
"preview": "# Doxyfile 1.8.17\n\n# This file describes the settings to be used by the documentation system\n# doxygen (www.doxygen.org)"
},
{
"path": "README.md",
"chars": 1451,
"preview": "[](https://gitter.im/Wargus?utm_so"
},
{
"path": "cmake/modules/FindCascLib.cmake",
"chars": 1065,
"preview": "# - Try to find the CascLib library\n# Once done this will define\n#\n# CASCLIB_FOUND - system has CascLib\n# CASCLIB_INCL"
},
{
"path": "cmake/modules/FindGTK2.cmake",
"chars": 21496,
"preview": "# - FindGTK2.cmake\n# This module can find the GTK2 widget libraries and several of its other\n# optional components like "
},
{
"path": "cmake/modules/FindMakeNSIS.cmake",
"chars": 1848,
"preview": "# - Try to find the MakeNSIS\n# Once done this will define\n#\n# MAKENSIS_FOUND - system has MakeNSIS\n# MAKENSIS - the Ma"
},
{
"path": "cmake/modules/FindStormLib.cmake",
"chars": 1090,
"preview": "# - Try to find the StormLib library\n# Once done this will define\n#\n# STORMLIB_FOUND - system has StormLib\n# STORMLIB_"
},
{
"path": "cmake/modules/FindStratagus.cmake",
"chars": 947,
"preview": "# - Try to find the stratagus executable and game headers\n# Once done this will define\n#\n# STRATAGUS_FOUND - system has"
},
{
"path": "cmake_uninstall.cmake.in",
"chars": 1003,
"preview": "if(NOT EXISTS \"@CMAKE_BINARY_DIR@/install_manifest.txt\")\n message(FATAL_ERROR \"Cannot find install manifest: @CMAKE_BIN"
},
{
"path": "dataset/dlgs_race.json",
"chars": 9767,
"preview": "[\n {\n \"frame\": [0],\n \"name\": \"menu.png\"\n },\n {\n \"frame\": [1],\n \"name\": \"menu_presse"
},
{
"path": "dataset/palettes.json",
"chars": 2375,
"preview": "{\n \"PCX\":\n\t[\n\t {\n\t \"name\": \"tunit\",\n\t \"arcfile\": \"game\\\\tunit.pcx\",\n\t \"palette\": \"tunit.pal\"\n"
},
{
"path": "dataset/units.json",
"chars": 16967,
"preview": "[\n {\n \"id\": 0,\n \"name\": \"unit-terran-marine\"\n },\n {\n \"id\": 1,\n \"name\": \"unit-terran"
},
{
"path": "debian/changelog",
"chars": 1747,
"preview": "stargus (2.4.1-1) unstable; urgency=low\n\n * Support Stratagus 2.4.1\n * Correct error message if lua checksums mismatch"
},
{
"path": "debian/compat",
"chars": 2,
"preview": "7\n"
},
{
"path": "debian/control",
"chars": 790,
"preview": "Source: stargus\nSection: games\nPriority: optional\nMaintainer: Pali Rohár <pali.rohar@gmail.com>\nBuild-Depends: debhelper"
},
{
"path": "debian/copyright",
"chars": 1483,
"preview": "This work was packaged for Debian by:\n\n Pali Rohár <pali.rohar@gmail.com> on Sat, 25 Feb 2012 13:38:30 +0100\n\nIt was "
},
{
"path": "debian/docs",
"chars": 33,
"preview": "README.md\ndoc/changelog\ndoc/todo\n"
},
{
"path": "debian/manpages",
"chars": 46,
"preview": "doc/scmconvert.6\ndoc/stargus.6\ndoc/startool.6\n"
},
{
"path": "debian/menu",
"chars": 150,
"preview": "?package(stargus):needs=\"x11\" section=\"Games/Strategy\" title=\"Stargus - Starcraft\" command=\"/usr/games/stargus\" icon=\"/u"
},
{
"path": "debian/po/POTFILES.in",
"chars": 36,
"preview": "[type: gettext/rfc822deb] templates\n"
},
{
"path": "debian/po/templates.pot",
"chars": 1331,
"preview": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same "
},
{
"path": "debian/postrm",
"chars": 137,
"preview": "#!/bin/sh\n\nset -e\n\nif [ \"$1\" = \"remove\" ] || [ \"$1\" = \"purge\" ]; then\n\trm -rf /usr/share/games/stratagus/stargus\nfi\n\n#DE"
},
{
"path": "debian/rules",
"chars": 1839,
"preview": "#!/usr/bin/make -f\n# _________ __ __\n# / _____// |_____________ _/ |______ ____ __ _"
},
{
"path": "debian/source/format",
"chars": 12,
"preview": "3.0 (quilt)\n"
},
{
"path": "doc/changelog",
"chars": 953,
"preview": "2.4.0\n - Spawn larva in Zerg hatchery\n - Initial work on Zerg creep\n - Run with latest Stratagus\n - Support Battle.net I"
},
{
"path": "doc/iscript.txt",
"chars": 567825,
"preview": "# ----------------------------------------------------------------------------- #\r\n# Decompiled iscript.bin - Starcraft "
},
{
"path": "doc/sc_dat_architecture",
"chars": 45532,
"preview": "<mxfile host=\"app.diagrams.net\" modified=\"2022-09-23T15:34:23.123Z\" agent=\"5.0 (X11)\" etag=\"_bK8kSuio-MwEEBV6wpp\" versio"
},
{
"path": "doc/scmconvert.6",
"chars": 179,
"preview": ".TH SCMCONVERT 6 \"Dec 2015\" \"Stargus v2.4.0\"\n.SH NAME\nscmconvert \\- Tool to convert Starcraft archives into stargus arch"
},
{
"path": "doc/stargus.6",
"chars": 196,
"preview": ".TH STARGUS 6 \"Dec 2015\" \"Stargus v2.4.0\"\n.SH NAME\nstargus \\- Starcraft data game set for the Stratagus engine\n\n.SH \"SEE"
},
{
"path": "doc/startool.6",
"chars": 205,
"preview": ".TH STARTOOL 6 \"Dec 2015\" \"Stargus v2.4.0\"\n.SH NAME\nstartool \\- Tool to extract the game data from your Starcraft CD.\n.S"
},
{
"path": "doc/todo",
"chars": 501,
"preview": "Very Simple And Boring TODO List For Stargus\n\nScripts:\n1. Spells\n2. Before-game menus\n3. Tilesets\n4. Burning building An"
},
{
"path": "logging.prop",
"chars": 857,
"preview": "log4j.rootLogger=WARN, A1, R\nlog4j.appender.A1=org.apache.log4j.ConsoleAppender\nlog4j.appender.A1.layout=org.apache.log4"
},
{
"path": "mac/Info.plist",
"chars": 802,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.c"
},
{
"path": "mac/bundle.sh",
"chars": 2152,
"preview": "#!/bin/bash\n\nif [ -z \"$STRATAGUS\" ]; then\n echo \"You must tell me where the stratagus binary is located by setting th"
},
{
"path": "meson.build",
"chars": 2449,
"preview": "project('stargus', 'cpp', 'c',\n default_options : ['cpp_std=c++17'])\n\ncpp = meson.get_compiler('cpp')\n\n# https://"
},
{
"path": "meson_options.txt",
"chars": 302,
"preview": "option('STRATAGUS_INCLUDE_DIR', type : 'string', value : '/usr/include/', description : 'Full path to search for \"strata"
},
{
"path": "mpqlist.txt",
"chars": 320267,
"preview": "(1)Enslavers01.scm\r\n(1)Enslavers02a.scm\r\n(1)Enslavers02b.scm\r\n(1)Enslavers03a.scm\r\n(1)Enslavers03b.scm\r\n(1)Epilogue.scx\r"
},
{
"path": "release.py",
"chars": 1662,
"preview": "#!/usr/bin/env ruby\n\nimport atexit\nimport os\nimport pprint\nimport sys\n\n\nSTRINGS = {\n \"version\": \"3.3.0\",\n \"homepage\": "
},
{
"path": "scripts/RapidStratagusIDE/RSI_Functions.lua",
"chars": 487,
"preview": "function RSI_MapStarter()\n mapname = \"maps/\\(2\\)Space Madness.smp\"\n Load(mapname)\n RunMap(mapname)\nend\n\nfunction RSI_"
},
{
"path": "scripts/ai/terran.lua",
"chars": 6012,
"preview": "InitFuncs:add(function()\n ai_terran_func = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}\nend)\n\nlocal terran_funcs = "
},
{
"path": "scripts/ai/zerg.lua",
"chars": 3748,
"preview": " \nInitFuncs:add(function()\n ai_zerg_func = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}\nend)\n\nlocal zerg_funcs = {\n"
},
{
"path": "scripts/ai.lua",
"chars": 2116,
"preview": "-- _________ __ __ \n-- / _____// |_____________ _/ |______ "
},
{
"path": "scripts/anim.lua",
"chars": 4413,
"preview": "-- _________ __ __ \n-- / _____// |_____________ _/ |______ "
},
{
"path": "scripts/buttons.lua",
"chars": 2689,
"preview": "-- _________ __ __ \n-- / _____// |_____________ _/ |______ "
},
{
"path": "scripts/campaigns.lua",
"chars": 2054,
"preview": "-- _________ __ __ \n-- / _____// |_____________ _/ |______ "
},
{
"path": "scripts/cheats.lua",
"chars": 7126,
"preview": "-- _________ __ __ \n-- / _____// |_____________ _/ |______ "
},
{
"path": "scripts/commands.lua",
"chars": 1515,
"preview": "function HandleIngameCommandKey(key, ctrl, alt, shift)\n if ((key == \"h\" and (ctrl or alt)) or key == \"f1\") then\n if "
},
{
"path": "scripts/editor.lua",
"chars": 2569,
"preview": "-- _________ __ __ \n-- / _____// |_____________ _/ |______ "
},
{
"path": "scripts/fonts.lua",
"chars": 6403,
"preview": "-- _________ __ __ \n-- / _____// |_____________ _/ |______ "
},
{
"path": "scripts/gameui.lua",
"chars": 10574,
"preview": "-- _________ __ __\n-- / _____// |_____________ _/ |______ ____ __ __ ______\n-- "
},
{
"path": "scripts/guichan.lua",
"chars": 27315,
"preview": "SetPlayerData(GetThisPlayer(), \"RaceName\", \"terran\")\n\n-- Global useful objects for menus ----------\ndark = Color(38, 38"
},
{
"path": "scripts/icons.lua",
"chars": 6513,
"preview": "-- _________ __ __ \n-- / _____// |_____________ _/ |______ "
},
{
"path": "scripts/maps.lua",
"chars": 3202,
"preview": "-- _________ __ __\n-- / _____// |_____________ _/ |______ ____ __ __ ______\n-- "
},
{
"path": "scripts/menus/campaign.lua",
"chars": 8895,
"preview": "function Briefing(title, objs, bg, text, voices)\n local menu = WarMenu(nil, bg)\n\n Objectives = objs\n\n menu:addLabel(t"
},
{
"path": "scripts/menus/credits.lua",
"chars": 2745,
"preview": "function RunShowCreditsMenu()\n local menu = WarMenu(nil, \"ui/Menu background without title.png\")\n local offx = (Video."
},
{
"path": "scripts/menus/diplomacy.lua",
"chars": 2459,
"preview": "function RunDiplomacyMenu()\n local menu = WarGameMenu(panel(\"296x336\"))\n menu:resize(296, 336)\n\n menu:addLabel(\"Allia"
},
{
"path": "scripts/menus/endscenario.lua",
"chars": 2633,
"preview": "function RunEndScenarioMenu()\n local menu = WarGameMenu(panel(\"264x288\"))\n menu:resize(264, 288)\n\n menu:addLabel(\"End"
},
{
"path": "scripts/menus/game.lua",
"chars": 1474,
"preview": "function WarGameMenu(background)\n local menu = MenuScreen()\n\n if (background == nil) then\n menu:setOpaque(true)\n "
},
{
"path": "scripts/menus/help.lua",
"chars": 14491,
"preview": "function RunHelpMenu()\n local menu = WarGameMenu(panel(\"264x288\"))\n menu:resize(264, 288)\n\n menu:addLabel(\"Help Menu\""
},
{
"path": "scripts/menus/load.lua",
"chars": 1598,
"preview": "function LoadGame(s)\n LoadGameFile = nil\n currentCampaign = nil\n loop = true\n\n while (loop) do\n InitGameVariables"
},
{
"path": "scripts/menus/network.lua",
"chars": 13250,
"preview": "-- (c) Copyright 2005-2006 by François Beerten and Jimmy Salmon\n\nfunction bool2int(boolvalue)\n if boolvalue == true th"
},
{
"path": "scripts/menus/objectives.lua",
"chars": 555,
"preview": "function RunObjectivesMenu()\n local menu = WarGameMenu(panel(\"384x256\"))\n menu:resize(384, 256)\n\n menu:addLabel(\"Miss"
},
{
"path": "scripts/menus/options.lua",
"chars": 8442,
"preview": "function AddSoundOptions(menu, offx, offy, centerx, bottom)\n local b\n\n b = menu:addLabel(\"Sound Options\", 264/2, 8)\n\n "
},
{
"path": "scripts/menus/replay.lua",
"chars": 1981,
"preview": "function RunReplayGameMenu()\n local menu = WarMenu(nil, panel(\"384x256\"), false)\n menu:setSize(384, 256)\n menu:setPos"
},
{
"path": "scripts/menus/results.lua",
"chars": 4045,
"preview": "local tvictory = \"terran/victory screen.png\"\nlocal tdefeat = \"terran/defeat screen.png\"\nlocal zvictory = \"zerg/victory "
},
{
"path": "scripts/menus/save.lua",
"chars": 1475,
"preview": "function RunSaveMenu()\n local menu = WarGameMenu(panel(\"384x256\"))\n menu:resize(384, 256)\n\n menu:addLabel(\"Save Game\""
},
{
"path": "scripts/missiles.lua",
"chars": 4093,
"preview": "-- _________ __ __ \n-- / _____// |_____________ _/ |______ "
},
{
"path": "scripts/mobdebug.lua",
"chars": 66370,
"preview": "--\n-- MobDebug -- Lua remote debugger\n-- Copyright 2011-20 Paul Kulchenko\n-- Based on RemDebug 1.0 Copyright Kepler Proj"
},
{
"path": "scripts/neutral/unit-bengalaas-jungle-critter.lua",
"chars": 383,
"preview": "DefineAnimations(\"animations-bengalaas-jungle-critter\", {\n Still = {\n \"frame 0\", \"wait 125\",\n },\n})\n\nDefineUnitType"
},
{
"path": "scripts/neutral/unit-minerals.lua",
"chars": 1193,
"preview": "--\n-- unit-minerals*\n--\n\nDefineAnimations(\"animations-minerals\", {\n Still = {\n \"frame 0\", \"wait 125\",\n },\n})\n\nDefin"
},
{
"path": "scripts/neutral/unit-ragnasaur-ashworld-critter.lua",
"chars": 402,
"preview": "DefineAnimations(\"animations-ragnasaur-ashworld-critter\", {\n Still = {\n \"frame 0\", \"wait 125\",\n },\n})\n\nDefineUnitTy"
},
{
"path": "scripts/neutral/unit-rhynadon-badlands-critter.lua",
"chars": 398,
"preview": "DefineAnimations(\"animations-rhynadon-badlands-critter\", {\n Still = {\n \"frame 0\", \"wait 125\",\n },\n})\n\nDefineUnitTyp"
},
{
"path": "scripts/neutral/unit-vespene-geyser.lua",
"chars": 493,
"preview": "--\n-- unit-vespene-geyser\n--\n\nDefineAnimations(\"animations-vespene-geyser\", {\n Still = {--[[FIXME: frame depends on til"
},
{
"path": "scripts/neutral/units.lua",
"chars": 566,
"preview": "Load(\"scripts/neutral/unit-vespene-geyser.lua\")\nLoad(\"scripts/neutral/unit-minerals.lua\")\nLoad(\"scripts/neutral/unit-ben"
},
{
"path": "scripts/protoss/campaign1.lua",
"chars": 592,
"preview": "campaign_steps = {}\ncampaign_menu = {}\n\ncampaign_steps[#campaign_steps + 1] = function() RunImageStep(\"campaigns/protoss"
},
{
"path": "scripts/protoss/icons.lua",
"chars": 3065,
"preview": "-- _________ __ __ \n-- / _____// |_____________ _/ |______ "
},
{
"path": "scripts/protoss/missiles.lua",
"chars": 889,
"preview": "--\n-- Missiles\n--\n--[[\nDefineMissileType(\"missile-terran-explosion-small\", {\n File = \"terran/explosion small.png\", Siz"
},
{
"path": "scripts/protoss/nuetral.lua",
"chars": 0,
"preview": ""
},
{
"path": "scripts/protoss/sound.lua",
"chars": 8912,
"preview": "-- protoss unit advisor sounds (names in sync with startool)\nMakeSound(\"protoss-base-attacked\", \"protoss/units/advisor/u"
},
{
"path": "scripts/protoss/unit-protoss-arbiter-tribunal.lua",
"chars": 1389,
"preview": "--\n-- -- unit-protoss-arbiter-tribunal\n--\nDefineAnimations(\"animations-protoss-arbiter-tribunal\", {\n Still = {\n \"fra"
},
{
"path": "scripts/protoss/unit-protoss-assimulator.lua",
"chars": 13452,
"preview": "--\n--\n\nDefineAnimations(\"animations-protoss-assimulator\", {\n Still = {\n \"frame 0\", \"wait 5\", \"frame 1\", \"wait 5\", \"f"
},
{
"path": "scripts/protoss/unit-protoss-citadel-of-adun.lua",
"chars": 1382,
"preview": "--\n-- -- unit-protoss-citadel-of-adun\n--\nDefineAnimations(\"animations-protoss-citadel-of-adun\", {\n Still = {\n \"frame"
},
{
"path": "scripts/protoss/unit-protoss-cybernetics-core.lua",
"chars": 1439,
"preview": "--\r\n-- -- unit-protoss-cybernetics-core\r\n--\r\n\r\nDefineAnimations(\"animations-protoss-cybernetics-core\", {\r\n Still = {\r\n "
},
{
"path": "scripts/protoss/unit-protoss-dark-templar.lua",
"chars": 2050,
"preview": "--\n-- unit-protoss-dark-templar\n--\n\nDefineAnimations(\"animations-protoss-dark-templar\", {\n Still = {\n\t\"frame 85\", \"wait"
},
{
"path": "scripts/protoss/unit-protoss-dragoon.lua",
"chars": 2277,
"preview": "--\n-- unit-protoss-dragoon\n--\n\nDefineAnimations(\"animations-protoss-dragoon-death\", {\n Death = {\"unbreakable begin\", \"f"
},
{
"path": "scripts/protoss/unit-protoss-fleet-beacon.lua",
"chars": 1357,
"preview": "\n--\n-- -- unit-protoss-fleet-beacon\n--\nDefineAnimations(\"animations-protoss-fleet-beacon\", {\n Still = {\n \"frame 0\", "
},
{
"path": "scripts/protoss/unit-protoss-forge.lua",
"chars": 1301,
"preview": "--\n-- -- unit-protoss-forge\n--\n\nDefineAnimations(\"animations-protoss-forge\", {\n Still = {\n \"frame 0\", \"wait 125\",\n "
},
{
"path": "scripts/protoss/unit-protoss-gateway.lua",
"chars": 2450,
"preview": "--\n-- unit-protoss-gateway\n--\n\nDefineAnimations(\"animations-protoss-gateway\", {\n Still = {\n \"frame 0\", \"wait 125\",\n "
},
{
"path": "scripts/protoss/unit-protoss-high-templar.lua",
"chars": 2021,
"preview": "--\n-- unit-protoss-high-templar\n--\n\nDefineAnimations(\"animations-protoss-high-templar\", {\n Still = {\n\t\"frame 85\", \"wait"
},
{
"path": "scripts/protoss/unit-protoss-nexus.lua",
"chars": 14276,
"preview": "DefineAnimations(\"animations-protoss-nexus\", {\n Still = {\n \"frame 0\", \"wait 125\",\n },\n Train = {--[[FIXME: active "
},
{
"path": "scripts/protoss/unit-protoss-observatory.lua",
"chars": 1353,
"preview": "--\n-- -- unit-protoss-observatory\n--\nDefineAnimations(\"animations-protoss-observatory\", {\n Still = {\n \"frame 0\", \"wa"
},
{
"path": "scripts/protoss/unit-protoss-observer.lua",
"chars": 1996,
"preview": "--\n-- unit-protoss-observer\n--\n\n\nDefineAnimations(\"animations-protoss-observer-death\", {\n Death = {\n \"unbreakable be"
},
{
"path": "scripts/protoss/unit-protoss-photon-cannon.lua",
"chars": 13766,
"preview": "DefineAnimations(\"animations-protoss-photon-cannon\", {\n Still = {\n \"frame 0\", \"wait 125\",\n },\n Attack = {\n \"un"
},
{
"path": "scripts/protoss/unit-protoss-probe.lua",
"chars": 7959,
"preview": "--\n-- unit-protoss-probe\n--\n\nDefineAnimations(\"animations-protoss-probe\", {\nStill = {\"frame 0\", \"wait 125\",},\n Move = {"
},
{
"path": "scripts/protoss/unit-protoss-pylon.lua",
"chars": 1303,
"preview": "--\n-- unit-protoss-pylon\n--\n\nDefineAnimations(\"animations-protoss-pylon\", {\n Still = {\n \"frame 0\", \"wait 125\",\n },\n"
},
{
"path": "scripts/protoss/unit-protoss-reaver.lua",
"chars": 1970,
"preview": "--\n-- unit-protoss-reaver\n--\n\nDefineAnimations(\"animations-protoss-reaver\", {\n Still = {\n\t\"frame 85\", \"wait 125\",\n },\n"
},
{
"path": "scripts/protoss/unit-protoss-robotics-facility.lua",
"chars": 2175,
"preview": "--\n-- -- unit-protoss-robotics-facility\n--\nDefineAnimations(\"animations-protoss-robotics-facility\", {\n Still = {\n \"f"
},
{
"path": "scripts/protoss/unit-protoss-robotics-support-bay.lua",
"chars": 1416,
"preview": "--\n-- -- unit-protoss-robotics-support-bay\n--\nDefineAnimations(\"animations-protoss-robotics-support-bay\", {\n Still = {\n"
},
{
"path": "scripts/protoss/unit-protoss-scout.lua",
"chars": 1608,
"preview": "--\n-- unit-protoss-scout\n--\n\nDefineAnimations(\"animations-protoss-scout\", {\n Still = {\"frame 0\", \"wait 125\",--[[FIXME: "
},
{
"path": "scripts/protoss/unit-protoss-shield-battery.lua",
"chars": 1374,
"preview": "--\n-- -- unit-protoss-shield-battery\n--\nDefineAnimations(\"animations-protoss-shield-battery\", {\n Still = {\n \"frame 0"
},
{
"path": "scripts/protoss/unit-protoss-shuttle.lua",
"chars": 1995,
"preview": "--\n-- unit-protoss-shuttle\n--\n\n\nDefineAnimations(\"animations-protoss-shuttle-death\", {\n Death = {\n \"unbreakable begi"
},
{
"path": "scripts/protoss/unit-protoss-stargate.lua",
"chars": 1584,
"preview": "--\n-- -- unit-protoss-stargate\n--\nDefineAnimations(\"animations-protoss-stargate\", {\n Still = {\n \"frame 0\", \"wait 125"
},
{
"path": "scripts/protoss/unit-protoss-templar-archives.lua",
"chars": 1382,
"preview": "\n--\n-- -- unit-protoss-templar-archives\n--\nDefineAnimations(\"animations-protoss-templar-archives\", {\n Still = {\n \"fr"
},
{
"path": "scripts/protoss/unit-protoss-zealot.lua",
"chars": 1970,
"preview": "--\n-- unit-protoss-zealot\n--\n\nDefineAnimations(\"animations-protoss-zealot\", {\n Still = {\n\t\"frame 85\", \"wait 125\",\n },\n"
},
{
"path": "scripts/protoss/units.lua",
"chars": 5342,
"preview": "Load(\"scripts/protoss/unit-protoss-nexus.lua\")\nLoad(\"scripts/protoss/unit-protoss-pylon.lua\")\nLoad(\"scripts/protoss/unit"
},
{
"path": "scripts/protoss/upgrade.lua",
"chars": 4671,
"preview": "--\n-- Upgrades\n--[[\n\nupgrades = {\n{ \"upgrade-zerg-zergling-speed\", \"icon-zerg-zergling-attack-speed\",\n { 200, 100,"
},
{
"path": "scripts/sc.lua",
"chars": 5475,
"preview": "-- _________ __ __\n-- / _____// |_____________ _/ |______ ____ __ __ ______\n-- "
},
{
"path": "scripts/sound.lua",
"chars": 4128,
"preview": "-- _________ __ __ \n-- / _____// |_____________ _/ |______ "
},
{
"path": "scripts/spells.lua",
"chars": 2728,
"preview": "-- _________ __ __\n-- / _____// |_____________ _/ |______ ____ __ __ ______\n-- "
},
{
"path": "scripts/stratagus.lua",
"chars": 13682,
"preview": "-- _________ __ __\n-- / _____// |_____________ _/ |______ ____ __ __ ______\n-- "
},
{
"path": "scripts/terran/campaign1.lua",
"chars": 588,
"preview": "campaign_steps = {}\ncampaign_menu = {}\n\ncampaign_steps[#campaign_steps + 1] = function() RunImageStep(\"campaigns/terran/"
},
{
"path": "scripts/terran/icons.lua",
"chars": 3781,
"preview": "-- _________ __ __ \n-- / _____// |_____________ _/ |______ "
},
{
"path": "scripts/terran/missiles.lua",
"chars": 2078,
"preview": "--\n-- Missiles\n--\n\nDefineMissileType(\"missile-terran-explosion-small\", {\n File = image_213_thingy_tbangs_file, Size = "
},
{
"path": "scripts/terran/sound.lua",
"chars": 12461,
"preview": "-- Basic Terran sounds\n\nMakeSound(\"terran-base-attacked\", \"terran/units/advisor/upd00.ogg\")\nMakeSound(\"terran-units-atta"
},
{
"path": "scripts/terran/unit-terran-academy.lua",
"chars": 1934,
"preview": "--\n-- unit-terran-academy\n--\n\nDefineAnimations(\"animations-terran-academy\", {\n Still = {\n \"frame 0\", \"wait 125\",\n }"
},
{
"path": "scripts/terran/unit-terran-armory.lua",
"chars": 1331,
"preview": "--\n-- unit-terran-armory\n--\n\nDefineAnimations(\"animations-terran-armory\", {\n Still = {\n \"frame 0\", \"wait 125\",\n },\n"
},
{
"path": "scripts/terran/unit-terran-barracks.lua",
"chars": 2152,
"preview": "--\n-- unit-terran-barracks\n--\n\nDefineAnimations(\"animations-terran-barracks\", {\n Still = {\n \"frame 0\", \"wait 125\",\n "
},
{
"path": "scripts/terran/unit-terran-battlecruiser.lua",
"chars": 1678,
"preview": "--\n-- unit-terran-battlecruiser\n--\n\nDefineAnimations(\"animations-terran-battlecruiser\", {\n Still = {\"frame 0\", \"wait 12"
},
{
"path": "scripts/terran/unit-terran-bunker.lua",
"chars": 1308,
"preview": "--\n-- unit-terran-bunker\n--\n\nDefineAnimations(\"animations-terran-bunker\", {\n Still = {\n \"frame 0\", \"wait 125\",\n },\n"
},
{
"path": "scripts/terran/unit-terran-command-center.lua",
"chars": 2263,
"preview": "--\n-- unit-terran-command-center\n--\n\nDefineAnimations(\"animations-terran-command-center\", {\n Still = {\n \"frame 0\", \""
},
{
"path": "scripts/terran/unit-terran-comsat-station.lua",
"chars": 1069,
"preview": "--\n-- unit-terran-command-center\n--\n\nDefineAnimations(\"animations-terran-comsat-station\", {\n Still = {\n \"frame 0\", \""
},
{
"path": "scripts/terran/unit-terran-dropship.lua",
"chars": 1455,
"preview": "--\n-- unit-terran-dropship\n--\n\nDefineAnimations(\"animations-terran-dropship\", {\n Still = {\"frame 0\", \"wait 125\",--[[FIX"
},
{
"path": "scripts/terran/unit-terran-engineering-bay.lua",
"chars": 3387,
"preview": "--\n-- unit-terran-engineering-bay\n--\n\nDefineAnimations(\"animations-terran-engineering-bay\", {\n Still = {\n \"frame 0\","
},
{
"path": "scripts/terran/unit-terran-factory.lua",
"chars": 2085,
"preview": "--\n-- unit-terran-factory\n--\n\nDefineAnimations(\"animations-terran-factory\", {\n Still = {\n \"frame 0\", \"wait 125\",\n }"
},
{
"path": "scripts/terran/unit-terran-firebat.lua",
"chars": 2278,
"preview": "--\n-- unit-terran-firebat\n--\n\n\nDefineAnimations(\"animations-terran-firebat\", {\n Still = {\n \"label 6D07\", \"frame 34\","
},
{
"path": "scripts/terran/unit-terran-ghost.lua",
"chars": 2609,
"preview": "--\n-- unit-terran-ghost\n--\n\n\nDefineAnimations(\"animations-terran-ghost\", {\n Still = {\n \"label 6E17\", \"frame 51\",\n "
},
{
"path": "scripts/terran/unit-terran-goliath.lua",
"chars": 1576,
"preview": "--\n-- unit-terran-goliath\n--\n\n\nDefineAnimations(\"animations-terran-goliath\", {\n Still = {\n \"frame 119\", \"wait 125\",\n"
},
{
"path": "scripts/terran/unit-terran-marine.lua",
"chars": 3679,
"preview": "--\n-- unit-terran-marine\n--\n\n\nDefineAnimations(\"animations-terran-marine-death\", {\n Death = {\"unbreakable begin\", \"fram"
},
{
"path": "scripts/terran/unit-terran-missile-turret.lua",
"chars": 1532,
"preview": "--\n-- unit-terran-missile-turret\n--\n\nDefineAnimations(\"animations-terran-missile-turret\", {\n Still = {\n \"frame 2\", \""
},
{
"path": "scripts/terran/unit-terran-refinery.lua",
"chars": 1347,
"preview": "--\n-- unit-terran-refinery\n--\n\nDefineAnimations(\"animations-terran-refinery\", {\n Still = {\n \"frame 0\", \"wait 5\", \"la"
},
{
"path": "scripts/terran/unit-terran-science-facility.lua",
"chars": 1412,
"preview": "--\n-- unit-terran-science-facility\n--\n\nDefineAnimations(\"animations-terran-science-facility\", {\n Still = {\n \"frame 0"
},
{
"path": "scripts/terran/unit-terran-science-vessel.lua",
"chars": 1640,
"preview": "--\n-- unit-terran-science-vessel\n--\n\nDefineAnimations(\"animations-terran-science-vessel\", {\n Still = {\"frame 0\", \"wait "
},
{
"path": "scripts/terran/unit-terran-scv.lua",
"chars": 9994,
"preview": "--\n-- unit-terran-scv\n--\n\nDefineAnimations(\"animations-terran-scv\", {\n Still = {\"frame 0\", \"wait 125\",},\n Move = {\"unb"
},
{
"path": "scripts/terran/unit-terran-siege-tank.lua",
"chars": 3490,
"preview": "--\n-- unit-terran-siege-tank\n--\n\nfunction moveTurret(self)\n local turret = GetUnitVariable(self, \"Summoned\")\n local pi"
},
{
"path": "scripts/terran/unit-terran-starport.lua",
"chars": 2360,
"preview": "--\n-- unit-terran-starport\n--\n\nDefineAnimations(\"animations-terran-starport\", {\n Still = {\n \"frame 0\", \"wait 125\",\n "
},
{
"path": "scripts/terran/unit-terran-supply-depot.lua",
"chars": 1316,
"preview": "--\n-- unit-terran-supply-depot\n--\n\nDefineAnimations(\"animations-terran-supply-depot\", {\n Still = {\n \"frame 0\", \"wait"
},
{
"path": "scripts/terran/unit-terran-vulture.lua",
"chars": 4727,
"preview": "--\n-- unit-terran-vulture\n--\n\nDefineAnimations(\"animations-terran-vulture\", {\n Still = {\n \"frame 0\", \"wait 125\",\n }"
},
{
"path": "scripts/terran/unit-terran-wraith.lua",
"chars": 1620,
"preview": "--\n-- unit-terran-wraith\n--\n\nDefineAnimations(\"animations-terran-wraith\", {\n Still = {\"frame 0\", \"wait 125\",--[[FIXME: "
},
{
"path": "scripts/terran/units.lua",
"chars": 5621,
"preview": "Load(\"scripts/terran/unit-terran-academy.lua\")\nLoad(\"scripts/terran/unit-terran-armory.lua\")\nLoad(\"scripts/terran/unit-t"
},
{
"path": "scripts/terran/upgrade.lua",
"chars": 4708,
"preview": "--\n-- Upgrades\n--\n\nlocal upgrades = {\n{ \"upgrade-terran-infantry-weapons1\", \"icon-terran-upgrade-infantry-weapons\",\n {"
},
{
"path": "scripts/tilesets.lua",
"chars": 182,
"preview": "Load(\"luagen/tilesets/ashworld.lua\")\nLoad(\"luagen/tilesets/badlands.lua\")\nLoad(\"luagen/tilesets/install.lua\")\nLoad(\"luag"
},
{
"path": "scripts/ui.lua",
"chars": 34303,
"preview": "-- _________ __ __\n-- / _____// |_____________ _/ |______ ____ __ __ ______\n-- "
},
{
"path": "scripts/units.lua",
"chars": 2109,
"preview": "-- _________ __ __\n-- / _____// |_____________ _/ |______ ____ __ __ ______\n-- "
},
{
"path": "scripts/upgrade.lua",
"chars": 1632,
"preview": "-- _________ __ __ \n-- / _____// |_____________ _/ |______ "
},
{
"path": "scripts/widgets.lua",
"chars": 4118,
"preview": "-- _________ __ __ \n-- / _____// |_____________ _/ |______ "
},
{
"path": "scripts/zerg/campaign1.lua",
"chars": 577,
"preview": "campaign_steps = {}\ncampaign_menu = {}\n\ncampaign_steps[#campaign_steps + 1] = function() RunImageStep(\"campaigns/zerg/Es"
},
{
"path": "scripts/zerg/construction.lua",
"chars": 5166,
"preview": "-- FIXME: need support for animations while building\n\nDefineConstruction(\"construction-zerg\", {\n Files = image_102_zerg"
},
{
"path": "scripts/zerg/icons.lua",
"chars": 3522,
"preview": "-- _________ __ __ \n-- / _____// |_____________ _/ |______ "
},
{
"path": "scripts/zerg/missiles.lua",
"chars": 531,
"preview": "--\n-- Missiles\n--\n\nDefineMissileType(\"missile-zerg-spit\", {\n File = image_504_bullet_zspark_file, Size = image_504_bul"
},
{
"path": "scripts/zerg/sound.lua",
"chars": 13180,
"preview": "-- Advisor\n\nMakeSound(\"zerg-base-attacked\", \"zerg/units/advisor/base attacked.ogg\")\nMakeSound(\"zerg-units-attacked\", \"ze"
},
{
"path": "scripts/zerg/unit-zerg-creep-colony.lua",
"chars": 1572,
"preview": "--\n-- unit-zerg-creep-colony\n--\n\n\nDefineAnimations(\"animations-zerg-creep-colony\", {\n --[[ active overlay 108 ]]\n Stil"
},
{
"path": "scripts/zerg/unit-zerg-defiler-mound.lua",
"chars": 1006,
"preview": "--\n-- unit-zerg-defiler-mound\n--\n\n\nDefineAnimations(\"animations-zerg-defiler-mound\", {\n Still = {\n \"frame 1\", \"wait "
},
{
"path": "scripts/zerg/unit-zerg-defiler.lua",
"chars": 2364,
"preview": "--\n-- unit-zerg-defiler\n--\n\n\nDefineAnimations(\"animations-zerg-defiler-death\", {\n Death = {\n \"unbreakable begin\", \"f"
},
{
"path": "scripts/zerg/unit-zerg-drone.lua",
"chars": 5935,
"preview": "--\n-- unit-zerg-drone\n--\n\n\nDefineAnimations(\"animations-zerg-drone\", {\n Still = {\"frame 0\", \"wait 125\",},\n Move = {\"un"
},
{
"path": "scripts/zerg/unit-zerg-egg.lua",
"chars": 1465,
"preview": "--\n-- unit-zerg-egg\n--\n\n\nDefineAnimations(\"animations-zerg-egg-death\", {\n Death = {\n \"unbreakable begin\",\n \"fram"
},
{
"path": "scripts/zerg/unit-zerg-evolution-chamber.lua",
"chars": 3935,
"preview": "--\n-- unit-zerg-evolution-chamber\n--\n\n\nDefineAnimations(\"animations-zerg-evolution-chamber\", {\n Still = {\n \"frame 0\""
},
{
"path": "scripts/zerg/unit-zerg-extractor.lua",
"chars": 1181,
"preview": "--\n-- unit-zerg-extractor\n--\n\n\nDefineAnimations(\"animations-zerg-extractor\", {\n --[[ active overlay 109 ]]\n Still = {\n"
},
{
"path": "scripts/zerg/unit-zerg-greater-spire.lua",
"chars": 2945,
"preview": "--\n-- unit-zerg-greater-spire\n--\n\n\nDefineAnimations(\"animations-zerg-greater-spire\", {\n Still = {\n \"frame 0\", \"rando"
},
{
"path": "scripts/zerg/unit-zerg-guardian.lua",
"chars": 2149,
"preview": "--\n-- unit-zerg-guardian\n--\n\n\nDefineAnimations(\"animations-zerg-guardian-death\", {\n Death = {\n \"unbreakable begin\",\n"
},
{
"path": "scripts/zerg/unit-zerg-hatchery.lua",
"chars": 4415,
"preview": "--\n-- unit-zerg-hatchery\n--\n\n\nDefineAnimations(\"animations-zerg-hatchery\", {\n Still = {\n \"frame 1\", \"wait 2\", \"frame"
},
{
"path": "scripts/zerg/unit-zerg-hive.lua",
"chars": 1152,
"preview": "--\n-- unit-zerg-hive\n--\n\n\nDefineAnimations(\"animations-zerg-hive\", {\n Still = {\n \"frame 1\", \"wait 2\", \"frame 2\", \"wa"
},
{
"path": "scripts/zerg/unit-zerg-hydralisk-den.lua",
"chars": 1006,
"preview": "--\n-- unit-zerg-hydralisk-den\n--\n\n\nDefineAnimations(\"animations-zerg-hydralisk-den\", {\n Still = {\n \"frame 1\", \"wait "
},
{
"path": "scripts/zerg/unit-zerg-hydralisk.lua",
"chars": 3478,
"preview": "--\n-- unit-zerg-hydralisk\n--\n\n\nDefineAnimations(\"animations-zerg-hydralisk-death\", {\n Death = {\n \"unbreakable begin\""
},
{
"path": "scripts/zerg/unit-zerg-lair.lua",
"chars": 1152,
"preview": "--\n-- unit-zerg-lair\n--\n\n\nDefineAnimations(\"animations-zerg-lair\", {\n Still = {\n \"frame 1\", \"wait 2\", \"frame 2\", \"wa"
},
{
"path": "scripts/zerg/unit-zerg-larva.lua",
"chars": 3240,
"preview": "--\n-- unit-zerg-larva\n--\n\n\nDefineAnimations(\"animations-zerg-larva-death\", {\n Death = {\n \"unbreakable begin\",\n \""
},
{
"path": "scripts/zerg/unit-zerg-mutalisk.lua",
"chars": 1929,
"preview": "--\n-- unit-zerg-mutalisk\n--\n\n\nDefineAnimations(\"animations-zerg-mutalisk\", {\n Still = {\n \"frame 0\", \"wait 2\", \"frame"
},
{
"path": "scripts/zerg/unit-zerg-nydus-canal.lua",
"chars": 994,
"preview": "--\n-- unit-zerg-nydus-canal\n--\n\n\nDefineAnimations(\"animations-zerg-nydus-canal\", {\n Still = {\n \"frame 1\", \"wait 2\", "
},
{
"path": "scripts/zerg/unit-zerg-overlord.lua",
"chars": 2250,
"preview": "--\n-- unit-zerg-overlord\n--\n\n\nDefineAnimations(\"animations-zerg-overlord-death\", {\n Death = {\n \"unbreakable begin\",\n"
},
{
"path": "scripts/zerg/unit-zerg-queen.lua",
"chars": 1490,
"preview": "--\n-- unit-zerg-queen\n--\n\n\nDefineAnimations(\"animations-zerg-queen\", {\n Still = {\n \"frame 0\", \"wait 2\", \"frame 17\", "
},
{
"path": "scripts/zerg/unit-zerg-queens-nest.lua",
"chars": 994,
"preview": "--\n-- unit-zerg-queens-nest\n--\n\n\nDefineAnimations(\"animations-zerg-queens-nest\", {\n Still = {\n \"frame 1\", \"wait 2\", "
},
{
"path": "scripts/zerg/unit-zerg-scourge.lua",
"chars": 2353,
"preview": "--\n-- unit-zerg-scourge\n--\n\n\nDefineAnimations(\"animations-zerg-scourge-death\", {\n Death = {\n \"unbreakable begin\",\n "
},
{
"path": "scripts/zerg/unit-zerg-spawning-pool.lua",
"chars": 1279,
"preview": "--\n-- unit-zerg-spawning-pool\n--\n\n\nDefineAnimations(\"animations-zerg-spawning-pool\", {\n Still = {\n \"frame 0\", \"wait "
},
{
"path": "scripts/zerg/unit-zerg-spire.lua",
"chars": 3148,
"preview": "--\n-- unit-zerg-spire\n--\n\n\nDefineAnimations(\"animations-zerg-spire\", {\n Still = {\n \"frame 1\", \"wait 2\", \"frame 2\", \""
},
{
"path": "scripts/zerg/unit-zerg-spore-colony.lua",
"chars": 1169,
"preview": "--\n-- unit-zerg-spore-colony\n--\n\n\nDefineAnimations(\"animations-zerg-spore-colony\", {\n Still = {\n \"frame 0\", \"wait 2\""
},
{
"path": "scripts/zerg/unit-zerg-sunken-colony.lua",
"chars": 1651,
"preview": "--\n-- unit-zerg-sunken-colony\n--\n\n\nDefineAnimations(\"animations-zerg-sunken-colony\", {\n Still = {\n \"frame 0\", \"wait "
},
{
"path": "scripts/zerg/unit-zerg-ultralisk-cavern.lua",
"chars": 1099,
"preview": "--\n-- unit-zerg-ultralisk-cavern\n--\n\n\nDefineAnimations(\"animations-zerg-ultralisk-cavern\", {\n Still = {\n \"frame 1\", "
},
{
"path": "scripts/zerg/unit-zerg-ultralisk.lua",
"chars": 3489,
"preview": "--\n-- unit-zerg-ultralisk\n--\n\n\nDefineAnimations(\"animations-zerg-ultralisk-death\", {\n Death = {\n \"unbreakable begin\""
},
{
"path": "scripts/zerg/unit-zerg-zergling.lua",
"chars": 3383,
"preview": "--\n-- unit-zerg-zergling\n--\n\n\nDefineAnimations(\"animations-zerg-zergling-death\", {\n Death = {\n \"unbreakable begin\",\n"
},
{
"path": "scripts/zerg/units.lua",
"chars": 5374,
"preview": "Load(\"scripts/zerg/construction.lua\")\n\nLoad(\"scripts/zerg/unit-zerg-creep-colony.lua\")\nLoad(\"scripts/zerg/unit-zerg-defi"
},
{
"path": "scripts/zerg/upgrade.lua",
"chars": 8752,
"preview": "--\n-- Upgrades\n--\n\nlocal upgrades = {\n{ \"upgrade-zerg-melee-attacks1\", \"icon-zerg-upgrade-melee-attack\",\n { 200, 1"
},
{
"path": "src/AbstractPalette.cpp",
"chars": 1218,
"preview": "/*\n * AbstractPalette.cpp\n *\n * Author: Andreas Volz\n */\n\n#include \"AbstractPalette.h\"\n#include \"Palette.h\"\n#includ"
},
{
"path": "src/AbstractPalette.h",
"chars": 673,
"preview": "/*\n * AbstractPalette.h\n *\n * Author: Andreas Volz\n */\n\n#ifndef ABSTRACTPALETTE_H\n#define ABSTRACTPALETTE_H\n\n// pro"
},
{
"path": "src/Breeze.cpp",
"chars": 3124,
"preview": "/*\n * Breeze.cpp\n *\n * Author: Andreas Volz\n */\n\n// Local\n#include \"Breeze.h\"\n#include \"FileUtil.h\"\n#include \"Logge"
},
{
"path": "src/Breeze.h",
"chars": 1254,
"preview": "/*\n * Breeze.h\n *\n * Author: Andreas Volz\n */\n\n#ifndef BREEZE_H_\n#define BREEZE_H_\n\n#include \"Hurricane.h\"\n\n/**\n * "
},
{
"path": "src/Casc.cpp",
"chars": 4367,
"preview": "/*\n * Casc.cpp\n *\n * Author: Andreas Volz\n */\n#ifdef HAVE_CASC\n\n// Local\n#include \"Casc.h\"\n#include \"FileUtil.h\"\n\n/"
},
{
"path": "src/Casc.h",
"chars": 890,
"preview": "/*\n * Casc.h\n *\n * Author: Andreas Volz\n */\n#ifdef HAVE_CASC\n\n#include \"Hurricane.h\"\n\n#ifndef CASC_H_\n#define CASC_"
},
{
"path": "src/Chk.cpp",
"chars": 27357,
"preview": "/*\n * Chk.cpp\n *\n * Author: Andreas Volz\n */\n\n// Local\n#include <luagen.h>\n#include \"Chk.h\"\n#include \"WorldMap.h\"\n#"
},
{
"path": "src/Chk.h",
"chars": 1251,
"preview": "/*\n * Chk.h\n *\n * Author: Andreas Volz\n */\n\n#ifndef CHK_H_\n#define CHK_H_\n\n// Local\n#include \"WorldMap.h\"\n#include "
},
{
"path": "src/Color.cpp",
"chars": 2753,
"preview": "/*\n * Color.cpp\n *\n * Author: Andreas Volz\n */\n\n// project\n#include <Color.h>\n\n// system\n#include <algorithm>\n\nCol"
},
{
"path": "src/Color.h",
"chars": 1109,
"preview": "/*\n * Color.h\n *\n * Author: Andreas Volz\n */\n\n#ifndef COLOR_H\n#define COLOR_H\n\nclass Color\n{\npublic:\n Color();\n C"
},
{
"path": "src/Converter.cpp",
"chars": 202,
"preview": "/*\n * Converter.cpp\n *\n * Author: Andreas Volz\n */\n\n#include \"Converter.h\"\n\nConverter::Converter(std::shared_ptr<Hu"
},
{
"path": "src/Converter.h",
"chars": 370,
"preview": "/*\n * Converter.h\n *\n * Author: Andreas Volz\n */\n\n#ifndef CONVERTER_H_\n#define CONVERTER_H_\n\n// System\n#include <me"
},
{
"path": "src/DataChunk.cpp",
"chars": 2799,
"preview": "/*\n * DataChunk.cpp\n *\n * Author: Andreas Volz\n */\n\n// Local\n#include \"DataChunk.h\"\n#include \"Logger.h\"\n\n// System\n"
}
]
// ... and 1115 more files (download for full content)
About this extraction
This page contains the full source code of the Wargus/stargus GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 1315 files (8.1 MB), approximately 2.2M tokens, and a symbol index with 3494 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.