libabigail/tools
Dodji Seketeli 74b9337efc Implement the abigail::ini::config abstraction
* include/abg-ini.h (config::config): Add an overload that take a
	path and sections.
	(config::{get,set}_sections): New accessors.
	(read_sections): Rename the previous read_config() functions into
	these.
	(read_config): Add these function declarations to really act on
	instances of abigail::ini::config.
	(write_section): Rename the previous write_config functions into
	these.
	(write_config): Add these function declarations to really act on
	instances of abigail::ini::config.
	* src/abg-ini.cc (class config::priv): Implement this.
	(config::{config, ~config, get_path, set_path, get_sections,
	set_sections}): Define these new methods.
	(read_sections): Rename the former read_config into this.
	(read_config): Add this function definitions to really act on
	instances of abigail::ini::config.
	(write_sections): Rename the former write_config into this.
	(write_config):: Add this function definitions to really act on
	instances of abigail::ini::config.
	* tools/binilint.cc (main): Adjust.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2014-10-13 17:44:43 +02:00
..
.gitignore Add .gitignore files. 2014-09-12 11:05:01 +02:00
abg-tools-utils.cc Put IR artifacts in the abigail::ir namespace 2014-10-13 17:44:43 +02:00
abg-tools-utils.h Harden debug info path management & better error reporting 2014-06-04 16:30:18 +02:00
abiar.cc Rename bi* tools to abi* tools 2014-09-26 10:58:16 +02:00
abidiff.cc Implement generic diff tree walking and port categorization over it 2014-10-10 13:18:04 +02:00
abidw.cc Rename bi* tools to abi* tools 2014-09-26 10:58:16 +02:00
abilint.cc Rename bi* tools to abi* tools 2014-09-26 10:58:16 +02:00
abisym.cc Rename bi* tools to abi* tools 2014-09-26 10:58:16 +02:00
binilint.cc Implement the abigail::ini::config abstraction 2014-10-13 17:44:43 +02:00
Makefile.am Initial support of ini-style file parsing 2014-10-13 17:44:43 +02:00