]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
SourceLayout: esi/, take 1
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 10 Mar 2009 20:52:45 +0000 (14:52 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 10 Mar 2009 20:52:45 +0000 (14:52 -0600)
commitf99c2cfe3808e9d3c9a7fccbc9937e4e2a4fd560
tree40d083c9f39b1c212af71a98bfa4121993c7a01d
parent6ada3123cae4373866496e90f498b39f2a509494
SourceLayout: esi/, take 1

Moved src/ESI* files into src/esi/.
Renamed ESI source files from ESIFoo.{cc,cci,h} to Foo.{cc,cci,h}.

No true source code changes.
No functionality changes were intended.
No runtime tests with ESI performed.

TODO: I did not move the tests/ESIExpressions test into src/esi because
we need to fix the entire testing layout before we should start
moving individual tests: They currently depend on individual source
and object files in src/ and in tests/ and that kind of dependency
should not be multiplied but removed.

TODO: Move ESI types into the Esi namespace.
38 files changed:
configure.in
src/Makefile.am
src/Store.h
src/cache_cf.cc
src/client_side_reply.cc
src/esi/Assign.cc [moved from src/ESIAssign.cc with 98% similarity]
src/esi/Assign.h [moved from src/ESIAssign.h with 98% similarity]
src/esi/Attempt.h [moved from src/ESIAttempt.h with 97% similarity]
src/esi/Context.cc [moved from src/ESIContext.cc with 99% similarity]
src/esi/Context.h [moved from src/ESIContext.h with 99% similarity]
src/esi/CustomParser.cc [moved from src/ESICustomParser.cc with 99% similarity]
src/esi/CustomParser.h [moved from src/ESICustomParser.h with 98% similarity]
src/esi/Element.h [moved from src/ESIElement.h with 99% similarity]
src/esi/ElementList.h [moved from src/ElementList.h with 98% similarity]
src/esi/Esi.cc [moved from src/ESI.cc with 99% similarity]
src/esi/Esi.h [moved from src/ESI.h with 100% similarity]
src/esi/Except.h [moved from src/ESIExcept.h with 97% similarity]
src/esi/ExpatParser.cc [moved from src/ESIExpatParser.cc with 99% similarity]
src/esi/ExpatParser.h [moved from src/ESIExpatParser.h with 98% similarity]
src/esi/Expression.cc [moved from src/ESIExpression.cc with 99% similarity]
src/esi/Expression.h [moved from src/ESIExpression.h with 100% similarity]
src/esi/Include.cc [moved from src/ESIInclude.cc with 99% similarity]
src/esi/Include.h [moved from src/ESIInclude.h with 97% similarity]
src/esi/Libxml2Parser.cc [moved from src/ESILibxml2Parser.cc with 99% similarity]
src/esi/Libxml2Parser.h [moved from src/ESILibxml2Parser.h with 99% similarity]
src/esi/Literal.h [moved from src/ESILiteral.h with 98% similarity]
src/esi/Makefile.am [new file with mode: 0644]
src/esi/Parser.cc [moved from src/ESIParser.cc with 98% similarity]
src/esi/Parser.h [moved from src/ESIParser.h with 100% similarity]
src/esi/Segment.cc [moved from src/ESISegment.cc with 99% similarity]
src/esi/Segment.h [moved from src/ESISegment.h with 100% similarity]
src/esi/Sequence.cc [moved from src/ESISequence.cc with 99% similarity]
src/esi/Sequence.h [moved from src/ESISequence.h with 98% similarity]
src/esi/Var.h [moved from src/ESIVar.h with 97% similarity]
src/esi/VarState.cc [moved from src/ESIVarState.cc with 99% similarity]
src/esi/VarState.h [moved from src/ESIVarState.h with 99% similarity]
test-suite/ESIExpressions.cc
test-suite/Makefile.am