1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-18 17:40:48 +02:00
vcmi/AI/FuzzyLite
Michał W. Urbańczyk 4576719abe Visual Studio 2013 Preview compile fixes:
* 0 is not convertible to std::function, nullptr should be used
* std::ref(rand) is not convertible to function<int()>, used lambdas (why we dont just pass "rand" ? )
* CFunctionList needs to be constructible from nullptr
* move constructor for CMapInfo (Visual cannot generate them :( )
* #ifdefed some stuff that is not needed anymore since cmath is updated with C99 stuff
* using std::make_unique instead of our vstd implementation

CSelector: 
* introduced a class in place of typedef
* Having an overloaded && || operators over sth that is convertible to bool… Wasn't a good idea after all. Purged the operators, replaced  with And/Or methods (chaining-style).
* constructor that is present only when constructing from class or function (SFINAE). std::function has an implicit converting constructor from T causing ambiguities (even if the overload would cause compile error in the body)
2013-07-02 12:08:30 +00:00
..
AreaCentroidAlgorithm.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
AreaCentroidAlgorithm.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
CMakeLists.txt - compile flags for fuzzylite should not be arch-specific. 2012-10-19 14:30:55 +00:00
CompoundTerm.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
CompoundTerm.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
defs.h Visual Studio 2013 Preview compile fixes: 2013-07-02 12:08:30 +00:00
DescriptiveAntecedent.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
DescriptiveAntecedent.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
DiscreteTerm.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
DiscreteTerm.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
flScalar.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FunctionTerm.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FunctionTerm.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyAnd.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyAnd.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyAntecedent.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyAntecedent.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyConsequent.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyConsequent.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyDefuzzifier.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyDefuzzifier.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyEngine.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyEngine.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyException.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyException.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyExceptions.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyExceptions.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyLite.cbp [c::b] update projects 2013-01-08 09:41:28 +00:00
FuzzyLite.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyLite.vcxproj Project files update/cleanup. 2012-12-19 18:23:21 +00:00
FuzzyModulation.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyModulation.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyOperation.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyOperation.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyOperator.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyOperator.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyOr.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyOr.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyRule.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
FuzzyRule.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
Hedge.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
Hedge.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
HedgeSet.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
HedgeSet.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
InfixToPostfix.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
InfixToPostfix.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
InputLVar.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
InputLVar.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
LinguisticTerm.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
LinguisticTerm.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
LinguisticVariable.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
LinguisticVariable.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
main.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
MamdaniConsequent.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
MamdaniConsequent.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
MamdaniRule.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
MamdaniRule.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
OutputLVar.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
OutputLVar.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
RectangularTerm.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
RectangularTerm.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
RuleBlock.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
RuleBlock.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
ShoulderTerm.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
ShoulderTerm.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
SingletonTerm.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
SingletonTerm.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
StrOp.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
StrOp.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
TakagiSugenoConsequent.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
TakagiSugenoConsequent.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
TakagiSugenoRule.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
TakagiSugenoRule.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
TakagiSugenoTerm.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
TakagiSugenoTerm.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
test.cpp - fixes for gcc-4.7 2012-04-08 10:34:23 +00:00
test.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
TrapezoidalTerm.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
TrapezoidalTerm.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
TriangularTerm.cpp Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00
TriangularTerm.h Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 2012-03-05 12:01:41 +00:00