summaryrefslogtreecommitdiff
path: root/expat/examples
Commit message (Collapse)AuthorAgeFilesLines
* Sync file headersSebastian Pipping2022-10-302-3/+3
|
* examples/element_declarations.c: Resolve recursionSebastian Pipping2022-10-301-10/+68
|
* examples/element_declarations.c: Handle element declarations rather than ↵Sebastian Pipping2022-10-301-22/+72
| | | | elements
* examples: Clone example "examples" to "element_declarations"Sebastian Pipping2022-10-302-1/+125
|
* Sync file headersSebastian Pipping2022-10-242-2/+2
|
* examples: Add some whitespace for readabilitySebastian Pipping2022-10-242-0/+4
|
* examples: Make use of XML_GetBufferSebastian Pipping2022-10-242-6/+18
|
* examples/elements.c: Resolve unused include of <wchar.h>Sebastian Pipping2022-10-241-1/+0
|
* examples/elements.c: Be consistent across examples regarding OOM detectionSebastian Pipping2022-10-241-0/+5
|
* examples: Be consistent across examples regarding read looping and main exitSebastian Pipping2022-10-242-8/+18
|
* examples/elements.c: Be consistent in parse error reporting format across ↵Sebastian Pipping2022-10-241-3/+4
| | | | examples
* examples/outline.c: Be consistent in main loop exit across examplesSebastian Pipping2022-10-241-7/+3
|
* examples/outline.c: Make element handler signatures consistent across examplesSebastian Pipping2022-10-241-9/+9
|
* examples/outline.c: Make use of BUFSIZ from stdio.h consistent across examplesSebastian Pipping2022-10-241-4/+2
|
* examples: Make passing of depth pointer consistent across examplesSebastian Pipping2022-10-242-9/+9
|
* examples: Resolve use of unused variables argc and argvSebastian Pipping2022-10-242-6/+2
|
* examples/outline.c: Rename "Buff" to "buf" for consistency across examplesSebastian Pipping2022-10-241-3/+3
|
* examples/outline.c: Make "Buff" a local variableSebastian Pipping2022-10-241-2/+1
|
* examples/outline.c: Rename variable "p" to "parser"Sebastian Pipping2022-10-241-7/+7
|
* Sync file headersSebastian Pipping2022-02-152-2/+2
|
* Increase precision in existing MIT headers based on Git historySebastian Pipping2021-05-023-4/+14
|
* Update Autotools to use AM_CPPFLAGS, AM_CFLAGS, and AM_CXXFLAGSJeffrey Walton2020-03-171-1/+1
|
* Drop mistaken executable bitsSebastian Pipping2019-09-161-0/+0
|
* fix potential memory leak in elements.czhouzhongyuan2019-09-051-0/+1
|
* Drop support for Visual Studio <=7.1/2003Sebastian Pipping2019-08-292-10/+2
| | | | _MSC_VER 1400 is 8.0/2005
* win32: Remove MSVC solution and project filesSebastian Pipping2019-08-294-335/+0
|
* Mass-apply clang-format 9 using ./apply-clang-format.shclang-format2019-08-032-33/+26
|
* Address 64bit size_t loss warning for Visual StudioSebastian Pipping2017-12-041-1/+1
| | | | | Message was: warning C4267: 'argument' : conversion from 'size_t' to 'int'
* Auto-upgrade of project files performed by Visual Studio 2017. This should ↵Karl Waclawek2017-11-012-7/+9
| | | | not be a problem as the Community Edition of VS 2017 can be obtained for free.
* examples: Use printf rather than [f]put[w]s (pull request #135)Rhodri James2017-08-291-3/+1
|
* examples: Indent preprocessor codeSebastian Pipping2017-08-262-19/+19
|
* Fix example programs to compile under XML_UNICODE_WCHAR_TRhodri James2017-08-262-9/+25
|
* Inline copyright headers with C/C++ code where missing (#116)Sebastian Pipping2017-08-122-23/+62
|
* Replace handwritten Makefile with GNU AutomakeSebastian Pipping2017-08-121-0/+39
|
* examples: Unify expat.h includeSebastian Pipping2017-06-071-1/+1
|
* examples|tests|xmlwf: Drop AmigaOS 4.x include (issue #14)Sebastian Pipping2017-06-072-8/+0
|
* Visual Studio 20xx: No longer define WIN32Sebastian Pipping2017-05-252-4/+4
|
* *.dsp,*.dsw: Drop Visual Studio 6.0 (issue #14)Sebastian Pipping2017-04-252-206/+0
|
* Added Visual Studio 2013 solution/project files. Will also work in Visual ↵Karl Waclawek2016-06-174-0/+333
| | | | Studio 2015 if VS 2013 is installed. Otherwise, open a "Visual Studio 2015 Developer Command Prompt" and execute "devenv.exe /upgrade expat.sln" in the expat directory to upgrade the main solution and project files (Tests have their own solutions).
* Address all "unused parameter" warningsSebastian Pipping2016-05-072-0/+14
|
* examples/elements.c: Address compile warning on sign mismatchSebastian Pipping2016-03-121-1/+1
| | | | | | | examples/elements.c: In function ‘main’: examples/elements.c:54:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] done = len < sizeof(buf); ^
* Modified Windows project files to import properly into Visual Studio 2010.Karl Waclawek2012-02-212-4/+4
|
* Removed unnecessary linker dependencies.Karl Waclawek2009-01-192-8/+8
|
* Removed need for amiga_main().Steven Solie2007-06-032-12/+8
|
* Changed output directories so that all binaries end up in the same location.Karl Waclawek2007-05-032-10/+10
|
* Fix for bug #1543233 - missing XML_ParserFree.Karl Waclawek2006-09-051-0/+1
|
* Casting away some integer conversion warnings that should not pose a problem.Karl Waclawek2006-04-142-2/+2
|
* * Added support for XML_LARGE_SIZE.Karl Waclawek2005-12-282-2/+24
| | | | * Added comment about using with UTF-8 version of Expat only.
* *** empty log message ***Steven Solie2005-12-242-0/+12
|
* convert MSVC project and workspace files to binary files that must alwaysFred L. Drake, Jr.2004-09-302-206/+206
| | | | | | use the DOS/Windows CR-LF line end convention (closes SF bug #1007088)