mosesdecoder/moses/src
Philipp Koehn 517fda5ada bug fixes
2012-02-16 05:14:56 +00:00
..
CYKPlusParser moses_chart: reduce memory usage by creating one ChartTranslationOptionList 2012-02-06 23:54:01 +00:00
DynSAInclude compile error when using ORLM and SRI 2012-02-09 21:38:31 +07:00
LM output how many threads specified 2012-02-09 15:40:11 +07:00
RuleTable Fix library dependencies 2012-01-31 17:00:11 +01:00
Scope3Parser moses_chart: reduce memory usage by creating one ChartTranslationOptionList 2012-02-06 23:54:01 +00:00
AlignmentInfo.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
AlignmentInfo.h moses_chart: add an alternative parser that implements the algorithm outlined 2012-01-26 11:38:40 +00:00
AlignmentInfoCollection.cpp Share AlignmentInfo objects instead of storing one per TargetPhrase. 2011-06-16 21:20:20 +00:00
AlignmentInfoCollection.h Share AlignmentInfo objects instead of storing one per TargetPhrase. 2011-06-16 21:20:20 +00:00
BilingualDynSuffixArray.cpp Remove direction from Phrase 2011-11-21 10:49:26 +00:00
BilingualDynSuffixArray.h Remove direction from Phrase 2011-11-21 10:49:26 +00:00
BitmapContainer.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
BitmapContainer.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
CellCollection.h moses_chart: reduce memory use for rule lookup by decreasing the amount 2011-06-29 13:38:11 +00:00
ChartCell.cpp moses_chart: reduce memory usage by creating one ChartTranslationOptionList 2012-02-06 23:54:01 +00:00
ChartCell.h Use boost::unordered_map for faster lookup in ChartCell and ChartCellLabelSet. 2012-01-23 14:19:19 +00:00
ChartCellCollection.cpp re-organized syntax code for clarity - part II 2011-03-11 16:28:36 +00:00
ChartCellCollection.h moses_chart: reduce memory use for rule lookup by decreasing the amount 2011-06-29 13:38:11 +00:00
ChartCellLabel.h moses_chart: rule lookup now produces a vector of stack pointers (and a 2012-01-25 12:26:28 +00:00
ChartCellLabelSet.h moses_chart: rule lookup now produces a vector of stack pointers (and a 2012-01-25 12:26:28 +00:00
ChartHypothesis.cpp moses_chart: rule lookup now produces a vector of stack pointers (and a 2012-01-25 12:26:28 +00:00
ChartHypothesis.h moses_chart: rule lookup now produces a vector of stack pointers (and a 2012-01-25 12:26:28 +00:00
ChartHypothesisCollection.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
ChartHypothesisCollection.h Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
ChartManager.cpp moses_chart: reduce memory usage by creating one ChartTranslationOptionList 2012-02-06 23:54:01 +00:00
ChartManager.h moses_chart: speed up n-best list generation by deferring creation of 2011-11-08 11:28:02 +00:00
ChartRuleLookupManager.h moses_chart: remove unused adhereTableLimit parameter from 2012-02-06 16:00:57 +00:00
ChartTranslationOption.cpp moses_chart: reduce memory usage by creating one ChartTranslationOptionList 2012-02-06 23:54:01 +00:00
ChartTranslationOption.h moses_chart: reduce memory usage by creating one ChartTranslationOptionList 2012-02-06 23:54:01 +00:00
ChartTranslationOptionCollection.cpp moses_chart: reduce memory usage by creating one ChartTranslationOptionList 2012-02-06 23:54:01 +00:00
ChartTranslationOptionCollection.h moses_chart: reduce memory usage by creating one ChartTranslationOptionList 2012-02-06 23:54:01 +00:00
ChartTranslationOptionList.cpp moses_chart: reduce memory usage by creating one ChartTranslationOptionList 2012-02-06 23:54:01 +00:00
ChartTranslationOptionList.h moses_chart: reduce memory usage by creating one ChartTranslationOptionList 2012-02-06 23:54:01 +00:00
ChartTrellisDetour.cpp moses_chart: speed up n-best list generation by deferring creation of 2011-11-08 11:28:02 +00:00
ChartTrellisDetour.h moses_chart: speed up n-best list generation by deferring creation of 2011-11-08 11:28:02 +00:00
ChartTrellisDetourQueue.cpp moses_chart: speed up n-best list generation by deferring creation of 2011-11-08 11:28:02 +00:00
ChartTrellisDetourQueue.h moses_chart: speed up n-best list generation by deferring creation of 2011-11-08 11:28:02 +00:00
ChartTrellisNode.cpp Create a subdirectory in moses/src for the main CYK+ source files. 2012-01-25 23:14:36 +00:00
ChartTrellisNode.h moses_chart: speed up n-best list generation by deferring creation of 2011-11-08 11:28:02 +00:00
ChartTrellisPath.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
ChartTrellisPath.h moses_chart: speed up n-best list generation by deferring creation of 2011-11-08 11:28:02 +00:00
ChartTrellisPathList.h moses_chart: speed up n-best list generation by deferring creation of 2011-11-08 11:28:02 +00:00
ConfusionNet.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
ConfusionNet.h Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
DecodeFeature.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
DecodeFeature.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
DecodeGraph.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
DecodeGraph.h Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
DecodeStep.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
DecodeStep.h Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
DecodeStepGeneration.cpp Remove direction from Phrase 2011-11-21 10:49:26 +00:00
DecodeStepGeneration.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
DecodeStepTranslation.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
DecodeStepTranslation.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
Dictionary.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
Dictionary.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
DummyScoreProducers.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
DummyScoreProducers.h Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
DynSuffixArray.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
DynSuffixArray.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
Factor.cpp Assume HAVE_BOOST 2011-11-08 15:43:58 +00:00
Factor.h Assume HAVE_BOOST 2011-11-08 15:43:58 +00:00
FactorCollection.cpp Fix compile error 2011-11-14 16:45:36 +00:00
FactorCollection.h Remove obsolete #if HAVE_CONFIG_H directives. 2012-01-23 10:37:35 +00:00
FactorTypeSet.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
FactorTypeSet.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
FeatureFunction.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
FeatureFunction.h chart decoder recombination now based on lm state, not suffix anymore; same feature function handling as in the phrase decoder 2011-06-15 21:31:27 +00:00
FFState.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
FFState.h Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
File.cpp move cube pruning moses lib to trunk 2008-06-11 10:52:57 +00:00
File.h Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
FilePtr.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
FloydWarshall.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
FloydWarshall.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
GenerationDictionary.cpp option to get unpruned search graph for chart decoder 2011-09-16 11:58:53 +00:00
GenerationDictionary.h change to print the corrett name of the features with InputScores 2011-08-30 12:25:50 +00:00
GlobalLexicalModel.cpp less debug output in GlobalLexicalModel 2012-02-03 17:40:59 +00:00
GlobalLexicalModel.h Cleanup 2012-02-03 17:02:58 +00:00
gzfilebuf.h get rid of "unused variable" warnings 2011-02-24 16:17:38 +00:00
hash.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
hash.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
hypergraph.proto enable moses to accept a file that lists feature name and weight pairs. 2008-09-24 16:48:23 +00:00
HypoList.h moses_chart: rule lookup now produces a vector of stack pointers (and a 2012-01-25 12:26:28 +00:00
Hypothesis.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
Hypothesis.h Remove GetTargetPhrase() (already have GetCurrTargetPhrase()) 2011-11-21 12:35:58 +00:00
HypothesisStack.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
HypothesisStack.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
HypothesisStackCubePruning.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
HypothesisStackCubePruning.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
HypothesisStackNormal.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
HypothesisStackNormal.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
InputFileStream.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
InputFileStream.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
InputType.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
InputType.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
Jamfile Optional header installation 2012-02-13 14:31:37 -05:00
LexicalReordering.cpp Remove direction from Phrase 2011-11-21 10:49:26 +00:00
LexicalReordering.h Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
LexicalReorderingState.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
LexicalReorderingState.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
LexicalReorderingTable.cpp Remove direction from Phrase 2011-11-21 10:49:26 +00:00
LexicalReorderingTable.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
LMList.cpp Organize language models into an LM directory. 2011-10-13 14:27:01 +00:00
LMList.h Organize language models into an LM directory. 2011-10-13 14:27:01 +00:00
LVoc.cpp move cube pruning moses lib to trunk 2008-06-11 10:52:57 +00:00
LVoc.h Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
Manager.cpp Remove obsolete #if HAVE_CONFIG_H directives. 2012-01-23 10:37:35 +00:00
Manager.h Remove obsolete #if HAVE_CONFIG_H directives. 2012-01-23 10:37:35 +00:00
NonTerminal.cpp xcode 2011-03-30 20:31:09 +00:00
NonTerminal.h Assume HAVE_BOOST 2011-11-08 15:43:58 +00:00
ObjectPool.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
OutputCollector.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
Parameter.cpp moses_chart: add an alternative parser that implements the algorithm outlined 2012-01-26 11:38:40 +00:00
Parameter.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
PartialTranslOptColl.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
PartialTranslOptColl.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
PCNTools.cpp delete premature lattice for scfg 2011-11-07 20:45:05 +07:00
PCNTools.h delete premature lattice for scfg 2011-11-07 20:45:05 +07:00
PDTAimp.h abort if threading with irst 2011-12-30 17:36:32 +07:00
Phrase.cpp Remove direction from Phrase 2011-11-21 10:49:26 +00:00
Phrase.h Remove direction from Phrase 2011-11-21 10:49:26 +00:00
PhraseDictionary.cpp moses_chart: add an alternative parser that implements the algorithm outlined 2012-01-26 11:38:40 +00:00
PhraseDictionary.h Garbage collect uncalled AddEquivPhrase function 2011-11-26 14:09:27 -05:00
PhraseDictionaryDynSuffixArray.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
PhraseDictionaryDynSuffixArray.h Garbage collect uncalled AddEquivPhrase function 2011-11-26 14:09:27 -05:00
PhraseDictionaryMemory.cpp Garbage collect uncalled AddEquivPhrase function 2011-11-26 14:09:27 -05:00
PhraseDictionaryMemory.h Garbage collect uncalled AddEquivPhrase function 2011-11-26 14:09:27 -05:00
PhraseDictionaryNode.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
PhraseDictionaryNode.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
PhraseDictionaryTree.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
PhraseDictionaryTree.h change to print the corrett name of the features with InputScores 2011-08-30 12:25:50 +00:00
PhraseDictionaryTreeAdaptor.cpp Garbage collect uncalled AddEquivPhrase function 2011-11-26 14:09:27 -05:00
PhraseDictionaryTreeAdaptor.h Garbage collect uncalled AddEquivPhrase function 2011-11-26 14:09:27 -05:00
PrefixTree.h Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
PrefixTreeMap.cpp compile error with threads 2011-11-24 00:48:32 +07:00
PrefixTreeMap.h compile error with threads 2011-11-24 00:48:32 +07:00
ReorderingConstraint.cpp Source files are not executables. 2011-10-11 16:07:16 +00:00
ReorderingConstraint.h Source files are not executables. 2011-10-11 16:07:16 +00:00
ReorderingStack.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
ReorderingStack.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
rule.proto enable moses to accept a file that lists feature name and weight pairs. 2008-09-24 16:48:23 +00:00
RuleCube.cpp Assume HAVE_BOOST 2011-11-08 15:43:58 +00:00
RuleCube.h Remove obsolete #if HAVE_CONFIG_H directives. 2012-01-23 10:37:35 +00:00
RuleCubeItem.cpp moses_chart: rule lookup now produces a vector of stack pointers (and a 2012-01-25 12:26:28 +00:00
RuleCubeItem.h moses_chart: rule lookup now produces a vector of stack pointers (and a 2012-01-25 12:26:28 +00:00
RuleCubeQueue.cpp Changes to chart decoder cube pruning: create one cube per dotted rule 2011-06-27 15:13:15 +00:00
RuleCubeQueue.h Remove obsolete #if HAVE_CONFIG_H directives. 2012-01-23 10:37:35 +00:00
ScoreComponentCollection.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
ScoreComponentCollection.h Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
ScoreIndexManager.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
ScoreIndexManager.h Remove obsolete #if HAVE_CONFIG_H directives. 2012-01-23 10:37:35 +00:00
ScoreProducer.cpp Feature function overhaul. Each feature function is computed in one of three ways: 2009-02-06 15:43:06 +00:00
ScoreProducer.h change to print the corrett name of the features with InputScores 2011-08-30 12:25:50 +00:00
Search.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
Search.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
SearchCubePruning.cpp Remove direction from Phrase 2011-11-21 10:49:26 +00:00
SearchCubePruning.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
SearchNormal.cpp Remove direction from Phrase 2011-11-21 10:49:26 +00:00
SearchNormal.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
Sentence.cpp bug fixes 2012-02-16 05:14:56 +00:00
Sentence.h Further direction removal 2011-11-21 11:14:05 +00:00
SentenceStats.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
SentenceStats.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
SquareMatrix.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
SquareMatrix.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
StackVec.h moses_chart: rule lookup now produces a vector of stack pointers (and a 2012-01-25 12:26:28 +00:00
StaticData.cpp moses_chart: add an alternative parser that implements the algorithm outlined 2012-01-26 11:38:40 +00:00
StaticData.h moses_chart: add an alternative parser that implements the algorithm outlined 2012-01-26 11:38:40 +00:00
SyntacticLanguageModel.cpp Source files are not executables. 2011-10-11 16:07:16 +00:00
SyntacticLanguageModel.h Source files are not executables. 2011-10-11 16:07:16 +00:00
SyntacticLanguageModelFiles.h Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
SyntacticLanguageModelState.h Source files are not executables. 2011-10-11 16:07:16 +00:00
TargetPhrase.cpp Remove direction from Phrase 2011-11-21 10:49:26 +00:00
TargetPhrase.h Remove obsolete #if HAVE_CONFIG_H directives. 2012-01-23 10:37:35 +00:00
TargetPhraseCollection.cpp Changes to chart decoder cube pruning: create one cube per dotted rule 2011-06-27 15:13:15 +00:00
TargetPhraseCollection.h Changes to chart decoder cube pruning: create one cube per dotted rule 2011-06-27 15:13:15 +00:00
Terminal.h Create a subdirectory in moses/src for the main CYK+ source files. 2012-01-25 23:14:36 +00:00
ThreadPool.cpp Multi-threading of mert, for random restarts. 2011-09-07 08:08:35 +00:00
ThreadPool.h Add explicit to the ThreadPool constructor. 2012-02-01 15:33:26 +09:00
Timer.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
Timer.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
TranslationOption.cpp Remove direction from Phrase 2011-11-21 10:49:26 +00:00
TranslationOption.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
TranslationOptionCollection.cpp Remove direction from Phrase 2011-11-21 10:49:26 +00:00
TranslationOptionCollection.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
TranslationOptionCollectionConfusionNet.cpp Organize language models into an LM directory. 2011-10-13 14:27:01 +00:00
TranslationOptionCollectionConfusionNet.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
TranslationOptionCollectionText.cpp Organize language models into an LM directory. 2011-10-13 14:27:01 +00:00
TranslationOptionCollectionText.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
TranslationOptionList.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
TranslationOptionList.h Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
TranslationSystem.cpp Cleanup 2012-02-03 17:02:58 +00:00
TranslationSystem.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
TreeInput.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
TreeInput.h Further direction removal 2011-11-21 11:14:05 +00:00
TrellisPath.cpp Remove direction from Phrase 2011-11-21 10:49:26 +00:00
TrellisPath.h Implementation of Lattice sampling (Chatterjee and Cancedda, emnlp 2010) 2011-10-04 15:46:24 +00:00
TrellisPathCollection.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
TrellisPathCollection.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
TrellisPathList.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
TypeDef.h moses_chart: add an alternative parser that implements the algorithm outlined 2012-01-26 11:38:40 +00:00
UniqueObject.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
UserMessage.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
UserMessage.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
Util.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
Util.h xcode 2012-01-08 14:36:54 +07:00
Word.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
Word.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
WordLattice.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
WordLattice.h Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
WordsBitmap.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
WordsBitmap.h Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
WordsRange.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:14:42 +00:00
WordsRange.h Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
XmlOption.cpp Replace assert with CHECK until people learn how to use assert properly 2011-11-18 12:07:41 +00:00
XmlOption.h my first commit, affects 1 file 2011-11-16 11:22:29 +01:00